Search Header Logo

Year 9 Algorithm Recap

Authored by Bee Morais

Computers

9th - 12th Grade

15 Questions

Used 1+ times

Year 9 Algorithm Recap
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does bubble sort repeatedly do to sort a list?

Divides the list into smaller lists and sorts them.

Places all items into a bucket and then sorts them.

Compares each pair of adjacent items and swaps them if they are in the wrong order.

  • Selects the largest item and places it at the end of the list.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a bucket sort order a list?

Swapping adjacent elements until the whole list is sorted.

Sorting elements into groups and then sorting the groups.

Dividing the list into two halves and sorting each half.


Selecting the smallest element and moving it to the front.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a linear search find an element in a list?

By dividing the list in half repeatedly until the element is found.

By organizing the list into a binary tree and traversing it.

By checking every element from the start to the end until the element is found.

  • By sorting the list first and then checking the middle element of the list.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a binary search find an element in a list?

By dividing the list in half repeatedly until the element is found.

By organizing the list into a binary tree and traversing it.

By checking every element from the start to the end until the element is found.

  • By using a unique hash code to find the element.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a disadvantage of using bubble sort?

It can be slower compared to other sorting methods for large lists.

It cannot sort numbers.

It is too complex to understand.

  • It requires a lot of extra space.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's one thing that can make an algorithm efficient?

It uses a lot of memory.

It is difficult to code.

  • It can only solve simple problems.

It completes tasks quickly.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when all elements in bucket sort end up in a single bucket?

The sorting becomes faster.

The sorting speed remains unchanged.

  • The algorithm automatically redistributes the elements into more buckets.

The sorting process becomes similar to using another sorting method within that bucket.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?