Unit 6 Review

Unit 6 Review

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

ICT 9 Quiz 1

ICT 9 Quiz 1

9th Grade

10 Qs

7.02 going online

7.02 going online

4th - 9th Grade

10 Qs

hardware and software(g3)

hardware and software(g3)

2nd - 10th Grade

10 Qs

EMPTECH L4 Q3

EMPTECH L4 Q3

12th Grade

10 Qs

Microcontroller

Microcontroller

11th Grade - University

10 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

MODULE 9 PRE-TEST

MODULE 9 PRE-TEST

10th Grade

10 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Unit 6 Review

Unit 6 Review

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Nolan Fleming

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the word Algorithm.

a pattern of beats

a field of mathematics in which some numbers are replaced by variables

a multi-layered pasta dish

a finite set of instructions that accomplish a task.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How does a Binary Search work?

Cut an ordered list in half then check if the given number is greater to or less than the number found. Repeat until the given number is found.

Start your search at the beginning of an ordered list and check each item in order until the given number is found.

Check the numbers at the beginning and end of an ordered list. Continue the search at whichever end has a value closest to the given number.

First, divide an ordered list into four different sub-lists. Then search each one for the given number.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define Efficiency.

the measure of an algorithm's effectiveness.

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

the ability of an algorithm to find any given number in an ordered list.

a quality of algorithms that are easy to use

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

exponential

linear

logarithmic

polynomial

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

exponential

linear

logarithmic

polynomial

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm that runs in "reasonable" time?

Algorithms with efficiency of exponential order

Algorithms with efficiency of polynomial order or lower

Algorithms with constant efficiency only

Algorithms that listen to your side without passion or judgment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm that runs in "unreasonable" time?

Algorithms that won't listen to you and are never open to new information

Algorithms that always show up late, even when you tell them to show up an hour earlier.

Algorithms with factorial or exponential efficiency

Algorithms that never increase in time, no matter how big the number of items is.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What sort of solutions do Heuristic algorithms provide?

"perfect" through brute force

"optimal" through neural net AI

"inefficient" by picking a random order and sticking with it

"good enough" through guessing and learning

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an "undecidable" problem?

a problem for which no algorithm can always provide a definite yes or no answer

a problem choosing which ice cream flavor to get at Baskin Robins

a problem in which each potential solution has the exact same value

A problem in which a random choice is just as good any other.