are used when the program needs to perform looping operations until the given condition is true. Control comes out of the loop statements once condition becoming false

COMPROG:UNIT#3:ITERATIVE CONTROL STATEMENTS

Quiz
•
Others
•
3rd Grade
•
Medium
dasdqaw asdasesda
Used 2+ times
FREE Resource
8 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
There are 3 types of iterative control statements in C language. They are,
for statement
while statement
while do statement
do while statement
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
There are 2(two) types of looping statements
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
In such type of loop, the test condition is checked first before the loop is executed. Some common examples of this looping statements are:
1. While loop
2. For loop
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
In such type of loop, the loop is executed first. Then condition is checked after block of statements are executed. The loop executed at least one time compulsorily. Some common example of this looping statement is:
1. do-while loop
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
for(expr1; expr2; epr3)
{
statement
)
expr1- variable initialization
i = 0, k = 1, j = 2
expr2 - conditional checking
i>5, j<3, k=3
exp3 = increment/decrement
i++,i--
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
While (condition)
{
statements
}
Condition :
a>5, i<10
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
do
{
statement
} while(condition)
Condition :
a>5, i<10
Similar Resources on Wayground
12 questions
Science

Quiz
•
1st - 5th Grade
12 questions
PENDIDIKAN MUZIK TAHUN 3 TAJUK : LEMAK MANIS

Quiz
•
3rd Grade
11 questions
No Time to Talk - M-STEP Practice

Quiz
•
3rd Grade
11 questions
spelling

Quiz
•
1st - 5th Grade
8 questions
COMPROG:UNIT#4:SELECTION CONTROL STATEMENTS

Quiz
•
3rd Grade
6 questions
COMPROG:UNIT#3:SWITCH CASE STATEMENT

Quiz
•
3rd Grade
12 questions
Avery.s.best.friends.quiz

Quiz
•
1st - 5th Grade
7 questions
LEMBAGA KEUANGAN BUKAN BANK

Quiz
•
1st - 5th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade