Data Structures Quiz

Data Structures Quiz

University

50 Qs

quiz-placeholder

Similar activities

Cybersecurity Quiz

Cybersecurity Quiz

University

50 Qs

KTMT C4

KTMT C4

University

52 Qs

Cấu trúc dữ liệu và giải thuật

Cấu trúc dữ liệu và giải thuật

University

47 Qs

Switching, layering

Switching, layering

University

52 Qs

Digital Citizenship and ICT Quiz

Digital Citizenship and ICT Quiz

8th Grade - University

49 Qs

BSIT2102 PL Networking1 Tuando

BSIT2102 PL Networking1 Tuando

University

50 Qs

PAT INFORMATIKA ( TAV,TB)

PAT INFORMATIKA ( TAV,TB)

University

50 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?