Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

Pre - TEST

Pre - TEST

University

15 Qs

Guess the CS Term!

Guess the CS Term!

University

20 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Data Structures FCI

Data Structures FCI

University

19 Qs

LINKEDLIST- DSA -2-3

LINKEDLIST- DSA -2-3

University

20 Qs

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Queue

Queue

University

20 Qs

Data Structures

Data Structures

University

20 Qs

 Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Rajasree Rajamohanan

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a linear data structure?

Graph

Tree

Stack

Hash Table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which structure uses dynamic memory allocation?

Array

Stack

Linked List

Queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity to access an element by index in an array?

O(n)

O(log n)

O(1)

O(n²)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is ideal for implementing “Continue Watching” feature in Netflix?

Stack

Graph

Queue

Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure can be used to recommend similar shows based on a user’s interests?

Graph

Hash Table

Stack

Queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, how is a list defined?

list = (1, 2, 3)

list = {1, 2, 3}

list = [1, 2, 3]

list =

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a non-primitive data structure?

Integer

Float

Array

Boolean

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?