A client/server network is an example of ________ administration
A) central B) local C) wide area D) remote
A
You might also like to view...
The fundamental rule for testing functions requires that every function be tested in an already fully tested and debugged program. How can this be accomplished?
a. Impossible! The main function must have all the functions it calls attached to get it to compile and run properly. b. The main function is tested with stub functions replacing each` function. c. Write drivers for the stub functions to test them. d. Add each non-stub function in turn for testing. e. Write drivers for the function implementations one at a time to test them independently.
The command to turn on command line editing options is
a. set o vi b. EDITOR=/usr/bin/vi c. VISUAL=/usr/bin/vi d. all of the above e. none of the above
A worksheet can store ________ consolidation(s)
A) one B) two C) three D) unlimited
An administrator has a drive working properly under Linux and moves it to a Windows server. Which of the following should be performed to ensure Windows can read the disk?
A. Format the drive with ext2. B. Format the drive with ext4. C. Format the drive with NTFS. D. Format the drive with UFS.