In a binary tree, the maximum outdegree for a node is _____.

A. zero
B. one
C. two
D. three


Answer: C

Computer Science & Information Technology

You might also like to view...

As shown in the accompanying figure, to display a date that is not visible in the current view, one option is to use the Go to Date Dialog Box Launcher.

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

Computer Science & Information Technology

What is the number of iterations in the following loop:

``` int count = 5; while (count < n) { count = count + 3; } ``` A. n - 3 B. n - 5 C. (n - 5) / 3 D. n / 3 - 1 E. the ceiling of (n - 5) / 3

Computer Science & Information Technology

Which of the following is not true about your appearance?

A) It is acceptable to wear a hat during your presentation if it matches what you are wearing. B) You will be more confident if you are comfortable in your clothing. C) Make a last minute stop in front of a mirror before your presentation. D) Appearance is another aspect of being prepared.

Computer Science & Information Technology

To remove a custom tab stop, right-click the tab marker on the ruler and then click Remove on the shortcut menu.

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

Computer Science & Information Technology