Code.Org Unit 5 Lists Part 1

Code.Org Unit 5 Lists Part 1

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which vocabulary word is: a common method for referencing the elements in a list or string using numbers

Back

index

2.

FLASHCARD QUESTION

Front

Which vocabulary word is: an ordered collection of elements

Back

list

3.

FLASHCARD QUESTION

Front

What is the value of myNumbers[4] in the array var myNumbers = [32, 64, 33, 0, 15, 26, 3]?

Back

15

4.

FLASHCARD QUESTION

Front

Match the index with the value: var myNumbers = [32, 64, 33, 0, 15, 26, 3]. What is myNumbers[1]?

Back

64

5.

FLASHCARD QUESTION

Front

Match the index with the value: var myNumbers = [32, 64, 33, 0, 15, 26, 3]. What is myNumbers[3]?

Back

0

6.

FLASHCARD QUESTION

Front

What does this code do? names[0]="Sarah";

Back

replaces an item in the list at index 0

7.

FLASHCARD QUESTION

Front

What does this code do? removeItem(list, 2);

Back

deletes an item from the list.

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?