Data structures Viva2

Data structures Viva2

University

15 Qs

quiz-placeholder

Similar activities

Queues Multiple Choice Question

Queues Multiple Choice Question

University

12 Qs

Fundamentals of DAta structure IS 2-2B

Fundamentals of DAta structure IS 2-2B

University

20 Qs

DS(Part2)-After

DS(Part2)-After

University

11 Qs

Fundamentals of Data Structures-Test 1-Unit-1

Fundamentals of Data Structures-Test 1-Unit-1

University

20 Qs

M3-1

M3-1

University

15 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

Introduction to Tree Data Structure (TDS)

Introduction to Tree Data Structure (TDS)

University

20 Qs

DSA Launchpad 2.0

DSA Launchpad 2.0

University

10 Qs

Data structures Viva2

Data structures Viva2

Assessment

Quiz

Computers

University

Hard

Created by

Rejimoan R

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + – *?

74

22

40

-18

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the advantage of a hash table as a data structure?

easy to implement

faster access of data

exhibit good locality of reference

very efficient for less number of entries

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider an implementation of unsorted singly linked list. Suppose it has its representation with a head pointer only. Given the representation, which of the following operation can be implemented in O(1) time?

i) Insertion at the front of the linked list ii) Insertion at the end of the linked list iii) Deletion of the front node of the linked list iv) Deletion of the last node of the linked list

I and II

I and III

I, II and III

I, II and IV

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the outcome of the prefix expression +, -, *, 3, 2, /, 8, 4, 1?

12

11

5

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the time complexity if user tries to insert the element at the end of the linked list (head pointer is known)?

  1. O(1)

  1. O(n)

  1. O(logn)

  1. O(nlogn)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose the numbers 7, 5, 1, 8, 3, 6, 0, 9, 4, 2 are inserted in that order into an initially empty binary search tree. The binary search tree uses the usual ordering on natural numbers. What is the in-order traversal sequence of the resultant tree?

7 5 1 0 3 2 4 6 8 9

0 2 4 3 1 6 5 9 8 7

0 1 2 3 4 5 6 7 8 9

9 8 6 4 2 3 0 1 5 7

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The average depth of a binary search tree is:

O(n0.5)

O(n)

O(log n)

O(n log n)

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?