DSA #01

DSA #01

University

20 Qs

quiz-placeholder

Similar activities

Exploring Stacks and Queues

Exploring Stacks and Queues

University

20 Qs

Stack in DS

Stack in DS

University

23 Qs

Stack??

Stack??

University

15 Qs

infix to postfix

infix to postfix

University

20 Qs

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Data Structure Basics

Data Structure Basics

University

20 Qs

JSD (Algorithm Analysis)

JSD (Algorithm Analysis)

University

15 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

DSA #01

DSA #01

Assessment

Quiz

Computers

University

Medium

Created by

Dr 2789

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Principle of Stack

LILO

FILO

LIFO

FIFO

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Queue follows

FIFO

LIFO

FILO

LILO

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ADT means

Abstract Define Type

Abstract Data Term

Additive Data Technique

Abstract Data Type

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Convert the following infix into post fix. (a + b) * (c - d)

ab+*cd-

ab+cd*-

ab+cd-*

ab+cd*-

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Convert the following infix into prefix. a+b/d

+/abd

a+/bd

+a/bd

/+abd

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

convert the following infix into post fix. (a+b/e)*(d+f)

*/+abe+df

*+abe/+df

ab+e/df+*

abe+/df+*

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

what happens next?

push 2; push -1; push 54; pop; push 71; pop; push 100; pop

-1, 2

2, -1

empty

full

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?