Questions: 1-61. (TCO 1) Which one of the following Windows net commands
are NOT used to control services with the net ServiceName?2. (TCO 1) Which of the following Windows commands will shutdown and
restart your computer in 2 minutes?3. (TCO 1) Which of the following Windows commands will shutdown and
restart the computer FileServer in 2 minutes?4. (TCO 1) Which Windows shutdown-command switch is used to shutdown
and turn off a local or remote computer?5.&..
Questions: 1-81. (TCO 2) ____ data items may involve displaying numbers or text to
the screen.2. (TCO 2) The process of walking through a program's logic on paper……
____.3. (TCO 2) What is the problem with the following statement? 60 + 5 =
grade4. (TCO 2) What is the problem with the following statement? LastName =
"smith5. (TCO 2) What is the assignment operator?6. (TCO 2) String constants and _____ refer to the same concept.7. (TCO 2) If a variable hol..
Questions: 1-81. (TCO 3) What statement best describes the following pseudocode?2. (TCO 3) What decision structure is logically equivalent to the
following?3. (TCO 3) What logic operator could be used to replace the nested
selection….?4. (TCO 3) Which logical operator has the lowest precedence?5. (TCO 3) Every Boolean expression must be true in order for the
entire…._____.6. (TCO 3) Only one of the Boolean expressions must be false in order
for…____.7.&nb..
Question: 1-111. (TCO 4) A variable that determines if a loop will continue is known
as a ____. 2. (TCO 4) What is the name for the statements that are repeated during
loop…..?3. (TCO 4) Which piece of pseudocode represents incrementing the loop-control…?4. (TCO 4) When a value is incremented by 1, ____.5. (TCO 4) When a loop-control variable is not altered during loop….
______ loop....6. (TCO 4) Which of the following is NOT automatically handled by the
for l..
Questions: 1-61. (TCO 5) Although it is not a requirement of any programming
language, it frequently makes sense to use a(n) ____ as all or as part of a
module's name because modules....2. (TCO 5) A variable that is used in all program modules is ____.3. (TCO 5) What statement is not an advantage of using modularization?4. (TCO 5) Variables declared within a module have what scope?5. (TCO 5) In what way do named constants differ from variables?
6. (TC..
Questions: 1-61. (TCO 6) When you create a VBScript Scripting.FileSystemObject, you
must start the code line with _____.2. (TCO 6) Which one of the following is NOT a Windows file attribute?3. (TCO 6) To test to see if a file exists before you overwrite it in
VBScript, use the following command (assuming that fso is a
Scripting.FileSystemObject).4. (TCO 6) To move the file C:\Data\CustData.txt to
C:\BackUp\CustData.txt in VBScript, use the following command (assum..
Questions: 1-61. (TCO 7) What is the most common database query language?2. (TCO 7) What is the name for a column that uniquely identifies a
record?3. (TCO 7) The __ in a table is the column that makes each record
different from….4. (TCO 7) Which of the following is not a database-security issue?5. (TCO 7) When two tables in a database contain related data, the data
in…. _____.
6. (TCO 7) The general syntax of an SQL select statement is _____...