wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz 2

Total questions: 5

Worksheet time: 2mins

Name
Class
Date
1.

It is a process that put in a certain place or rani according to kind, class, or nature.

(a)  

2.

It is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.

(a)  

3.

It iterates the input elements by growing the sorted array at each iteration.

(a)  

4.

It is a kind of sorting wherein it repeatedly finding the minimum element from unsorted part and putting it at the beginning.

(a)  

5.

What is the missing syntax in the example code below?

int (a)   = array [j];