tech quiz

tech quiz

1st Grade

5 Qs

quiz-placeholder

Similar activities

Civil war Day 23 PWD-RCC INTRO.

Civil war Day 23 PWD-RCC INTRO.

1st - 5th Grade

10 Qs

Mekanik ve Statik 1.Hafta

Mekanik ve Statik 1.Hafta

1st Grade

10 Qs

tech quiz

tech quiz

Assessment

Quiz

Engineering

1st Grade

Practice Problem

Medium

Created by

Karan K

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q1. Which data structure is most suitable for implementing recursion?

A) Queue

B) Array

C) Stack

D) Linked List

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q2. What is the worst-case time complexity to search an element in a balanced binary search tree?

A) O(n)

B) O(log n)

C) O(1)

D) O(n log n)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q3. A priority queue can be efficiently implemented using:

A) Circular queue

B) Binary heap

C) Hash table

D) Linked list

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q4. In an AVL tree, what is the maximum difference between the heights of the left and right subtrees of any node?

A) 2

B) 1

C) log n

D) n

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q5. Which traversal of a binary search tree gives the nodes in sorted order?

A) Pre-order

B) Post-order

C) In-order

D) Level-orde