Ask Question
27 March, 17:50

The ___ node is the only mode that has no parent

A. Root

B. Binary

C. child

D. n-ary

+5
Answers (1)
  1. 27 March, 21:47
    0
    A. Root

    Explanation:

    A root node is a node which has no parent. All other nodes have a parent and zero or more children. Root node is the only node for which parent is null.

    As an example consider the following tree structure:

    Node R has 2 children C1, C2. C1 in turn has 2 children C11, C12. C2 again has two children C21 and C22. As we can see, each node C1, C2, C11, C12, C21, C22 has well defined parents with the only exception of the root R.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The ___ node is the only mode that has no parent A. Root B. Binary C. child D. n-ary ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers