The data type before a function name represents its,
Select correct option:
Return Type
Function data
Function arguments
Function name
Question #1of 10 (Start time:04:17:56 PM)
Total Marks:1
For the inorder traversal of threaded binary tree, we introduced a dummy node. The left pointer of the dummy node is pointing to the ________ node of the tree.
Select correct option:
left most
root
right most
any of the given node
Quiz Start Time:04:17 PM
Time Left
81
sec(s)
Question #2of 10 (Start time:04:19:19 PM)
Total Marks:1
When a complete binary tree, represented by an array then for any array element at position i, the parent is at position ______ .
Select correct option:
2i-1
2i
2i+1
floor(i/2)
Quiz Start Time:04:17 PM
Time Left
85
sec(s)
Question #3of 10 (Start time:04:20:07 PM)
Total Marks:1
In threaded binary tree the NULL pointers are replaced by the
Select correct option:
preorder successor or predecessor
inorder successor or predecessor
inorder successor or predecessor
NULL pointers are not replaced
Quiz Start Time:04:17 PM
Time Left
85
sec(s)
Question #4of 10 (Start time:04:20:45 PM)
Total Marks:1
Consider a binary tree, represented by the following array: A,B,C,D,E,F,G,H,I,J,K,L Is it a strictly binary tree?
Select correct option:
Yes
No
Quiz Start Time:04:17 PM
Time Left
87
sec(s)
Question #5of 10 (Start time:04:21:27 PM)
Total Marks:1
We implement the heap by ______________ .
Select correct option:
Threaded Tree
AVL tree
Complete binary tree
Expression
Quiz Start Time:04:17 PM
Time Left
86
sec(s)
Question #6of 10 (Start time:04:21:57 PM)
Total Marks:1
A Threaded Binary Tree is a binary tree in which every node that does not have a right child has a THREAD (in actual sense, a link) to its __________ successor
No comments:
Post a Comment
PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE
Note: Only a member of this blog may post a comment.