Answer the following statements true (T) or false (F)

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.


1. False
2. True
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

The hiding of data and procedures inside a class is achieved through a process called ________.

a. data enclosing b. encapsulation c. modularization d. components

Computer Science & Information Technology

Modify your grades.html page so that the labels and text boxes for the student’s grades align in columns.

What will be an ideal response?

Computer Science & Information Technology

Print the message "This is a C++ program". Separate each word from the next by a tab.

What will be an ideal response?

Computer Science & Information Technology

For each of the following sets of integers, write a single statement that will print a number at random from the set.

a) 2, 4, 6, 8, 10. b) 3, 5, 7, 9, 11. c) 6, 10, 14, 18, 22.

Computer Science & Information Technology