Final Review Part 2

Final Review Part 2

11th Grade

20 Qs

quiz-placeholder

Similar activities

J277 Test, trace and validate

J277 Test, trace and validate

9th - 11th Grade

21 Qs

FOR and WHILE loop in Python

FOR and WHILE loop in Python

9th - 12th Grade

18 Qs

If-Else Loops: Python Programming

If-Else Loops: Python Programming

11th Grade

16 Qs

Introduction to CS

Introduction to CS

7th Grade - University

21 Qs

Python Programming

Python Programming

11th Grade

17 Qs

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

9th - 12th Grade

20 Qs

Creating Algorithms through Pseudocodes and Flowcharts

Creating Algorithms through Pseudocodes and Flowcharts

10th Grade - University

20 Qs

Loops

Loops

5th - 12th Grade

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