Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

quiz-placeholder

Similar activities

Software Design and Development: Algorithm Quiz

Software Design and Development: Algorithm Quiz

11th - 12th Grade

15 Qs

AdvancedProgramming_intro

AdvancedProgramming_intro

University

10 Qs

Algorithm Unit

Algorithm Unit

9th - 12th Grade

15 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Unit 6 Pre-Assessment - Algorithms

Unit 6 Pre-Assessment - Algorithms

11th - 12th Grade

15 Qs

Y9  End of Topic Assessment: Common Algorithms (SORTING)

Y9 End of Topic Assessment: Common Algorithms (SORTING)

Professional Development

12 Qs

AP CSA Recursion Binary Search Merge Sort

AP CSA Recursion Binary Search Merge Sort

University

11 Qs

Common Algorithms Quiz

Common Algorithms Quiz

Assessment

Quiz

Computers

KG - Professional Development

Medium

Created by

Tezel Asena

Used 7+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a linear search?

A sequential method for sorting elements within a list.

A sequential method for sorting and finding an element within a list.

A sequential method for finding an element within a list.

A sequential method that reduces the size of a list.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many checks will a linear search take to find number 6 in the list?

3, 4, 7, 6, 5, 1

3

7

5

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Linear search is more efficient than binary search

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is important to know about the data for binary search?

The data can only be numbers

The data can only be letters

The data in the list must be sorted

The data must be very small

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With a data set of 0,1,3,6,7,8,9


How many steps would a binary search take to find the value 8?

2

4

3

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is more efficient with longer lists of data?

Merge Sort

Bubble Sort

Both

Neither

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might a sorting algorithm be needed before a search?

Data is better when ordered

Data always needs to be in order before searching

The search algorithm may be in the code before the sorting algorithm

The search algorithm may need the data to be in order

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?