Data Structures Quiz

Data Structures Quiz

University

50 Qs

quiz-placeholder

Similar activities

Array Quiz

Array Quiz

University

47 Qs

Quiz Pengetahuan Umum

Quiz Pengetahuan Umum

10th Grade - University

50 Qs

ReactJS Quiz 1

ReactJS Quiz 1

University

50 Qs

Tut13 Recap

Tut13 Recap

University

47 Qs

DSA QUIZ O

DSA QUIZ O

University

45 Qs

Java қазақша 101 - 150

Java қазақша 101 - 150

University

50 Qs

DSA Quiz # 1

DSA Quiz # 1

University

50 Qs

C++ Programming Quiz (second)

C++ Programming Quiz (second)

University

53 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Senthil jayamohan

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which of the following is a linear data structure?

Tree

Graph

Stack

Hash table

2.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

What is the time complexity of inserting an element at the beginning of a singly linked list?

O(n)

O(1)

O(log n)

O(n log n)

3.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which operation removes an element from a stack?

Enqueue

Dequeue

Pop

Insert

4.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

What does the 'next' pointer in a singly linked list point to?

Head

Previous node

Next node

Tail

5.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which data structure works on the principle of FIFO?

Stack

Queue

Tree

Graph

6.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

Which of the following is NOT an application of stack?

Recursion

Function call tracking

Level-order traversal

Expression evaluation

7.

MULTIPLE CHOICE QUESTION

30 mins • 1 pt

In array representation of a stack, the top is initialized as:

0

-1

NULL

size

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?

Discover more resources for Information Technology (IT)