Flashcard Review

Flashcard Review

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A loop executed a fixed number of times with a built-in-counter is called a __________.

Back

for loop

2.

FLASHCARD QUESTION

Front

Another word for repetition is _______________.

Back

Iteration

3.

FLASHCARD QUESTION

Front

A for loop is an example of a(n) __________ loop.

Back

definite

4.

FLASHCARD QUESTION

Front

What will print?
Options: 1
2
11, 1
2
21, 1
2
3
11, 1
2
3
21

Back

1
2
11

5.

FLASHCARD QUESTION

Front

Which of the following best describes the order in which these lines are processed in Python? Options: 1,2,3,4, 1,2,1,2,1,4, 1,2,1,2,1,2,4, 1,2,1,2,1,2,1,2,4

Back

1,2,1,2,1,4

6.

FLASHCARD QUESTION

Front

What will print to the screen? Options: 0, 2, 3, 1

Back

3

7.

FLASHCARD QUESTION

Front

Which of the following can complete the code so that 6.0 prints to the screen? Options: * 3 / 2, + 1, / 0.5, + 3 * (1/ 2)

Back

3 / 2

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?