stacks

stacks

University

10 Qs

quiz-placeholder

Similar activities

Cuestionario de Matemáticas

Cuestionario de Matemáticas

University

15 Qs

MechnoSpell Challenge-003

MechnoSpell Challenge-003

University

10 Qs

Exploring 8085 and 8086 Microprocessors

Exploring 8085 and 8086 Microprocessors

University

15 Qs

Lesson 2 Moment and Equilibrium

Lesson 2 Moment and Equilibrium

University

12 Qs

Conversión de unidades

Conversión de unidades

University

8 Qs

work warmup

work warmup

9th Grade - University

7 Qs

LinkedLists

LinkedLists

University

12 Qs

Operadores en C++

Operadores en C++

University

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