Data structure

Data structure

University

20 Qs

quiz-placeholder

Similar activities

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Fundamentals of Data Structures-Test 1-Unit-1

Fundamentals of Data Structures-Test 1-Unit-1

University

20 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Stack & Quiz

Stack & Quiz

University

20 Qs

Data Structures

Data Structures

University

20 Qs

data structures1

data structures1

University

20 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

data structure

data structure

University

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