AP CSP Loops Practice

AP CSP Loops Practice

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

Python Knowledge and Skills Diagnostic

Python Knowledge and Skills Diagnostic

9th Grade

15 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

Comp Sci Unit 3 #9

Comp Sci Unit 3 #9

11th Grade

10 Qs

Computer science paper 2

Computer science paper 2

10th Grade

15 Qs

S2 Sphero Knowledge Check 2

S2 Sphero Knowledge Check 2

11th Grade

10 Qs

Python While Loops

Python While Loops

12th Grade

15 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

AP CSP Loops Practice

AP CSP Loops Practice

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ryan Murphy

Used 37+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which word means the same as "repeat".

Iterate

program

loop

for loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is used to repeat a specific block of code an unknown number of times, until a condition is met.

Iteration

Infinite Loop

For Loop

While Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is used to repeat a specific block of code a known number of times.

Iteration

Infinite Loop

For Loop

While Loop

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Read each scenario. In which would a loop be most helpful?

Maura wants a program to perform a math operation one time.

Jamila is programming a robot to hop once and then raise its arm once.

Vinny wants a program to go through a list of 35 of his friends and remind each friend what time a study group starts.

Damian is writing a program that will tell him what to wear depending on the weather.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

adds one to variable x in a loop

increment (x)

x++;

x=x;

y+1;

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How many times will the following program print "hello"?

10

11

9

This code will loop infinitely

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is wrong with this loop?

Nothing, it works

moveForward is not a command

The value of the variable is 0

It never ends

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?