What is the minimum number of user accounts that must be created at install time?
A. one
B. two
C. three
D. four
Answer: B
You might also like to view...
What is the primary reason that Macintosh computers can now run Microsoft Windows as well as the Apple OS?
A) Apple entered into an agreement with IBM. B) They are now using Intel processors. C) They are now using Motorola processors. D) Apple entered into an agreement with Microsoft.
Answer the following statements true (T) or false (F)
1. A nested decision structure can be used to test more than one condition. 2. A nested decision structure can achieve the same logic as a case structure. 3. The first line of a case structure starts with the word CASE, followed by the test expression. 4. A decision structure will produce unpredictable results if the programmer does not use proper indentation in the pseudocode. 5. An If-Then-Else statement must be used to write a single alternative decision structure.