Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Introduction to Programming

Introduction to Programming

10th Grade

10 Qs

AP Computer Science Principles Unit 6

AP Computer Science Principles Unit 6

9th - 12th Grade

15 Qs

Difference between Algorithm, Pseudocode and Program

Difference between Algorithm, Pseudocode and Program

9th Grade

10 Qs

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

Algorithm

Algorithm

10th - 11th Grade

15 Qs

Algorithm and Flow Chart

Algorithm and Flow Chart

10th - 11th Grade

15 Qs

J277 - 2.1 - Inputs, Outputs and Processes

J277 - 2.1 - Inputs, Outputs and Processes

10th Grade - University

10 Qs

การแก้ไขการคิดเชิงคำนวณ

การแก้ไขการคิดเชิงคำนวณ

7th - 10th Grade

11 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?