MULTIMEDIA AND QUALITY OF SERVICE
COMPRESSION
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
 The Lines in a Binary tree are known as what 
|  |  Nodes 
 | 
|  |  Leaf 
 | 
|  |  Branch 
 | 
|  |  Stem 
 | 
 Explanation: 
Detailed explanation-1: -It’s called the ‘ node’. The two pointers associated with that node point to other nodes. This is represented by drawing lines, called ‘branches’, underneath the node.
Detailed explanation-2: -Binary Trees are graphs or tree data structures where each node (shown as circles in the graph to the left) has up to a possible two branches (’children’). These are called the left branch and right branch, or, sometimes, the left child and right child.
Detailed explanation-3: -A binary tree may thus be also called a bifurcating arborescence-a term which appears in some very old programming books, before the modern computer science terminology prevailed.
 There is 1 question to complete.