LOOPS IN C++

Quiz
•
Computers
•
10th Grade - University
•
Medium
Hafiz Intsar
Used 169+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many loops are there in C++
2
3
4
1
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is currect syntax of for loop?
for(initialization;condition; increment/decrement)
for(increment/decrement; initialization; condition)
for(initialization, condition, increment/decrement
None of These
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Can a for loop contain another for loop?
No
Yes
Compilation Error
Runtime Error
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Each pass through a loop is called a/an
pass through
enumeration
iteration
culmination
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which looping process checks the test condition at the end of the loop?
for
while
do-while
no looping process checks the test condition at the end
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In a group of nested loops, which loop is executed the most number of times?
the outermost loop
the innermost loop
all loops are executed the same number of times
cannot be determined without knowing the size of the loops
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The statement i++; is equivalent to
i = i + i;
i = i + 1;
i = i - 1;
i --;
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
BCA Revision u11 to 14

Quiz
•
University
15 questions
Visual Basic

Quiz
•
University
10 questions
Programming Constructs - Bitesize

Quiz
•
KG - 11th Grade
9 questions
FST Class 2023- Quiz 5

Quiz
•
University
10 questions
CSC126_Chapter4_Part1

Quiz
•
University
10 questions
Soal-soal C++

Quiz
•
11th Grade
15 questions
python basics quiz

Quiz
•
9th - 12th Grade
5 questions
For Loop in C++

Quiz
•
11th Grade - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade