Bubble sort

Bubble sort

8th Grade

8 Qs

quiz-placeholder

Similar activities

Searching Algorithm Quiz

Searching Algorithm Quiz

8th Grade

7 Qs

my excel

my excel

5th - 9th Grade

6 Qs

ICT 6C

ICT 6C

2nd - 11th Grade

8 Qs

Year 9 - Bubble Sort

Year 9 - Bubble Sort

2nd - 9th Grade

8 Qs

Sorting algorithm

Sorting algorithm

8th Grade

10 Qs

Kuiz ASK Tingkatan 3

Kuiz ASK Tingkatan 3

6th - 8th Grade

10 Qs

The CPU

The CPU

6th - 8th Grade

10 Qs

Tin8KTGK2 - Đề 2

Tin8KTGK2 - Đề 2

8th Grade

12 Qs

Bubble sort

Bubble sort

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Siddik Molvi

Used 52+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the most important reason that data needs to be sorted?
It is easier to make sense of
So it looks nice
To show we can do it

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum amount of passes needed to sort 11 pieces of data?

10

11

7

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which expression best defines bubble sort?

n+1

n=1

n-1

n/1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the first available comparison from the following, 5, 2, 3, 1, 7, 9?

2, 5, 3, 1, 7, 9

5, 2, 1, 3, 7, 9

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the first available comparison from the following, 43, 44, 45, 42, 50?

42, 44, 45, 43, 50

43, 44, 42, 45, 50

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many passes will it take to sort this data in ascending order, 1, 2, 3, 5, 4.

2

5

3

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many passes will it take to sort this data in ascending order, 32, 54, 39, 29.

3

2

1

5

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bubble sort takes the first two values of a list, and swaps them if wrong?
True
False