code.org APCSP Unit 6 Lessons

code.org APCSP Unit 6 Lessons

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A step by step process to solve a problem is called:

Back

an algorithm

2.

FLASHCARD QUESTION

Front

Getting your code to execute commands in the correct order is called:

Back

sequencing

3.

FLASHCARD QUESTION

Front

Using a loop in your code is referred to in APCS as:

Back

iteration

4.

FLASHCARD QUESTION

Front

Using an "if" in your code is referred to in APCS as:

Back

selection

5.

FLASHCARD QUESTION

Front

Which of these, given a list with 100 elements would look at index 0, then index 1, then index 2 ....

Back

linear search

6.

FLASHCARD QUESTION

Front

Which search method looks at index 50 first, then decides to look at index 25 or index 75 next?

Back

binary search

7.

FLASHCARD QUESTION

Front

Which of these would work the fastest to find the number 7 in the list below?

[ 3, 7, 8, 15, 2, 4, 9, 10, 6, 5, 11, 1, 12, 13 ]

Back

linear search

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?