Search Header Logo
Unit 1 - 2.Sorting algorithms

Unit 1 - 2.Sorting algorithms

Assessment

Presentation

Computers

9th Grade

Practice Problem

Medium

Created by

Ala Jaber

Used 6+ times

FREE Resource

5 Slides • 8 Questions

1

By Ala Jaber

media

2

media

3

Multiple Choice

Which is the clearest example of sorting in everyday apps?

1

A. Encrypting your messages

2

B. Compressing a video before upload

3

C. Ordering songs by “Most Recently Added” in a music app

4

D. Translating a post into another language

4

Multiple Choice

Why do services like shopping sites, contacts, and email use sorting?

1

A. To help users find items faster and more easily

2

B. To delete duplicate files automatically

3

C. To protect accounts from hackers

4

D. To reduce the device’s screen brightness

5

media

6

Multiple Choice

Which action clearly uses a sorting algorithm?

1

A. Shuffling songs randomly in a playlist

2

B. Listing films by most recent release date first

3

C. Compressing a video to a smaller size

4

D. Translating captions to another language

7

Multiple Choice

You want to browse contacts alphabetically. What should you sort by?



1

A. Phone number

2

B. First message time

3

C. Home address

4

D. Surname

8

media

9

Multiple Choice

In a bubble sort, what happens during each comparison step?



1

A. The first and last values are swapped

2

B. Only the smallest and largest values are compared

3

C. Adjacent values are compared and swapped if out of order

4

D. Random pairs are compared

10

Multiple Choice

In bubble sort, what is a pass?



1

A. One complete sweep through the list comparing/swapping adjacent items

2

B. A single swap between two items

3

C. Sorting just the first two items

4

D. When the first item reaches its final position

11

media

12

Multiple Choice

After the first pass on 2, 8, 1, 4, 9 (ascending), what is the list?



1

A. 2, 1, 4, 8, 9

2

B. 1, 2, 4, 8, 9

3

C. 2, 4, 1, 8, 9

4

D. 2, 8, 1, 4, 9

13

Multiple Choice

After the second pass completes, which sequence do we have?

1

A. 2, 1, 4, 8, 9

2

B. 1, 2, 4, 8, 9

3

C. 2, 4, 1, 8, 9

4

D. 2, 8, 1, 4, 9

By Ala Jaber

media

Show answer

Auto Play

Slide 1 / 13

SLIDE