Mr Bulsara

Quiz
•
Computers
•
12th Grade
•
Medium
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
Similar Resources on Wayground
11 questions
2.1.3. Thinking Procedurally

Quiz
•
12th Grade
10 questions
GCSE Networks

Quiz
•
7th - 12th Grade
10 questions
analysis of algorithm (lecture 2)

Quiz
•
12th Grade
10 questions
CS Python Fundamentals Test 12 PRACTICE

Quiz
•
9th - 12th Grade
15 questions
Array Search & Sort Quiz

Quiz
•
12th Grade
15 questions
CPIT 201 Algorithms

Quiz
•
12th Grade - University
15 questions
Programming basics

Quiz
•
12th Grade
10 questions
Linear Data

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade