Computational Thinking

Computational Thinking

12th Grade

11 Qs

quiz-placeholder

Similar activities

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

CCIS 104 Quiz #1.2

CCIS 104 Quiz #1.2

12th Grade

13 Qs

IB CS Topic 4.2

IB CS Topic 4.2

11th - 12th Grade

9 Qs

AP CSP code.org Unit 3 2020

AP CSP code.org Unit 3 2020

9th - 12th Grade

10 Qs

IB Computer Science

IB Computer Science

11th - 12th Grade

9 Qs

Testing Software

Testing Software

9th - 12th Grade

9 Qs

Object Oriented Programming And Flowchart Symbols

Object Oriented Programming And Flowchart Symbols

9th - 12th Grade

12 Qs

Computational Thinking

Computational Thinking

9th - 12th Grade

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