Algorithms Review

Algorithms Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 10 Algorithms

Unit 10 Algorithms

9th - 12th Grade

25 Qs

AP CSP Exam Review: Big Idea 3

AP CSP Exam Review: Big Idea 3

8th - 10th Grade

15 Qs

AP CSP Exam Vocab Practice

AP CSP Exam Vocab Practice

9th - 12th Grade

15 Qs

SC025 3-weeks enhancement 1

SC025 3-weeks enhancement 1

12th Grade

18 Qs

1 - Algorithms

1 - Algorithms

9th Grade

15 Qs

Computer Science GCSE Algorithms Lesson 2 Search

Computer Science GCSE Algorithms Lesson 2 Search

12th Grade

16 Qs

Code org 1

Code org 1

5th - 12th Grade

21 Qs

Computer Science Pre-Test

Computer Science Pre-Test

9th - 12th Grade

20 Qs

Algorithms Review

Algorithms Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Sarah Chapa

Used 35+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Instruction that use sequencing, selection, and iteration is called an _________.

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

A ______ search repeatedly cuts a sorted list in half until a desired element is found.

3.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

A ______ search checks each element until the correct value is found.

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

A _________ provides a "good enough" solution when it is impractical or impossible to find an actual solution.

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

The time used to complete a task sequentially divided by the time to complete a task in parallel is called _______

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is iteration?

completing steps in order

executing a portion of an algorithm based on a given condition

repeating a portion of an algorithm

running a program on multiple devices

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which of these algorithms will move the robot along the same path as the algorithm below?

MOVE_FORWARD()

TURN_RIGHT()

MOVE_FORWARD()

TURN_RIGHT()

MOVE_FORWARD()

TURN_RIGHT()

MOVE_FORWARD()

TURN_RIGHT()

REPEAT 2 TIMES

{

    MOVE_FORWARD()

    MOVE_FORWARD()

    TURN_RIGHT()

    MOVE_FORWARD()

    TURN_RIGHT()

}

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?