Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

quiz-placeholder

Similar activities

Binary Trees and Traversals Quiz

Binary Trees and Traversals Quiz

University

30 Qs

Estructura de Datos

Estructura de Datos

University

25 Qs

3ICTH7H8DSA

3ICTH7H8DSA

University

25 Qs

Batch 1 Quiz - DSA Lab

Batch 1 Quiz - DSA Lab

University

25 Qs

Stack and Queue

Stack and Queue

University

25 Qs

Trees, Linked Lists, Stacks and Queues

Trees, Linked Lists, Stacks and Queues

11th Grade - University

30 Qs

 Milking Minds 17-01-24

Milking Minds 17-01-24

University

25 Qs

DS_WeeklyTest-4

DS_WeeklyTest-4

University

30 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

Assessment

Quiz

Computers

University

Hard

Created by

K Hemant Reddy

Used 33+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stack is also called as

Last in first out

First in last out

Last in last out

First in first out

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Let the following circular queue can accommodate maximum six elements with the following data front = 2 rear = 4 queue = _______; L, M, N, ___, ___ What will happen after ADD O operation takes place?

a) front = 2 rear = 5

queue = ______; L, M, N, O, ___

b) front = 3 rear = 5

queue = L, M, N, O, ___

c) front = 3 rear = 4

queue = ______; L, M, N, O, ___

d) front = 2 rear = 4

queue = L, M, N, O, ___

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structure is non linear type?

string

List

stack

graph

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data structure which allows deletions at both ends of the list but insertion at only one end.

Input restricted dequeue

Output restricted dequeue

Priority queues

Linear queue

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the following data and specify which one is Preorder Traversal Sequence, Inorder and Postorder sequences.

S1: N, M, P, O, Q

S2: N, P, Q, O, M

S3: M, N, O, P, Q

a) S1 is preorder, S2 is inorder and S3 is postorder

b) S1 is inorder, S2 is preorder and S3 is postorder

c) S1 is inorder, S2 is postorder and S3 is preorder

d) S1 is postorder, S2 is inorder and S3 is preorder

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement about binary tree is CORRECT?

a) Every binary tree is either complete or full

b) Every complete binary tree is also a full binary tree

c) Every full binary tree is also a complete binary tree

d) A binary tree cannot be both complete and full

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

For the tree below, write the pre-order traversal.

2, 7, 5, 2, 6, 9, 5, 11, 4

2, 7, 2, 6, 5, 11, 5, 9, 4

2, 5, 11, 6, 7, 4, 9, 5, 2

2, 7, 5, 6, 11, 2, 5, 4, 9

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?