Chapter 11 - Multiway Search Trees

Chapter 11 - Multiway Search Trees

University

19 Qs

quiz-placeholder

Similar activities

Communications layer

Communications layer

University

14 Qs

Data Science & Big Data

Data Science & Big Data

University - Professional Development

18 Qs

Networking

Networking

University

15 Qs

Data Structure

Data Structure

University

14 Qs

04 - Disjoint Sets

04 - Disjoint Sets

University

15 Qs

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Demo DS-A ASHV Quiz

Demo DS-A ASHV Quiz

University

17 Qs

Chapter 11 - Multiway Search Trees

Chapter 11 - Multiway Search Trees

Assessment

Quiz

Computers

University

Medium

Created by

Cayden Henderson

Used 18+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every internal node of an M-way search tree consists of pointers to M sub-trees and contains how many keys?

M

M−1

2

M+1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every node in a B tree has at most ________ children.

M

M-1

2

M+1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is commonly used to store a dictionary?

Binary Tree

Splay tree

Trie

Red black tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In M-way search tree, M stands for

Internal nodes

External nodes

Degree of node

Leaf nodes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In best case, searching a value in a binary search tree may take

O(n)

O(n log n)

O(log n)

O(n²)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All leaf nodes in the B tree are at the same level.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A B+ tree stores data only in the i-nodes.

True

False

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?