VCE FDP DAY-7 24 JAN 2024

VCE FDP DAY-7 24 JAN 2024

Professional Development

15 Qs

quiz-placeholder

Similar activities

Visual Graphic Organizers

Visual Graphic Organizers

Professional Development

16 Qs

AME-Session 01.3-Information representation

AME-Session 01.3-Information representation

Professional Development

20 Qs

Hello Kitty

Hello Kitty

KG - Professional Development

14 Qs

CHRISTMAS GAME

CHRISTMAS GAME

KG - Professional Development

12 Qs

coding skills (ISCP 02) Tuesday slot2 (11am - 1:00pm) CSE E & G

coding skills (ISCP 02) Tuesday slot2 (11am - 1:00pm) CSE E & G

Professional Development

20 Qs

Sasi-AN-02.05.2024

Sasi-AN-02.05.2024

Professional Development

15 Qs

VRESEC-24.01.2024-AN-1-3

VRESEC-24.01.2024-AN-1-3

Professional Development

15 Qs

DSBS-FN-30.01.2024

DSBS-FN-30.01.2024

Professional Development

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