True/False Questions: 1)The ADT queue is value-oriented. 2)The ADT binary tree is position-oriented. 3)The ADT binary search tree is value-oriented. 4)All trees are hierarchical in nature. 5)The root of a tree has one parent. 6)A binary tree cannot be empty. 7)The root of a tree is at level 0. 8)Inorder traversal visits a node before it traverses either of its subtrees. 9)The array based representation of a binary tree requires a complete binary tree. 10)A complete binary tree of n nodes has a height of log2(n + 1).