Searches and Sorts

Searches and Sorts

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Database

Database

KG - University

35 Qs

Unit 1 - Fundamentals of Algorithms

Unit 1 - Fundamentals of Algorithms

9th - 11th Grade

30 Qs

Vocabulary Quiz Units 5,6, and 7.

Vocabulary Quiz Units 5,6, and 7.

9th - 12th Grade

31 Qs

Exam 4 Review

Exam 4 Review

11th - 12th Grade

33 Qs

Program Efficiency

Program Efficiency

12th Grade

30 Qs

KS3 Computing Terms C

KS3 Computing Terms C

7th - 9th Grade

32 Qs

Paper 1- Computer Science

Paper 1- Computer Science

11th - 12th Grade

32 Qs

VB.NET

VB.NET

11th Grade

32 Qs

Searches and Sorts

Searches and Sorts

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Rachel Pugh

Used 10+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Bubble sort uses a divide-and-conquer approach.

True

False

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which sort is the slowest and most inefficient of all?

Bubble sort

Merge sort

Selection sort

Insertion sort

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

The divide-and-conquer approach is the fastest approach in most cases

True

False

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

In an insertion sort, what would the list look like after the third pass?

1 2 5 4 3

1 2 3 4 5

1 2 4 5 3

2 5 1 4 3

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following best describes merge sort?

The original list is divided into four parts and reduced.

The original list is split in half and then sorted and combined.

The original list is broken up into sublists repeatedly until each sublist contains one element and then combined

If the number of elements is even, the list is divided into two parts and sorted but if it is odd, the list is divided into three parts and then sorted.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a searching algorithm do?
Search through a set of data
Save a set of data
Help to organise data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be needed if searching algorithms didn't exist?
The data would need to be saved
Each item of data would need to be looked at one by one, until the searched for data was found
A new set of data to look at would be needed

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?