_______________ is a useful tool for the installation of multiple versions of Mac OS X on many remote systems.

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


NetBoot

correct

Computer Science & Information Technology

You might also like to view...

Which of the following statements about the switch statement is false?

a. You can use Strings in a switch statement’s controlling expression. b. You can use a String in a switch statement's case label. c. You can use a comma-separated list of Strings in a switch statement’s case label. d. You cannot use a String in a switch statement’s default case label.

Computer Science & Information Technology

Some common lightweight component features supported by JComponent include:

a. support for user-interface localization. b. shortcut keys. c. tool tips. d. All of the above.

Computer Science & Information Technology

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

1: About 95 percent of the UNIX operating system is written in C language. 2: The kernel layer manages all the hardware dependent functions. 3: The utility layer provides the user interface. 4: The resident program layer provides hardware and software supports. 5: The shell program is part of the UNIX kernel.

Computer Science & Information Technology

Which of the following overloadings will be invoked by this call?

following overloadings will be invoked by this call? g(1.0,2.0); a) int g(int count, double value); b) void g(double value, int count); c) void g(int value, int count); d) Neither, the compiler cannot decide which of these to use.

Computer Science & Information Technology