WorksheetsQuiz05
Total questions: 10
Worksheet time: 7mins
Which one correct "For Loop" syntax in blockcode?
There are 4 parts :: Variable ,starting , Ending
There are 4 parts :: Variable, starting, Ending, Increment
There are 3 part :: starting , Ending, Increment
There are 3 part :: variable, starting, Increment
For (var i=3 ;i<10;i+1){
5
6
7
another
for(var j=0;i<=12;i+1){
}
How many times loop run?
11
12
13
Another
For (var k=0;k<12;K+1){
}
How many times loop run?
10
11
12
Another
For ( var i=0;i<5;i+1){
}
How may times loop run?
2
3
4
Another
For (var j=0 ;j<9;i+2){
}
How many times loop run?
3
4
5
Another
For (var j=0 ;j<=15;i+3){
}
How many times loop run?
5
6
7
Another
var counter=0;
For (var j=0 ;j<=15;i+3){
counter=counter+2;
}
What is value of counter variable?
10
11
12
14
What is value of "status variable?
var status=0;
if(status==0){
status=1;
}
else {
status=0;
}
status=0
status=1
Basic protective measures against the new coronavirus.
Join the physical meeting
Wash your hands frequently
Maintain social distancing (1 metre)
Avoid touching eyes, nose and mouth
Use masks
