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

1. The binary search algorithm has worst-case running time that is logarithmic.
2. Pseudocode is a mixture of programming language and English.
3. UML was designed to be used with structured programming methodology.
4. Class diagrams must contain all class members.


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

Computer Science & Information Technology

You might also like to view...

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

1. If the following is a valid call to the function moneyToNumberString, then moneyToNumberString is a member function of the money class. moneyToNumberString (priceString); 2. If the function getline, with the following function call, reads characters and stores then in nameString, the second parameter of getline must be a value parameter. getline (cin, nameString. ‘\n’); 3. It is helpful when testing a program system to display the name of the function as it begins execution. 4. The process of testing a function without knowing anything about the code inside the function is called black-box testing. 5. A function that calls itself is called a recursive function

Computer Science & Information Technology

Which of the following protocols uses AES and the Counter Mode Cipher Block Chaining Message Authentication Code Protocol (CCMP) for wireless data encryption?

A. WEP B. WPA3 C. WPA2 D. WPA

Computer Science & Information Technology

_________ devices often pose special challenges to investigators because they can be configured to use advanced encryption and they can be wiped by the user even when the user is not present.

A. Portable B. Desktop computer C. Expansion D. Satellite transceiver

Computer Science & Information Technology

To remove a subdocument from a master document, expand the subdocuments, click the icon to the left of its first heading, and then press the F5 key. _________________________

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

Computer Science & Information Technology