Data Structures and Algorithms

Data Structures and Algorithms

Professional Development

13 Qs

quiz-placeholder

Similar activities

Trees

Trees

Professional Development

10 Qs

Data Structure

Data Structure

Professional Development

13 Qs

dataStructure

dataStructure

Professional Development

14 Qs

PythonDS

PythonDS

Professional Development

13 Qs

Node.js

Node.js

1st Grade - Professional Development

10 Qs

AMG G 63 quiz

AMG G 63 quiz

Professional Development

10 Qs

pre test pharmacology of cardiovascular medication

pre test pharmacology of cardiovascular medication

Professional Development

10 Qs

PythonDS

PythonDS

Professional Development

18 Qs

Data Structures and Algorithms

Data Structures and Algorithms

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Dr.S.Vidhya KGCAS

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What condition should be checked before the deletion operation from the Queue?

Overflow

Underflow

Front value

Rear value

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The postfix form of the expression (A+ B)*(C*D- E)*F / G is

AB+ CD*E - FG /**

AB + CD* E - F **G /

AB + CD* E - F G /

AB + CDE - F *G /

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following operation
Top (Push (S, X))

S

NULL

X

ERROR

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From the given AVL tree which node is unbalanced

The unbalanced node is 4

The unbalanced node is 8

The unbalanced node is 12

All are balanced

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

what will be the peek() element after these operations

operations are:

1)pop()

2)push(7)

3)push(10)

4)push(8)

5)pop()

5

10

7

stack will be empty can't do peek operation

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

what will be the order after breadth first search traversal for the given graph and let 6 be the source node

6-4-5-3-2-1

6-5-4-3-2-1

6-4-3-5-2-1

6-3-2-1-4-5

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

what will be the order after the depth first search traversal for the given graph let 0 be the source node

0-1-2-4-3

0-2-3-1-4

0-1-2-3-4

0-3-2-4-1

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?