Computational Thinking

Computational Thinking

12th Grade

11 Qs

quiz-placeholder

Similar activities

Code.org AP Computer Science Principles Unit 6

Code.org AP Computer Science Principles Unit 6

9th - 12th Grade

15 Qs

CS Principles Unit 6 Assessment

CS Principles Unit 6 Assessment

9th - 12th Grade

15 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

CSP - Vocab Quiz JAN2023

CSP - Vocab Quiz JAN2023

9th - 12th Grade

14 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Code.org Algorithms

Code.org Algorithms

9th - 12th Grade

15 Qs

CS Principles Unit 6 Assessment

CS Principles Unit 6 Assessment

9th - 12th Grade

15 Qs

Code.org Algorithm

Code.org Algorithm

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?