Heap Sort

1. The array 5, 4, 1, 2, 3 is sorted in ascending order. Which option provides the correctly sorted array?
2. Which of the following statements is correct?
3. Which of the following is true about Binary Trees?
4. Level of a node is distance from root to that node. For example, level of root is 1 and levels of left and right children of root is 2. The maximum number of nodes on level i of a binary tree is In the following answers, the operator '^' indicates power.