VCE FDP DAY-7 24 JAN 2024

VCE FDP DAY-7 24 JAN 2024

Professional Development

15 Qs

quiz-placeholder

Similar activities

Christmas Trivia Easy

Christmas Trivia Easy

Professional Development

20 Qs

VCE-ALPHA-22.11.2023-FN

VCE-ALPHA-22.11.2023-FN

Professional Development

15 Qs

VCE-BETA-20.11.2023-AN

VCE-BETA-20.11.2023-AN

Professional Development

15 Qs

Number System Conversion

Number System Conversion

Professional Development

20 Qs

Empower A2 Unit 3

Empower A2 Unit 3

Professional Development

10 Qs

Unit 9: Vacation Plans

Unit 9: Vacation Plans

Professional Development

15 Qs

Visual Graphic Organizers

Visual Graphic Organizers

Professional Development

16 Qs

English Portmanteau

English Portmanteau

10th Grade - 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?