Computational Thinking

Quiz
•
Computers
•
12th Grade
•
Medium
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
Similar Resources on Wayground
6 questions
QUIZ 1 DC024 (Part 2)

Quiz
•
12th Grade
12 questions
Big O Notation Revision

Quiz
•
12th Grade
10 questions
G10 CS Linear Search

Quiz
•
12th Grade
10 questions
Algorithm

Quiz
•
10th - 12th Grade
12 questions
APCSA Unit 7

Quiz
•
9th - 12th Grade
16 questions
Algorithms & Pseudocode

Quiz
•
11th - 12th Grade
15 questions
R_Quiz on Algorithms and Programming Languages

Quiz
•
12th Grade - University
14 questions
Code.org Unit 2

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade