Quiz | Computer Science homework help
TCO 1) The name of the service that controls the queue of print jobs with the Windows NET command is _____.
(TCO 1) Which of the following Windows commands will shutdown and restart your computer in 2 minutes?
|
(TCO 1) Which of the following Windows commands will shutdown and restart the computer FileServer in 2 minutes?
(TCO 1) Which one of the following Windows AT commands specifies an action that will take place at 10:30 a.m. on every Thursday?
TCO 1) From a 32-bit Windows CLI, the command used to open a new CLI window is _____.
(TCO 1) The Windows CLI command used to turn off the display of the current command in a batch file is _____.
(TCO 2) After a programmer codes the program, the next step is to _____.
(TCO 2) What is the problem with the following statement?
100 = grade
TCO 2) What is the best choice for a variable name representing a speed limit?
(TCO 2) What is the best choice for a variable name representing a sales tax?
(TCO 2) What is an example of a numeric constant?
(TCO 2) What is the subtraction operator?
(TCO 2) If a variable held the value 12345, what would be its data type?
(TCO 2) If a variable held the value 123.45, what would be its data type?
(TCO 2) The order in which numeric operations are carried out is known as _____.
(TCO 2) Given the rules of operator precedence, what value would the variable contain after the following statement was executed?
distance = 2 + 10 * 2 – 1
(TCO 2) Which one of the following VBScript Methods will determine the value of the second command-line argument passed to a program?