G10 CS Bubble Search

G10 CS Bubble Search

12th Grade

15 Qs

quiz-placeholder

Similar activities

Linear Search

Linear Search

12th Grade

10 Qs

Converting Feet to Inches and Inches to Feet

Converting Feet to Inches and Inches to Feet

9th - 12th Grade

10 Qs

Sorting Algorithms in Java

Sorting Algorithms in Java

11th - 12th Grade

17 Qs

Quiz Type of Monitors and Printers

Quiz Type of Monitors and Printers

12th Grade

10 Qs

Furniture and Bedroom Design

Furniture and Bedroom Design

10th - 12th Grade

20 Qs

SAINS KOMPUTER F5 BAB 3

SAINS KOMPUTER F5 BAB 3

10th - 12th Grade

18 Qs

SAINS KOMPUTER TINGKATAN 5 - 3.1.2

SAINS KOMPUTER TINGKATAN 5 - 3.1.2

11th - 12th Grade

20 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

G10 CS Bubble Search

G10 CS Bubble Search

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Fritz Bansag

Used 87+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct intermediate steps for performing bubble sort on the

data set: 12, 56, 24, 38, 10

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

12, 24, 10, 38, 56;

12, 10, 24, 38, 56 &

10, 12, 24, 38, 56

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

12, 24, 10, 38, 56;

12, 10, 24, 38, 56;

10, 12, 24, 38, 56 &

10, 12, 24, 38, 56

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

10, 12, 24, 38, 56 &

10, 12, 24, 38, 56

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

12, 24, 10, 38, 56; &

10, 12, 24, 38, 56

None of the choices

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct intermediate steps for performing bubble sort on the

data set: 12, 56, 24, 38, 10

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

12, 24, 10, 38, 56;

12, 10, 24, 38, 56 &

10, 12, 24, 38, 56

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

12, 24, 10, 38, 56;

12, 10, 24, 38, 56;

24, 12, 24, 38, 56 &

38, 10, 12, 24, 56

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

10, 12, 24, 38, 56 &

10, 12, 24, 38, 56

12, 24, 38, 10, 56;

12, 24, 10, 38, 56;

12, 24, 10, 38, 56; &

10, 12, 24, 38, 56

None of the choices

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many loops do we need for bubble sort algorithm?

1 WHILE loop

1 FOR loop

1 WHILE loop with a nested FOR loop.

Any two separate loops

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operation is performed using FOR loop in bubble sort algorithm?

Elements are compared with its next element.

check swapflag

Elements are compared with its next element and swapped if necessary

Any two separate loops

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What condition is checked exactly at WHILE loop in bubble sort algorithm?

Checks swapflag

Checks whether current element is the last element

Checks whether swapping is required or not

None of the choices

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What condition is checked exactly at WHILE loop in bubble sort algorithm?

Checks if position has incremented next

Checks whether current element is the last element

Checks whether swapping is required or not

None of the choices

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Under which of the following condition, does while loop in bubble sort algorithm ends?

swapflag=true

in the nested for loop

swapflag=false

in the nested for loop

position = length_of_list-2

None of the above

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?