
Looping Statement

Quiz
•
Computers
•
University
•
Hard
NURHANI (PBU)
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Identify which is NOT the type of looping control structure.
For
If..else
While
Do...while
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the numbers of ‘do..while’ loop which are guaranted to loop.
3
2
1
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the number of repetitions that will occur for the following looping control structure below.
for ( int count=0; count <=20; count ++)
18
19
20
21
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the control structures that have the same concept with the sample code in Figure 2.
For
Do..While
Nested if
Switch Case
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the statement show the characteristic of the ‘continue’ command.
I. It immediately terminate a loop
II. It is use in ‘switch’ control statement.
III. It skip over a loop.
IV. It is use in looping control.
I & II
II & III
III & IV
II, III & IV
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following looping command is INCORRECT ?
for (int x=0 ; x<3 ; ++x)
{ cout<<”ABC”; }
for (int x=0 ; x<3 ; --x)
{ cout<<”ABC”; }
for (x=0; x<3 ; --x)
{ cout<<”ABC”; }
for (int x=0; x<3 ; --x) ;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the suitable statement for X so that the following looping control statement will loop itself three (3) times.
int X=1;
while ( X )
{ cout<< X;
++X; }
X < 3
X > 3
X < 4
X < = 4
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
coding

Quiz
•
KG - Professional Dev...
15 questions
Quiz 4 Week 6 Repetition Structures (For)

Quiz
•
University
14 questions
Java Operators

Quiz
•
University
7 questions
Java Programming Game

Quiz
•
University
15 questions
PreTest DFC20113 - Programming Fundamentals

Quiz
•
University
14 questions
Pseudocode Keywords

Quiz
•
11th Grade - University
10 questions
Python Basics

Quiz
•
University
10 questions
Branching & Loop (Set B)

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University