SLR5 | Algorithms

Quiz
•
Computers
•
12th Grade
•
Hard
H Malaney
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a depth-first graph traversal technique?
Breadth-First Search
Depth-First Search
Dijkstra's Algorithm
Kruskal's Algorithm
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Dijkstra's algorithm, what is the primary data structure used to keep track of the shortest path?
Stack
Queue
Priority Queue
Linked List
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tree traversal method visits the root node first, then the left subtree, and finally the right subtree?
In-order Traversal
Pre-order Traversal
Post-order Traversal
Level-order Traversal
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of binary search in the worst-case scenario?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes the efficiency of merge sort?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Reverse Polish Notation is also known as:
Infix Notation
Prefix Notation
Postfix Notation
Mixed Notation
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about linear search?
It requires a sorted array.
It can be used on both sorted and unsorted arrays.
It is faster than binary search for large datasets.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
CS Python Fundamentals 8.8 Lesson Quiz

Quiz
•
9th - 12th Grade
10 questions
Tree

Quiz
•
12th Grade
15 questions
Paper 2 Revision

Quiz
•
10th Grade - University
20 questions
DATA STRUCTURES

Quiz
•
12th Grade
20 questions
iGCSE Computer Science: Problem Solving

Quiz
•
9th - 12th Grade
20 questions
Searching and Sorting

Quiz
•
10th - 12th Grade
10 questions
Algorithm Complexity Quiz

Quiz
•
9th - 12th Grade
14 questions
A-Level Computer Science Data Structures Quiz

Quiz
•
12th Grade - 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