Computational Thinking

Computational Thinking

12th Grade

11 Qs

quiz-placeholder

Similar activities

AP CSP Unit 10

AP CSP Unit 10

9th - 12th Grade

15 Qs

AP CSP - Unit 6: Lesson 6: Assessment Day

AP CSP - Unit 6: Lesson 6: Assessment Day

12th Grade

15 Qs

Unit 6-Lesson 6: Assessment Day

Unit 6-Lesson 6: Assessment Day

9th - 12th Grade

15 Qs

Linear Search

Linear Search

12th Grade

10 Qs

Algorithms Code.org

Algorithms Code.org

9th - 12th Grade

15 Qs

Code.org Unit 6 Discoveries

Code.org Unit 6 Discoveries

9th - 12th Grade

15 Qs

Codehs Unit 6

Codehs Unit 6

9th - 12th Grade

15 Qs

Code.org Unit 10 CSP

Code.org Unit 10 CSP

9th - 12th Grade

15 Qs

Computational Thinking

Computational Thinking

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Angel Ligon

Used 5+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Heuristic

Provides a "good enough" solution to a problem when an actual solution is impractical or impossible

Problem for which no algorithm can be constructed that is always capable of providing a correct yes-or-no answer

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.

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.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary Search

Provides a "good enough" solution to a problem when an actual solution is impractical or impossible

Problem for which no algorithm can be constructed that is always capable of providing a correct yes-or-no answer

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

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.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Linear Search

Provides a "good enough" solution to a problem when an actual solution is impractical or impossible

Problem for which no algorithm can be constructed that is always capable of providing a correct yes-or-no answer

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

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.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Efficiency

Sequencing

Algorithm

Problem

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Efficiency

Sequencing

Algorithm

Problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of commands that must be followed for a computer to perform calculations or other problem-solving operations.

Efficiency

Sequencing

Algorithm

Problem

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program may need to ask a question because it has reached a step where one or more options are available. Depending on the answer given, the program will follow a certain step and ignore the others.

Iteration

Sequencing

Algorithm

Selection

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?