What statement we have learned toay?
Looping in C Programming

Quiz
•
Computers
•
University
•
Medium
Mohammad Nor Ihsan bin Md Zin
Used 58+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Input Statement
Looping Statement
Selection Statement
Array Statement
2.
DRAG AND DROP QUESTION
10 sec • 3 pts
for ( (a) ; (b) ; (c) ){ //code to be executed; }
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In for statement, if the comparison is FALSE, what happen next?
execute the code in the loop body.
restart the loop.
exit the loop
update the variable's value.
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the first value of i to be printed on the output?
0
1
5
10
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the last value of i to be printed on the output?
1
2
4
5
6.
REORDER QUESTION
10 sec • 5 pts
Reorder the following to be the correct while loop syntax.
while
(test expression)
{
code to be executed.
}
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Predict the output of the code.
100 101 102 103 104 105 106
101 102 103 104 105
101
102
103
104
105
100
101
102
103
104
105
8.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What makes the loop end?
user input number 0
The sum become 0
The sum is not 0
The loop never ends.
9.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What happen when the loop end?
It print the last number input by user.
It prints the sum of the numbers input by user.
It print the first number input by user.
The loop never ends.
Similar Resources on Quizizz
10 questions
TIU Quiz-4

Quiz
•
University
10 questions
CSC126_Chapter4_Part1

Quiz
•
University
10 questions
Java quiz 1

Quiz
•
University
10 questions
Day 1 | Web Alchemy 01

Quiz
•
University
11 questions
Java Programming

Quiz
•
University
10 questions
Java Quiz 2 based on loop and if else

Quiz
•
University
10 questions
0xDebug - Python

Quiz
•
University
14 questions
Pseudocode Keywords

Quiz
•
11th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade