Mr Bulsara

Mr Bulsara

12th Grade

10 Qs

quiz-placeholder

Similar activities

7.5 Standard Methods of Solution Cambridge IGCSE 0478

7.5 Standard Methods of Solution Cambridge IGCSE 0478

10th Grade - University

10 Qs

CCIS 104 Quiz #1.2

CCIS 104 Quiz #1.2

12th Grade

13 Qs

18.10.25. - 2.TR do 3.4.1.

18.10.25. - 2.TR do 3.4.1.

10th Grade - University

7 Qs

Memory Management - Paging & segmentation

Memory Management - Paging & segmentation

12th Grade - University

15 Qs

Sort

Sort

9th - 12th Grade

10 Qs

IB CS Topic 4.2

IB CS Topic 4.2

11th - 12th Grade

9 Qs

IB Computer Science

IB Computer Science

11th - 12th Grade

9 Qs

Heap Sort in Java

Heap Sort in Java

12th Grade

10 Qs

Mr Bulsara

Mr Bulsara

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Siddharth Bulsara

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the primary operation of Bubble Sort?

Repeatedly comparing and swapping adjacent elements

Dividing the list into two halves and merging

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm selects the smallest (or largest) element from the unsorted part and moves it to the end of the sorted part?

Insertion Sort

Selection Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which sorting algorithm is the final sorted array built one item at a time by inserting each item into its proper position?

Merge Sort

Insertion Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm divides the list into two halves, sorts each half recursively, and then merges the two sorted halves?

Merge Sort

Quick Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary technique used by Quick Sort to sort a list?

Picking a pivot and partitioning the list

Repeatedly comparing and swapping adjacent elements

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term "abstraction" refer to in computing?

Hiding the complexity of a system by focusing on the essential features, allowing users to interact with a simplified model.

A type of algorithm that sorts data by comparing adjacent elements and swapping them if they are in the wrong order.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Big O notation measure?

Algorithm efficiency

Algorithm correctness

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?