Data structures Viva2

Data structures Viva2

University

15 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

University - Professional Development

20 Qs

New DSC Quiz

New DSC Quiz

University

20 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

DS Quiz1

DS Quiz1

University

10 Qs

UNIT 3

UNIT 3

University

10 Qs

Trees

Trees

University

10 Qs

Trees

Trees

University

11 Qs

Data Structures

Data Structures

University

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