A binary tree with height 1 must have

A) exactly two nodes
B) two or three nodes
C) exactly three nodes
D) one or two nodes


B) two or three nodes

Computer Science & Information Technology

You might also like to view...

Which of the following would be used to check if a number stored in a variable named eights is divisible by 8?

a. ``` if(eights/8 == 0); ``` b. ``` if((eights/8)!= parseInt(eights/8)); ``` c. ``` if(eights/8 != 0); ``` d. ``` 1, 2, 3, 4, or 5 ```

Computer Science & Information Technology

When would a search by a private individual be considered unconstitutional?

a. Any time the results of that search are introduced as evidence in court. b. Any time the individual broke any other laws in gaining access to conduct the search. c. Any time the individual doing the search did so without the knowledge of the person subject to the search. d. Whenever a government official approached the person doing the search and asked for their help in collecting evidence.

Computer Science & Information Technology

If an array is sorted, it is recommended to use ____ search to search it.

A. sequential B. binary C. probability D. sentinel

Computer Science & Information Technology

The process of assigning financial value or worth to each information asset is known as __________.

A. probability estimate B. cost estimation C. risk acceptance premium D. asset valuation

Computer Science & Information Technology