Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

quiz-placeholder

Similar activities

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

GCSE Computing - Searching & Sorting algorithms #1

GCSE Computing - Searching & Sorting algorithms #1

4th - 5th Grade

10 Qs

Searching and Sorting

Searching and Sorting

University

16 Qs

Sorting and searching

Sorting and searching

9th Grade

12 Qs

Merge Sort

Merge Sort

10th Grade

14 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

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