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
The _____________ function in Visual Basic displays a dialog containing a text box to enter some data
InputBox()
msgbox()
str()
sqrt()
According to the act of 1917 education comes under ________________
Reserved
Transferred
Unitary
None
_______________ operator returns True, if either condition is true .
NOT
OR
AND
MOD
_______________ operator has the highest precedence among the arithmetic operators.
^
/
*
+
Which of the folowing operator returns true, if both the conditions are true ?