Final Review Part 2

Final Review Part 2

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

11th Grade

17 Qs

Python Loops Post Test

Python Loops Post Test

9th - 12th Grade

15 Qs

Kuizi 14 - Web

Kuizi 14 - Web

10th Grade - University

15 Qs

CO - 2_ Quiz 1_Python Conditionals

CO - 2_ Quiz 1_Python Conditionals

10th Grade - University

15 Qs

Coding Definitions

Coding Definitions

5th Grade - Professional Development

18 Qs

Creating Algorithms through Pseudocodes and Flowcharts

Creating Algorithms through Pseudocodes and Flowcharts

10th Grade - University

20 Qs

If-Else Loops: Python Programming

If-Else Loops: Python Programming

11th Grade

16 Qs

FOR and WHILE loop in Python

FOR and WHILE loop in Python

9th - 12th Grade

18 Qs

Final Review Part 2

Final Review Part 2

Assessment

Quiz

Computers

11th Grade

Easy

Created by

LARRY GREEN

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Arguments

Block of code

Iterable

Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Algorithmic structure for performing the instructions multiple times.

Arguments

Block of code

Iterable

Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Arguments

Block of code

Iterable

Loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The values that the programmer provides in the function call.

Arguments

Block of code

Iterable

Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

[10, 11, 12, 13, 14, 15, 16, 17]

[10, 12, 14, 16, 17]

[17, 15, 13, 11]

[10, 12, 14, 16]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following function return? range(6)

[1, 2, 3, 4, 5]

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

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

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3

1

2

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?