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

1. Push and pop are the two most common queue operations.
2. The number of nodes in a binary tree is the number of nodes in its left sub tree plus the number of nodes in its right sub tree.
3. Binary tree are called "trees" because they resemble an upside-down tree.
4. The in order method of traversing a binary tree involves traversing the left sub tree, processing the data in the root, and then traversing the right sub tree.
5. A sub tree is the collection of some node, together with all its descendants.

1. FALSE
2. FALSE
3. TRUE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

Which command-line utility can be used to change an existing FAT16 or FAT32 partition to NTFS without losing data on the partition?

a. cipher b. convert c. encrypt d. fileconv

Computer Science & Information Technology

____________________ is useful when you would like to see multiple calendars so that you can check for overlapping items.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology