Data Structures Full

Data Structures Full

11th Grade

90 Qs

quiz-placeholder

Similar activities

Teste Hardware e Montagem de PCs - Revisões

Teste Hardware e Montagem de PCs - Revisões

10th - 12th Grade

86 Qs

[Ôn tập Nghề Tin] Phần 2 - MS WORD (itnbk)

[Ôn tập Nghề Tin] Phần 2 - MS WORD (itnbk)

11th Grade

88 Qs

Quiz CN

Quiz CN

11th Grade

92 Qs

CS 241 Practice Test Week 4

CS 241 Practice Test Week 4

9th Grade - University

86 Qs

Latihan Kelas 11

Latihan Kelas 11

11th Grade

87 Qs

Mega Quiz

Mega Quiz

11th Grade - Professional Development

85 Qs

kisi kisi

kisi kisi

11th Grade

95 Qs

IT Fundamentals Practice

IT Fundamentals Practice

11th - 12th Grade

87 Qs

Data Structures Full

Data Structures Full

Assessment

Quiz

Computers

11th Grade

Hard

Created by

muhammad abdulmajeed

FREE Resource

90 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure follows the First-In-First-Out (FIFO) principle?

Stack

Queue

Tree

Graph

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a stack, which operation adds an element to the top?

push

pop

peek

enqueue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

O(1)

O(log n)

O(n)

O(n^2)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many dimensions does a 2D array have?

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tree traversal visits the root node last?

Preorder

Inorder

Postorder

Level order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of edges in a simple graph with n vertices?

n

n-1

n(n-1)/2

2^n

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dijkstra's algorithm is used to find:

Minimum spanning tree

Shortest path

Longest path

Euler circuit

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?