Algorithms Test

Algorithms Test

12th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 5 Vocab #1

Unit 5 Vocab #1

12th Grade

17 Qs

Unit 6-Lesson 6: Assessment Day

Unit 6-Lesson 6: Assessment Day

9th - 12th Grade

15 Qs

Code.org Unit 6 Test

Code.org Unit 6 Test

12th Grade

19 Qs

Unit 6 AP CSP

Unit 6 AP CSP

12th Grade

19 Qs

Unit 10 Algorithms

Unit 10 Algorithms

9th - 12th Grade

25 Qs

Code.org Algorithms

Code.org Algorithms

9th - 12th Grade

15 Qs

Code.org Unit 6 Discoveries

Code.org Unit 6 Discoveries

9th - 12th Grade

15 Qs

Sequential/Parallel/Distributed Computing - AP CSP

Sequential/Parallel/Distributed Computing - AP CSP

9th - 12th Grade

20 Qs

Algorithms Test

Algorithms Test

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Leigha Tate

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a general description of a task that can (or cannot) be solved with an algorithm

exam

test

problem

solution

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a finite set of instructions that accomplish a task

instructions

algorithm

iteration

sequence

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

As the data set grows in size, linear search becomes more efficient than binary search. 
True
False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best description of the binary search algorithm?
Put the elements in order, then go through them one by one until target is found or the end of the list is reached.
Put the elements in order, compare with the middle value, if not the target: continue to the left or right of the middle and repeat. 
Elements do not need to be in order. Go through them one by one until target is found or the end of the list is reached.
Elements do not need to be in order, compare with the middle value, if not the target: continue to the left or right of the middle and repeat. 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best description of the linear search algorithm?
Put the elements in order, then go through them one by one until target is found or the end of the list is reached.
Put the elements in order, compare with the middle value, if not the target: continue to the left or right of the middle and repeat. 
Elements do not need to be in order. Go through them one by one until target is found or the end of the list is reached.
Elements do not need to be in order, compare with the middle value, if not the target: continue to the left or right of the middle and repeat. 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

putting steps in order

chronologicaling

chronology

sequencing

ordering

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

deciding which steps to do next

selection

iteration

sequencing

ordering

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?