PRLD - Looping

PRLD - Looping

12th Grade

10 Qs

quiz-placeholder

Similar activities

While Loop Quiz

While Loop Quiz

9th - 12th Grade

12 Qs

Loops

Loops

9th - 12th Grade

10 Qs

python loops

python loops

7th - 12th Grade

14 Qs

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

CodeHS 2.10 While Loops

CodeHS 2.10 While Loops

9th - 12th Grade

10 Qs

Quiz One Review

Quiz One Review

7th - 12th Grade

14 Qs

Python While Loops

Python While Loops

12th Grade

15 Qs

Java Arrays and Loops Quiz Review

Java Arrays and Loops Quiz Review

9th - 12th Grade

15 Qs

PRLD - Looping

PRLD - Looping

Assessment

Quiz

Computers

12th Grade

Hard

Created by

fiona pillay

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The structure that allows you to write one set of instructions that operates on multiple, separate sets of data is the _______________.

sequence

loop

selection

case

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The loop that frequently appears in a program’s mainline logic _______________.

always depends on whether a variable equals 0

an example of an infinite loop

is an unstructured loop

works correctly based on the same logic as other loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statements executed within a loop are known collectively as the _______________.

loop body

loop controls

sequences

sentinels

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A counter keeps track of _______________.

the number of times software has been revised

the number of times an event has occurred

the number of machine cycles required by a segment of a program

the number of loop structures within a program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Adding 1 to a variable is also called _______________ it.

digesting

resetting

decrementing

incrementing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a definte loop

a loop that executes as long as a user continues to enter valid data

a loop that executes 1,000 times

a loop that has no limits

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When two loops are nested, the loop that is contained by the other is the _______________loop.

captive

unstructured

inner

outer

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?