Computational Thinking

Computational Thinking

12th Grade

11 Qs

quiz-placeholder

Similar activities

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

AP CSP Unit 3 Ch 1 Vocab

AP CSP Unit 3 Ch 1 Vocab

9th - 12th Grade

16 Qs

Code.org Algorithms AP CSP

Code.org Algorithms AP CSP

9th - 12th Grade

15 Qs

Search Algorithms

Search Algorithms

9th - 12th Grade

10 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

AP Computer Science Principles - Unit 6: Algorithms

AP Computer Science Principles - Unit 6: Algorithms

9th - 12th Grade

10 Qs

Code.org Algorithms

Code.org Algorithms

9th - 12th Grade

15 Qs

Code.org Unit 6 Discoveries

Code.org Unit 6 Discoveries

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?

Discover more resources for Computers