VCE FDP DAY-7 24 JAN 2024

VCE FDP DAY-7 24 JAN 2024

Professional Development

15 Qs

quiz-placeholder

Similar activities

ELE quiz

ELE quiz

Professional Development

10 Qs

TOEFL Structure (Problems with Subject/Verb Agreement)

TOEFL Structure (Problems with Subject/Verb Agreement)

9th Grade - Professional Development

10 Qs

GAMMA-AN-06.05.2024

GAMMA-AN-06.05.2024

Professional Development

15 Qs

Christmas Intro-Beginner

Christmas Intro-Beginner

University - Professional Development

20 Qs

PBT T1.2 Which One? [mhtr]

PBT T1.2 Which One? [mhtr]

10th Grade - Professional Development

11 Qs

Christmas Quiz

Christmas Quiz

KG - Professional Development

10 Qs

Prepositions of Place (PB)

Prepositions of Place (PB)

KG - Professional Development

10 Qs

Mastering Data Structures

Mastering Data Structures

Professional Development

10 Qs

VCE FDP DAY-7 24 JAN 2024

VCE FDP DAY-7 24 JAN 2024

Assessment

Quiz

English

Professional Development

Medium

Created by

CCC info@ccc.training

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false about a binary search tree?
The left child is always lesser than its parent
The right child is always greater than its parent
The left and right sub-trees should also be binary search trees
In order sequence gives decreasing order of elements

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the speciality about the inorder traversal of a binary search tree?
It traverses in a non increasing order
It traverses in an increasing order
It traverses in a random fashion
It traverses based on priority of the node

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the worst case and average case complexities of a binary search tree?
O(n), O(n)
O(logn), O(logn)
O(logn), O(n)
O(n), O(logn)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trie is also known as _________
Digital Tree
Treap
Binomial Tree
2-3 Tree

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What traversal over trie gives the lexicographical sorting of the set of the strings?
postorder
preorder
inorder
Level order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the efficient data structure for searching words in dictionaries?
BST
Linked List
Balanced BST
Trie

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program to search a contact from phone directory can be implemented efficiently using ______
a BST
a trie
a balnced BST
a binary tree

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?