MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your K-ary Tree Multiple Choice Questions and Answers (MCQs) knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Is Node A sibling of Node B in the given K-ary tree? |
| A. | True |
| B. | False |
| Answer» C. | |
| 2. |
Which nodes are the siblings of Node D of given ternary tree? |
| A. | E |
| B. | C |
| C. | F |
| D. | H |
| Answer» E. | |
| 3. |
What is the size of Node B in given K-ary tree? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» B. 2 | |
| 4. |
Who is descendant of Node C? |
| A. | A |
| B. | E |
| C. | D |
| D. | G |
| Answer» E. | |
| 5. |
Who is the ancestor of Node H? |
| A. | D |
| B. | F |
| C. | H |
| D. | A |
| Answer» B. F | |
| 6. |
What is the size of the given K-ary tree? |
| A. | 3 |
| B. | 2 |
| C. | 6 |
| D. | 4 |
| Answer» D. 4 | |