Data structure

Data structure

University

20 Qs

quiz-placeholder

Similar activities

Fundamentals of Data Structures-Test 1-Unit-1

Fundamentals of Data Structures-Test 1-Unit-1

University

20 Qs

Alabi, Kolade, CSCI-2380-01P, PRE

Alabi, Kolade, CSCI-2380-01P, PRE

University

15 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

M3-1

M3-1

University

15 Qs

Stack and Queue

Stack and Queue

University

25 Qs

Data Structures and Algorithms Quiz - BATCH 1

Data Structures and Algorithms Quiz - BATCH 1

University

23 Qs

Fundamentals of DAta structure IS 2-2B

Fundamentals of DAta structure IS 2-2B

University

20 Qs

Data structure

Data structure

Assessment

Quiz

Computers

University

Medium

Created by

praveen s

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a stack?

A type of linked list

A linear data structure following FIFO order

A linear data structure following LIFO order

A hierarchical data structure

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a basic stack operation?

Push

Pop

Enqueue

Peek

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of evaluating the postfix expression 5 3 + 2 *?

10

16

17

11

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the key difference between a queue and a stack?

Queue follows FIFO, stack follows LIFO

Queue follows LIFO, stack follows FIFO

Both are the same

Stack requires more memory than queue

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the operation used to insert an element into a queue?

Pop

Enqueue

Push

Dequeue

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which type of queue assigns priority to elements?

Circular Queue

Deque

Priority Queue

Simple Queue

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the worst-case time complexity of stack operations (Push and Pop) using an array?

O(1)

O(n)

O(log n)

O(n²)

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?