MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Ternary Tree Multiple Choice Questions and Answers (MCQs) knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which nodes are the siblings of Node B of given ternary tree? |
| A. | E |
| B. | C |
| C. | F |
| D. | Both E and F |
| Answer» E. | |
| 2. |
What is the Height of the given ternary tree? |
| A. | 0 |
| B. | 1 |
| C. | 2 |
| D. | 3 |
| Answer» D. 3 | |
| 3. |
What is the depth of Node G in the given ternary tree? |
| A. | 0 |
| B. | 1 |
| C. | 2 |
| D. | 3 |
| Answer» D. 3 | |
| 4. |
Which node is the child node of the Node D in the following ternary tree? |
| A. | A |
| B. | C |
| C. | B |
| D. | No child node |
| Answer» E. | |
| 5. |
Which node is the child node of Node D in the following ternary tree? |
| A. | A |
| B. | C |
| C. | G |
| D. | H |
| Answer» E. | |
| 6. |
Is parent node of Node 3 and root node of the given ternary tree same? |
| A. | True |
| B. | False |
| Answer» B. False | |
| 7. |
Which node is the parent node of Node 6? |
| A. | 1 |
| B. | 5 |
| C. | 2 |
| D. | 3 |
| Answer» D. 3 | |
| 8. |
Which node is the Leaf node in the following ternary tree? |
| A. | A |
| B. | B |
| C. | D |
| D. | G |
| Answer» E. | |
| 9. |
Which node is the root node of the following ternary tree? |
| A. | A |
| B. | B |
| C. | C |
| D. | D |
| Answer» B. B | |