Code Uncode 2.0

Quiz
•
Computers
•
12th Grade
•
Hard
Jafar Gangardiwala
Used 3+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In order traversal of binary search tree will produce −
unsorted list
sorted list
reverse of input
none of the above
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What data structure is used for breadth first traversal of a graph?
queue
stack
list
none of the above
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
left_subtree (keys) ≤ node (key) ≤ right_subtree (keys)
Complete Binary Tree
Binary Tree
Binary Search Tree
All of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If the array is already sorted, which of these algorithms will exhibit the best performance
Merge Sort
Insertion Sort
Quick Sort
Heap Sort
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
An algorithm is
a piece of code to be executed.
a loosely written code to make final code.
a step by step procedure to solve problem.
all of the above.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In binary heap, whenever the root is removed then the rightmost element of last level is replaced by the root. Why?
It is the easiest possible way.
To make sure that it is still complete binary tree.
Because left and right subtree might be missing.
None of the above!
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If queue is implemented using arrays, what would be the worst run time complexity of queue and dequeue operations?
Ο(n), Ο(n)
Ο(n), Ο(1)
Ο(1), Ο(n)
Ο(1), Ο(1)
Create a free account and access millions of resources
Similar Resources on Wayground
44 questions
Unit 10 APCSA

Quiz
•
12th Grade
37 questions
Robotics-1-PythonBooksA

Quiz
•
9th - 12th Grade
36 questions
PARTS OF COMPUTER TEST

Quiz
•
12th Grade
35 questions
Study Guide for Final Exam*

Quiz
•
9th - 12th Grade
42 questions
Algorithms

Quiz
•
12th Grade
39 questions
G12_End of Term2_Revision

Quiz
•
9th - 12th Grade
37 questions
18a Artificial intelligence end unit and KEY TERMS

Quiz
•
12th Grade
42 questions
Module 5 Unit 3 Using Access Controls Test

Quiz
•
9th - 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