data structures

data structures

University

10 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

University

10 Qs

Data Structure

Data Structure

12th Grade - University

15 Qs

ECE 532 Chapter 2 (Stack)

ECE 532 Chapter 2 (Stack)

University

7 Qs

common data structure

common data structure

University

10 Qs

Stack??

Stack??

University

15 Qs

DSA-Quiz1

DSA-Quiz1

University

12 Qs

Quiz on Stacks and Data Structures 2

Quiz on Stacks and Data Structures 2

University

10 Qs

Data Structure

Data Structure

University

14 Qs

data structures

data structures

Assessment

Quiz

Computers

University

Hard

Created by

monica bandaru

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The five items: A, B, C, D, and E are pushed in a stack, one after other starting from A. The stack is popped four items and each element is inserted in a queue. The two elements are deleted from the queue and pushed back on the stack. Now one item is popped from the stack. The popped item is

A

B

C

D

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following permutation can be obtained in the same order using a stack assuming that input is the sequence 5, 6, 7, 8, 9 in that order?

7, 8, 9, 5, 6

5, 9, 6, 7, 8

7, 8, 9, 6, 5

9, 8, 7, 5, 6

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If the sequence of operations - push (10), push (20), pop, push (10), push (20), pop, pop, pop, push (20), pop are performed on a stack, the sequence of popped out values

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The result evaluating the postfix expression 10 5 + 60 6 / * 8 – is

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A function f defined on stacks of integers satisfies the following properties. f(∅) = 0 and f (push (S, i)) = max (f(S), 0) + i for all stacks S and integers i.

If a stack S contains the integers 2, -3, 2, -1, 2 in order from bottom to top, what is f(S)?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Consider the C program attached

What is the output of the program for the following input ? 5 2 * 3 3 2 + * +

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Consider the function fun(). What does the function print?

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?