Search Header Logo

DSA + System Design - 12

Authored by Puneet Kansal

Computers

Professional Development

Used 2+ times

DSA + System Design - 12
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of the push and pop operations in a stack implemented with a linked list?

O(n)

O(log n)

O(1)

O(n log n)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Given an infix expression: A+B∗(C−D)/E what is the equivalent postfix expression?

AB+CD−∗E/

ABCD−∗+E/

AB+CD∗−E/

ABCD−∗E/+

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many stacks are required to implement a queue using the stack data structure?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not an application of stacks?

Function call management

Infix to postfix conversion

Managing a list of items

Balancing symbols

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a stack implemented using an array, what is the time complexity of accessing the i-th element from the top of the stack?

O(1)

O(i)

O(n-i)

O(n)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following conditions indicate that a stack is empty?

top == stack.length

top == stack.length - 1

top == 0

top == -1

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In the context of recursion, the stack is used to store which of the following?

Static variables

Global variables

Local variables and return addresses

Register values

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?