Data Structure

Data Structure

University

15 Qs

quiz-placeholder

Similar activities

Microcontroller-Quiz 1

Microcontroller-Quiz 1

University

10 Qs

GM1 2-4

GM1 2-4

University

10 Qs

BOOLEAN MASTER  - Think Quick

BOOLEAN MASTER - Think Quick

University

20 Qs

Conjugaison

Conjugaison

3rd Grade - University

20 Qs

AlgoZenith SAKEC Quiz Competition

AlgoZenith SAKEC Quiz Competition

University

20 Qs

DLD-Quiz-Module4

DLD-Quiz-Module4

University

10 Qs

Oytie C Quiz

Oytie C Quiz

University

20 Qs

Microprocessor and Microcontroller

Microprocessor and Microcontroller

University

20 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?