Algouniversity - Nomdic Gurukul - 14th august

Algouniversity - Nomdic Gurukul - 14th august

Professional Development

6 Qs

quiz-placeholder

Similar activities

ME ADS QUIZ

ME ADS QUIZ

Professional Development

11 Qs

SE_1

SE_1

Professional Development

10 Qs

QUEUE

QUEUE

University - Professional Development

10 Qs

DECI - Week 5 - round

DECI - Week 5 - round

Professional Development

10 Qs

HEAPS

HEAPS

Professional Development

10 Qs

RabbitMQ Basic

RabbitMQ Basic

Professional Development

10 Qs

System Analysis and Design - Phase II. C - Logic Modelling

System Analysis and Design - Phase II. C - Logic Modelling

University - Professional Development

10 Qs

Day 2

Day 2

Professional Development

10 Qs

Algouniversity - Nomdic Gurukul - 14th august

Algouniversity - Nomdic Gurukul - 14th august

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Suraj Kumar

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order traversal of binary search tree will produce ?

unsorted list

reverse of input

sorted list

none of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In order traversal of binary search tree will produce ?
unsorted list
reverse of input
sorted list
none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
push() and pop() functions are found in
queues
lists
stacks
trees

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Minimum number of queues required for priority queue implementation?
5.0
4.0
3.0
2.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum number of edges required to create a cyclid graph of n vertices is
n
n-1
n+1
2n

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What about recursion is true in comparison with iteration?
very expensive in terms of memory.
low performance.
every recursive program can be written with iteration too.
all of the above are true!