ADS_3

ADS_3

Professional Development

10 Qs

quiz-placeholder

Similar activities

Módulo 2

Módulo 2

Professional Development

10 Qs

Data Structures and Algorithms Quiz2

Data Structures and Algorithms Quiz2

Professional Development

15 Qs

System Analysis and Design - Phase II. C - Logic Modelling

System Analysis and Design - Phase II. C - Logic Modelling

University - Professional Development

10 Qs

Data Communication Quiz

Data Communication Quiz

University - Professional Development

10 Qs

Bertelsmann AI Track Quiz Initiative #1

Bertelsmann AI Track Quiz Initiative #1

University - Professional Development

10 Qs

Network Fundamentals-Data Link Layer

Network Fundamentals-Data Link Layer

9th Grade - Professional Development

11 Qs

Data Structure Quiz

Data Structure Quiz

University - Professional Development

10 Qs

Heap & B Trees

Heap & B Trees

Professional Development

13 Qs

ADS_3

ADS_3

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Gouthami Velakanti

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE about splay trees?

Splay trees implement the move-to-front heuristi

Splay trees are perfectly balanced

Inserting an entry into a splay tree has worst-case cost of O(logn)

Splay trees are proper binary trees

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following data structures are preferred in database-system implementation?

AVL tree

B-tree

B+ - tree

Splay tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a node N is accessed it is splayed to make it the

Root node

Parent node

Child node

Sibling node

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we impose restrictions like

. root property is black

. every leaf is black

. children of red node are black

. all leaves have same black

to get logarithm time complexity

to get linear time complexity

to get exponential time complexity

to get constant time complexity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the operations that could be performed in O(logn) time complexity by red-black tree?

insertion, deletion, finding predecessor, successor

only insertion

only finding predecessor, successor

for sorting

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an application of Red-black trees and why?

used to store strings efficiently

used to store integers efficiently

can be used in process schedulers, maps,

sets

for efficient sorting

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When it would be optimal to prefer Red-black trees over AVL trees?

when there are more insertions or deletions

when more search is needed

when tree must be balanced

when log(nodes) time complexity is needed

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?