Unit 5 Part 2 Assessment Review

Unit 5 Part 2 Assessment Review

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Lists in Python

Lists in Python

11th - 12th Grade

20 Qs

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

Data Structures Quiz 1

Data Structures Quiz 1

12th Grade - University

18 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

[AP CSP] Programming: LISTS/ARRAYS (Python)

[AP CSP] Programming: LISTS/ARRAYS (Python)

9th - 12th Grade

16 Qs

Unit 5 Part 2 Assessment Review

Unit 5 Part 2 Assessment Review

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Brendan Restly

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

A list is indicated with (a)  

Square brackets
Parentheses
Curly Brackets
Arrows

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each value in the list is separated by

Commas

Slashes

Dashes

A space

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript: Indexes start at _ and count up

Pseudocode: Indexes start at _ and count up

0 and 1

1 and 0

0 and 0

1 and 1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Append means to _ to a list

Add

Remove

Insert

Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

in programming means repeating steps, or instructions, over and over again

Iterating

Compiling

Debugging

Encoding

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The code in the block of statements is repeated until the Boolean expression condition evaluates to true.

Loop

Function

Variable

Array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the robot attempts to move to a square that is not open or is beyond the edge of the grid

will turn around

will stay in its current location and the program will terminate

will move to the square

will move to the closest open square

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?