In ______________ loop sets up a loop that executes a block of statements untill a specified condition becomes true.
Do ......Until Loop
Do...while Loop
While Wend
None of these
According to the Indian university commission the senate should consist of __________members
50 to 100
25 to 50
100 to 200
10 to 50
______________ Structure is more efficient when the branching depends one key variable
Select case
IF ... Then .... Elself
Multiline if
looping
Find odd man out:
IF statement
Select case structure
For Next
IF Else
Which function is Visual Basic converts a numeric value to string type?
Str()
Val()
Len()
Abs()
________________ operators are those which compare two qualities or data
Relational
Arithmatic
condition
loop