Solved

The Table Below Represents a Portion of a Computer's Main

Question 53

Short Answer

The table below represents a portion of a computer's main memory containing a binary tree.Each node consists of three cells,the first being data,the second being a pointer to the node's left child,and the third being a pointer to the node's right child.If the null pointer is represented by 00 and the tree's root pointer contains 56,what data is in the left child of the root node?
 Address  Contents 50AA5153520053BB5400550056CC57505800\begin{array} { c c } \text { Address } & \text { Contents } \\50 & \mathrm { AA } \\51 & 53 \\52 & 00 \\53 & \mathrm { BB } \\54 & 00 \\55 & 00 \\56 & \mathrm { CC } \\57 & 50 \\58 & 00\end{array}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions