TECH FEUD

TECH FEUD

University

25 Qs

quiz-placeholder

Similar activities

Linked list 1

Linked list 1

University

20 Qs

Machine Learning and applications-Module-2 (Quiz-1)

Machine Learning and applications-Module-2 (Quiz-1)

University

24 Qs

QUIZ  on Stacks and Queues

QUIZ on Stacks and Queues

University

20 Qs

Q4- Physical Layer Quiz

Q4- Physical Layer Quiz

University

24 Qs

ICT QUIZ

ICT QUIZ

University

20 Qs

Quiz on C

Quiz on C

University

30 Qs

MRO-Iden

MRO-Iden

University

26 Qs

Digital Forensics

Digital Forensics

University

20 Qs

TECH FEUD

TECH FEUD

Assessment

Quiz

Computers

University

Hard

Created by

20CSE091 A

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?

INSERTION SORT

QUICK SORT

HEAP SORT

MERGE SORT

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

CONSIDER THE FOLLOWING C PROGRAM

THE VALUE PRINTED BY THE PROGRAM IS:

26

25

24

22

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is an advantage of adjacency list representation over adjacency matric representation of a graph?

In adjacency list representation, space is saved for sparse graphs.

Add vertex in adjlist representation is easy than adjmatrix representation

All of the above

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

THE OUTPUT OF THE FOLLOWING CODE IS:

20

30

10

0

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A single array A[1…MAXSIZE] is used to implement two stacks, the two stacks grow from opposite ends of array. Variables top1 and top2(top1<top2) point to the location of the topmost element in each of the stacks, If the space is to be used efficiently, the condition for “stack full” is

(top 1= MAXSIZE/2) AND (top 2 = MAXSIZE/2 +1)

top1 1 + top 1 = MAXSIZE

(top 1= MAXSIZE/2) OR (top 2 = MAXSIZE)

top 1 = top 2 - 1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

CONSIDER THE FOLLOWING C PROGRAM

THE OUTPUT OF THE PROGRAM IS:

20

19

18

17

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the following graph, among the following sequences: 

(I) a b e g h f

(II) a b f e h g

(III) a b f h g e

(IV) a f g h b e

Which are depth first traversals of the above graph? 

I, II AND IV only

I AND IV only

I, III, AND IV only

II, III, AND IV only

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?