Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

2.1 – Algorithms

2.1 – Algorithms

10th Grade

18 Qs

L2W2

L2W2

12th Grade

10 Qs

Digital Literacy Terms

Digital Literacy Terms

10th Grade

10 Qs

Fundamentals of Computing Vocab. Part 1

Fundamentals of Computing Vocab. Part 1

9th - 11th Grade

17 Qs

CS Edexcel 1.2a Writing Algorithms

CS Edexcel 1.2a Writing Algorithms

9th - 10th Grade

13 Qs

2.1 Algorithms

2.1 Algorithms

11th Grade

18 Qs

GD2 - C++ 1.15 Quiz on Algorithms, Flowcharts & Pseudocode

GD2 - C++ 1.15 Quiz on Algorithms, Flowcharts & Pseudocode

9th - 12th Grade

20 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Code.org - Unit 6 Review

Code.org - Unit 6 Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Used 588+ times

FREE Resource

15 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

Problem

Algorithm

Sequencing

Iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A finite set of instructions that accomplish a task.

Problem

Algorithm

Sequencing

Iteration

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ is an informal language that helps programmers develop algorithms, literally means “fake code.” Its like writing code for yourself before writing it in proper program language format.

Problem

Algorithm

Pseudocode

Iteration

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A search algorithm which checks each element of a list, in order, until the desired value is found or all elements in the list have been checked.

Linear Search

Binary Search

Pseudocode

Iteration

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A search algorithm that starts at the middle of a sorted set of numbers and removes half of the data; this process repeats until the desired value is found or all elements have been eliminated.

Linear Search

Binary Search

Pseudocode

Iteration

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A measure of how many steps are needed to complete an algorithm.

Problem

Algorithm

Pseudocode

Efficiency

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Any algorithm whose efficiency includes an n2, n3, n4 … is called ___________.

Problem

Polynomial

Pseudocode

Efficiency

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?