wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

sorting techniques

Total questions: 4

Worksheet time: 3mins

Name
Class
Date
1.

What is the primary purpose of sorting techniques?

a)

To randomize data

b)

To encrypt data

c)

To arrange data in a specific order

d)

To compress data

2.

Insertion Sort has a Time-Complexity of O(n2) in the average and worst case

a)

True

b)

False

3.

Bubble sort is also known as (a)   sort

4.

Which sorting algorithm maintains a sub-array that is always sorted and efficiently places values from the unsorted part into the correct position?

a)

Bubble Sort

b)

Insert sort

c)

Selection sort