| 51. |
Which keyword we will use to exit from the loop or control structure ?
ક્યાં કીવર્ડ ની મદદ થી લુપ અથવા કંટ્રોલ માંથી બહાર નીકળી શકાય છે ?
|
||||||||
|
Answer:
Option (c) |
| 52. |
Do While….Loop executes ______________
Do While…. નું કેટલી વાર એકઝીક્યુશન થાય છે ?
|
||||||||
|
Answer:
Option (c) |
| 53. |
Do Loop Until always execute one time ?
Do Loop Until એક વાર તો એક્ષીક્યુટ થશે જ ?
|
||||
|
Answer:
Option (a) |
| 54. |
How the Do While…Loop and Do Until … Loop are different ?
Do While…Loop અને Do Until … Loop કેવી રીતે અલગ છે ?
|
||||||||
|
Answer:
Option (a) |
| 55. |
In the For…Next loop, default value for the step is ___
For…Next લુપ માં step ની ડીફોલ્ટ વેલ્યુ ____ હોય છે.
|
||||||||
|
Answer:
Option (b) |
| 56. |
For…Next loop is used when ________
For…Next લુપ નો ઉપયોગ ________ ત્યારે કરવામાં આવે છે
|
||||||||
|
Answer:
Option (c) |
| 57. |
_____________ executes a series of statements that repeatedly refers to a single object or structure
_________ ઘણા સ્ટેટમેન્ટ ને રીપીટ કરે છે ત્યા સુધી તે કોઈ એક સિંગલ ઓબ્જેક્ટ અથવા સ્ટ્રક્ચર ને રીફર કરે છે
|
||||||||
|
Answer:
Option (d) |
| 58. |
_______ is a group of contiguous or related data items that share a common name.
__________ એ કંટીજીયસ અથવા એક જ પ્રકારના ડેટા આઈટમ ના ગ્રુપ નો સમૂહ છે જે કોમન નામ શેર કરે છે.
|
||||||||
|
Answer:
Option (a) |
| 59. |
Which is the correct example to declare an array in vb.net
vb.net માં એરે ડીકલેર કરવા માટે નું સાચું ઉદાહરણ કયું છે
|
||||||||
|
Answer:
Option (c) |
| 60. |
Which of the following is not types of arrays ?
નીચેના માંથી કયો એરે નો પ્રકાર નથી
|
||||||||
|
Answer:
Option (d) |