stacks

stacks

University

10 Qs

quiz-placeholder

Similar activities

Data structures KMEC

Data structures KMEC

University

15 Qs

Applied Digital Logic Design Assessment II

Applied Digital Logic Design Assessment II

University

8 Qs

Understanding Tower of Hanoi

Understanding Tower of Hanoi

University

10 Qs

engineers day

engineers day

University

10 Qs

TECH WHIZ

TECH WHIZ

University

15 Qs

DSA-Stack

DSA-Stack

University

14 Qs

Exploring the 8086 Microprocessor

Exploring the 8086 Microprocessor

University

10 Qs

Exploring Linked Lists in Java

Exploring Linked Lists in Java

University

10 Qs

stacks

stacks

Assessment

Quiz

Engineering

University

Hard

Created by

Megha Poojary

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1. What is the time complexity of the "push" operation in a stack implemented using a linked list?

A) O(1)

B) O(log n)

C) O(n)

D) O(n log n)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2. Which of the following is a disadvantage of using a stack implemented using an array?

A) Slow access to elements

B) Limited use of memory

C) Risk of stack overflow

D) All of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

3. What is the purpose of the "peek" operation in a stack?

A) To add an element to the top of the stack

B) To remove an element from the top of the stack

C) To return the top element of the stack without removing it

D) To search for an element in the stack

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

4. Which of the following data structures is best suited for implementing recursive algorithms?

A) Array

B) Linked List

C) Stack

D) Queue

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

5. What is the time complexity of the "pop" operation in a stack implemented using a linked list?

A) O(1)

B) O(log n)

C) O(n)

D) O(n log n)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6. Which of the following is an advantage of using a stack implemented using a linked list?

A) Slow access to elements

B) Limited use of memory

C) Efficient use of memory

D) Fast access to elements

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7.What is the time complexity of the "push" operation in a stack implemented using an array?

A) O(1)

B) O(log n)

C) O(n)

D) O(n log 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?