Unit 6 Review

Unit 6 Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Big Idea 3: Algorithms and Programming

Big Idea 3: Algorithms and Programming

8th - 10th Grade

15 Qs

OCR 1.3.4 Science Search Engine Indexing and Page Rank

OCR 1.3.4 Science Search Engine Indexing and Page Rank

12th Grade

10 Qs

CSF U2 Algorithms p1

CSF U2 Algorithms p1

9th - 12th Grade

10 Qs

Searching Algorithm

Searching Algorithm

10th - 11th Grade

12 Qs

Computational Thinking Quiz

Computational Thinking Quiz

9th Grade

15 Qs

Mobile CSP Unit 5 Vocab

Mobile CSP Unit 5 Vocab

10th - 12th Grade

15 Qs

Code.org Unit 6 Discoveries

Code.org Unit 6 Discoveries

9th - 12th Grade

15 Qs

U10 - Algorithms Quiz

U10 - Algorithms Quiz

11th Grade

14 Qs

Unit 6 Review

Unit 6 Review

Assessment

Quiz

Computers, Science

9th - 12th Grade

Hard

Created by

Jon Kern

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true of algorithms?

Algorithms may have an infinite set of instructions

Algorithms must be expressed using a programming language

Every algorithm can be constructed using combinations of sequencing, selection, and iteration

Every problem can be solved with an algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following algorithm is followed by a person every morning when they get up from bed to go to school

Wake up

Brush teeth

Put on shirt

Put on pants

Put on socks

Put on shoes

Tie shoes

Which concept does this algorithm BEST demonstrate?

Sequencing

Selection

Iteration

Execution

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A town government is designing a new bus system. The planners are deciding where to put the different bus stops. They want to pick a set of bus stop locations that will minimize the distance anyone needs to walk in order to get to any bus stop in town. What term best defines this kind of problem?

A decision problem

An optimization problem

An undecidable problem

An efficiency problem

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A school is creating class schedules for its students. The students submit their requested courses and then a program will be designed to find the optimal schedule for all students.

The school has determined that finding the absolute best schedule cannot be solved in a reasonable time. Instead they have decided to use a simpler algorithm that produces a good but non-optimal schedule in a more reasonable amount of time.

Which principle does this decision best demonstrate?

Unreasonable algorithms may sometimes also be undecidable

Heuristics can be used to solve some problems for which no reasonable algorithm exists

Two algorithms that solve the same problem must also have the same efficiency

Approximate solutions are often identical to optimal solutions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following algorithmic efficiencies would be considered LEAST efficient?

Linear

Constant

Polynomial

Exponential

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the existence of undecidable problems?

Undecidable problems are problems for which more than one algorithm solves the problem and computer scientists have not yet chosen the algorithm they believe is best

Undecidable problems are problems for which an algorithm can be written that will produce the same output for at least two possible inputs

Undecidable problems are problems for which an algorithm can be written that produces a correct output for all inputs but in an unreasonable time

An undecidable problem is a problem for which no algorithm can be constructed that always produces a correct output

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A group of students writes their names and unique student ID numbers on sheets of paper. The sheets are then randomly placed in a stack.

Their teacher is looking to see if a specific ID number is included in the stack. Which of the following best describes whether their teacher should use a linear or a binary search?

The teacher could use either type of search though the linear search is likely to be faster

The teacher could use either type of search though the binary search is likely to be faster

Neither type of search will work since the data is numeric

Only the linear search will work since the data has not been sorted

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?