PRLD - Looping

PRLD - Looping

12th Grade

10 Qs

quiz-placeholder

Similar activities

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

🔦 Formative Assessment 2: Flow Controls

🔦 Formative Assessment 2: Flow Controls

12th Grade

10 Qs

Python Loops Post Test

Python Loops Post Test

9th - 12th Grade

15 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

LOOPS IN C++

LOOPS IN C++

10th Grade - University

10 Qs

Laser Defender Part 3 Worksheet

Laser Defender Part 3 Worksheet

9th - 12th Grade

15 Qs

Python Functions

Python Functions

9th - 12th Grade

8 Qs

Programming Concepts Quiz

Programming Concepts Quiz

6th Grade - University

13 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?

Discover more resources for Computers