Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

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

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

9th - 12th Grade

20 Qs

ICT Terms

ICT Terms

7th - 10th Grade

12 Qs

Algorithms - GSHS

Algorithms - GSHS

7th - 9th Grade

15 Qs

Code.org Algorithm

Code.org Algorithm

9th - 12th Grade

15 Qs

Codehs Unit 6

Codehs Unit 6

9th - 12th Grade

15 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

GCSE - Algorithms 1

GCSE - Algorithms 1

9th - 10th Grade

20 Qs

Code.org - Unit 6 Review

Code.org - Unit 6 Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Used 586+ 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?