While Looping

While loop is ________ contolled loop.
Exit
Entry
Variable
None of the above
A while loop can be an ________ loop if it just a null statement in its body
Open
Closed
Empty
None of the above
Test expression must be present __________ the body of the loop
Inside
Outside
Both of the above
None of the above
A while continues its iteration cycle till the conditional statement is evaluated as false.
The statement is true.
The statement is false.
Not enough information
None of the above
Loop will not be executed even once if __________ is false
Initialisation expression
Test expression
Update expression
None of the above
How many times the loop will execute: int i=1 while(i<=10){i++;}
5
7
15
10
Which while loop is correct: int i=1
While{i<=20}(i++;)
While(i<=20);(i++;)
While(i<=20){i++;}
None of the above
A __________ loop is used for pausing the programme for sometime.
Pause
Time delay
None of the above
Both of the above
 
 
{"name":"While Looping", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"While loop is ________ contolled loop., test expression must be present __________ the body of the loop, A while loop can be an ________ loop if it just a null statement in its body","img":"https://www.poll-maker.com/3012/images/ogquiz.png?sz=1200-000000100053","accounts":"SHREYA2K@HOTMAIL.COM"}
Powered by: Quiz Maker