Searching and Sorting Algorithms

Searching and Sorting Algorithms

10th Grade

21 Qs

quiz-placeholder

Similar activities

SAINS KOMPUTER F5 BAB 3

SAINS KOMPUTER F5 BAB 3

10th - 12th Grade

18 Qs

10 Minute Test 19 - Algorithms

10 Minute Test 19 - Algorithms

9th - 10th Grade

17 Qs

Computer Science Quiz

Computer Science Quiz

KG - Professional Development

18 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

2.1 Linear Search

2.1 Linear Search

7th - 12th Grade

20 Qs

LINEAR DAN BINARY SEARCH

LINEAR DAN BINARY SEARCH

9th - 10th Grade

19 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Emily Marchant

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these algorithms is used to search through an ordered list?

Linear search

Binary search

Bubble sort

Merge sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a linear search do?

Sorts data before searching

Checks each item one by one

Compares pairs of numbers

Removes duplicates

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key requirement for binary search to work?

The list must be sorted

The list must be random

The data must be numeric

The list must be in reverse order

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search is more efficient for large sorted lists?

Linear search

Binary search

Merge search

Bubble search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a binary search do after checking the middle value?

Always starts again

Searches both halves

Discards half the list

Sorts the list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main idea behind a bubble sort?

Split and merge the list

Repeatedly swap adjacent items if they’re in the wrong order

Randomly shuffle until sorted

Add items to a queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm repeatedly divides the list into halves?

Bubble sort

Merge sort

Linear sort

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?