Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

quiz-placeholder

Similar activities

Pag-ahon

Pag-ahon

University

25 Qs

SPM_CH#5.SOFTWARE EFFORT ESTIMATION

SPM_CH#5.SOFTWARE EFFORT ESTIMATION

University

25 Qs

Basic Computer Fundamentals

Basic Computer Fundamentals

10th Grade - University

25 Qs

Analysis Algorithms Introduction

Analysis Algorithms Introduction

University

26 Qs

CCC30 - Chapter 8 - Digital Financial Services

CCC30 - Chapter 8 - Digital Financial Services

University

25 Qs

Quiz TRM-1B #materi2-6

Quiz TRM-1B #materi2-6

University

25 Qs

Adapter Cards

Adapter Cards

University

30 Qs

TRẮC NGHIỆM TIN 4 BÀI 2: GÕ PHÍM ĐÚNG CÁCH

TRẮC NGHIỆM TIN 4 BÀI 2: GÕ PHÍM ĐÚNG CÁCH

5th Grade - University

25 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

K Hemant Reddy

Used 36+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?