Data Structures Quiz

Data Structures Quiz

University

10 Qs

quiz-placeholder

Similar activities

DATA STRUCTURE-HEAP

DATA STRUCTURE-HEAP

University

12 Qs

AdvancedProgramming_intro

AdvancedProgramming_intro

University

10 Qs

Heaps

Heaps

University

15 Qs

ROTC Make-up Quiz

ROTC Make-up Quiz

University

15 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

Data Structure

Data Structure

University

15 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Dr. Raipur.

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a linear data structure?

Tree

Graph

Array

Hash Table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of searching for an element in a balanced binary search tree (BST)?

O(1)

O(n)

O(log n)

O(n log n)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a stack, the insertion and deletion operations are performed at which end?

Top

Bottom

Middle

Both ends

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing recursion?

Queue

Stack

Linked List

Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures is non-linear?

Stack

Queue

Linked List

Tree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity of accessing an element in a linked list?

O(1)

O(n)

O(log n)

O(n^2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure allows deletion at one end and insertion at the other end?

Stack

Queue

Binary Tree

Array

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?