C++ Chapter 5 Review - Loops

C++ Chapter 5 Review - Loops

10th Grade - University

32 Qs

quiz-placeholder

Similar activities

Quiz 1 in CC 102

Quiz 1 in CC 102

University

30 Qs

Final Review - Unit 5

Final Review - Unit 5

9th - 12th Grade

28 Qs

C++ Revision

C++ Revision

12th Grade

30 Qs

Python Finals Quiz

Python Finals Quiz

University

37 Qs

APCSP Unit 3 Vocabulary

APCSP Unit 3 Vocabulary

10th - 12th Grade

33 Qs

Python GCSE

Python GCSE

10th Grade

27 Qs

Unit 4:Topic 1:formative assessme Creating “Search.php” Term

Unit 4:Topic 1:formative assessme Creating “Search.php” Term

11th Grade

28 Qs

UH TIK Algoritma X TKJ 2 Genap

UH TIK Algoritma X TKJ 2 Genap

10th Grade

30 Qs

C++ Chapter 5 Review - Loops

C++ Chapter 5 Review - Loops

Assessment

Quiz

Computers

10th Grade - University

Medium

Used 144+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To ___ a value means to increase it by one. 
increment
decrement

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To ___ a value means to decrease it by one. 
increment
decrement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the increment or decrements operator is placed before the operand, the operator is being used in ___ mode
postfix
prefix

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the increment or decrements operator is placed after the operand, the operator is being used in ___ mode
postfix
prefix

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statement or block that is repeated is known as the __ of the loop
outer
inner
body
arm

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop that evaluates its test expression before each repetition is a(n) ___ loop
pretest
post-test

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop that evaluates its test expression after each repetition is a(n) ___ loop
pretest
post-test

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?