VCE FDP DAY-7 24 JAN 2024

VCE FDP DAY-7 24 JAN 2024

Professional Development

15 Qs

quiz-placeholder

Similar activities

English club

English club

Professional Development

20 Qs

VCE-ALPHA-22.11.2023-AN

VCE-ALPHA-22.11.2023-AN

Professional Development

15 Qs

RMP MCA-22.01.24-searching and sorting-FN

RMP MCA-22.01.24-searching and sorting-FN

Professional Development

15 Qs

coding skills(ISCP 02) Tuesday slot3 (2.00pm - 4:00pm) CSE X & Z

coding skills(ISCP 02) Tuesday slot3 (2.00pm - 4:00pm) CSE X & Z

Professional Development

20 Qs

VV - Brilliant Disguise

VV - Brilliant Disguise

10th Grade - Professional Development

10 Qs

A Single Shard Chapter 3

A Single Shard Chapter 3

Professional Development

10 Qs

Christmas Collocations

Christmas Collocations

Professional Development

10 Qs

Identify N,V,Adj,Adv

Identify N,V,Adj,Adv

Professional Development

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