Data Structure

Data Structure

University

15 Qs

quiz-placeholder

Similar activities

BRAIN BUSTERS (ROUND2)

BRAIN BUSTERS (ROUND2)

University

20 Qs

Quiz 2  Data Structures and Algorithms

Quiz 2 Data Structures and Algorithms

University

20 Qs

Data Structures Training Quiz2

Data Structures Training Quiz2

University

15 Qs

DSA (D1+D2)

DSA (D1+D2)

University

10 Qs

DS Training QUIZ 1

DS Training QUIZ 1

University

16 Qs

Code Queen

Code Queen

University

15 Qs

Basics of C and DS

Basics of C and DS

University

15 Qs

CCDSALG Practice Questions

CCDSALG Practice Questions

University

15 Qs

Data Structure

Data Structure

Assessment

Quiz

Education

University

Medium

Created by

sumathi arvind

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used to check a palindrome?

Linked List

Stack

Queue

Tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an AVL tree?

A tree that has utmost two children

A tree that has utmost three children

A binary search tree and height-balanced tree

A binary search tree but an unbalanced tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following sorting algorithm is the most optimal one to sort a random linked list?

Merge sort

Insertion sort

Quick sort

Heap sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many edges are present in the complete graph of n vertices?

n(n-1)/2

n(n+1)/2

n

n/2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many nodes does a full binary tree with n leaves contains?

2*n - 1 

2

n

n - 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the postfix of the expression A+B/C*(D-A)

ABCDA/-*+

+A/B*C-DA

ABC/DA-*+

+*-/ABCDA

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following numbers 8,1,2,4,3,9,6,5 to be inserted into the empty binary search tree. What will be the sequence of in-order traversal of the resultant binary search tree?

8 1 3 5 6 9 2 4

1 2 3 4 5 6 8 9 

5 6 9 3 4 2 1 8 

8 1 2 4 3 9 6 5

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?