Computer Science quiz

Quiz
•
Computers
•
11th Grade
•
Easy
Himara Senaratne
Used 3+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an algorithm?
A computer program
A set of instructions to solve a problem
A mathematical equation
A hardware component
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a common type of algorithm?
Search algorithms
Sorting algorithms
Encryption algorithms
Cooking algorithms
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of a linear search algorithm in the worst case?
O(1)
O(log n)
O(n^2)
O(n)
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which sorting algorithm has the best average-case time complexity?
Bubble sort
Insertion sort
Merge sort
Selection sort
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the key idea behind the divide-and-conquer approach?
Breaking a problem into smaller subproblems
Solving a problem by brute force
Using a greedy approach to find the optimal solution
Backtracking to find all possible solutions
6.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Which statement about logarithmic and exponential growth is correct?
Both logarithmic and exponential growth rates are proportional to the square of the input size.
Logarithmic growth rates decrease as the input size increases, while exponential growth rates remain constant.
Logarithmic growth involves halving the search space repeatedly, while exponential growth doubles the number of operations at each step.
Exponential growth is faster than logarithmic growth only for small input sizes.
7.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
What is the main drawback of using Quick Sort for a highly skewed dataset?
Quick Sort has a high average-case complexity of O(n^2).
The algorithm’s partitioning leads to uneven divisions, causing a worst-case time complexity of O(n^2).
Quick Sort requires additional space, making it inefficient for large datasets.
It cannot handle datasets with duplicate elements efficiently.
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Introduction to MS Excel

Quiz
•
11th Grade
25 questions
Graph Traversal

Quiz
•
12th Grade
25 questions
Google Sheets- Summative Block C

Quiz
•
9th - 12th Grade
24 questions
PRA UAS STRUKTUR DATA

Quiz
•
University
25 questions
4.8 Word Quizizz

Quiz
•
8th - 12th Grade
25 questions
C - Data Structures (Unit 1 - QUIZ)

Quiz
•
University
25 questions
Neo Coding Round 1 Set 1

Quiz
•
University
25 questions
Amanjaya Final Exam

Quiz
•
University
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