DSA #01

DSA #01

University

20 Qs

quiz-placeholder

Similar activities

Data Structure With C++

Data Structure With C++

University

20 Qs

New DSC Quiz

New DSC Quiz

University

20 Qs

Data Structures: Placement Preparations

Data Structures: Placement Preparations

University

25 Qs

9.4.25 Mentoring quiz

9.4.25 Mentoring quiz

University

20 Qs

Stack and Queue

Stack and Queue

University

15 Qs

Data Structure Quiz 3

Data Structure Quiz 3

University

20 Qs

Data Structures Revision Test

Data Structures Revision Test

University

20 Qs

DS unit 3b

DS unit 3b

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?