PRACTICE QUESTIONS WITH CORRECT
ANSWERS
Which of the following is the on-demand availability of computer system
resources, especially data storage and computing power, without direct active
management by the user?
A.) Remote Computing
B.) On-demand Computing
C.) Cloud Computing
D.) Passive Computing
--ANSWER--C.) Cloud Computing
Which of the following is a valid option for a typical command to get its built-in
usage information?
Page 1 of 28
,A.) -?
B.) help
C.) --manual
D.) --help
--ANSWER--D.) --help
Which of the following is used to redirect the standard output of a command to
a file?
A.) 1>
B.) 2>
C.) &1
D.) &2
Page 2 of 28
, --ANSWER--A.) 1> redirects standard output
What statement is used to get input from the terminal when a shell script is
being run?
A.) input
B.) scan
C.) read
D.) in
--ANSWER--C.) Read is used to read in text from input
Which of the following would properly identify the device associated with the
second partition on the first hard disk on the first IDE controller of a system?
A.) /dev/hda2
Page 3 of 28