Final Review Part 2

Final Review Part 2

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

19 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A property of collections that are used to provide elements one at a time and in sequence.

Back

Iterable

2.

FLASHCARD QUESTION

Front

Algorithmic structure for performing the instructions multiple times.

Back

Loop

3.

FLASHCARD QUESTION

Front

A group of program statements that are grouped together, denoted by indentation in Python.

Back

Block of code

4.

FLASHCARD QUESTION

Front

The values that the programmer provides in the function call.

Back

Arguments

5.

FLASHCARD QUESTION

Front

What will the following function return? range(10, 17, 2)

Back

[10, 12, 14, 16]

6.

FLASHCARD QUESTION

Front

What will the following function return? range(6)

Back

[0, 1, 2, 3, 4, 5]

7.

FLASHCARD QUESTION

Front

In the range function, what is the default value for the start argument?

Back

0

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?