Title: COMP 230 Enthusiastic Study / snaptutorial.com
1COMP 230 Enthusiastic Study--snaptutorial.com
2COMP 230 Enthusiastic Study--snaptutorial.com
Comp 230 Quiz 1 For more classes
visit www.snaptutorial.com 1. (TCO 1) Which one
of the following Windows NET commands options is
not used to control services with the NET ?????
ServiceName? 2. (TCO 1) The netsh command that
will set the IP Address of the interface name
"NIC" to a DHCP supplied IP address is _____. 3.
(TCO 1) Which of the following Windows commands
will shutdown and restart the computer FileServer
in 2 minutes?
3COMP 230 Enthusiastic Study--snaptutorial.com
Comp 230 Quiz 2 For more classes
visit www.snaptutorial.com 1.(TCO 2) What is
the problem with the following statement? 2.
(TCO 2) An English-like statement used to
describe the logic of a program is known as
_____. 3. (TCO 2) An identifier can be the name
for a ____ 4. (TCO 2) What is the best choice for
a variable name representing a payroll tax value?
4COMP 230 Enthusiastic Study--snaptutorial.com
Comp 230 Quiz 3 For more classes
visit www.snaptutorial.com 1. (TCO 3) What
decision structure will perform the following
logic? if customerCode is not equal to 1
then discount 0.25 else discount 0.50 2. (TCO
3) In VBScript, the _____ sign means greater than.
5COMP 230 Enthusiastic Study--snaptutorial.com
Comp 230 Quiz 4 For more classes
visit www.snaptutorial.com 1. (TCO 4) Which of
the following would NOT be a valid comparison to
control a While Loop? 2. (TCO 4) What is wrong
with the following Do While Loop? count 1 Do
While count lt 10 print count Loop 3. (TCO 4) A
loop within another loop is known as a(n) _____
loop.
6COMP 230 Enthusiastic Study--snaptutorial.com
Comp 230 Quiz 5 For more classes
visit www.snaptutorial.com 1. (TCO 5) A program
or module that uses another module to perform a
task or function is referred to as the _____
program or module. 2. (TCO 5) In VBScript,
argument variable names in the calling module
_____ in the called Subroutine or Function 3.
(TCO 5) In VBScript, variables defined in the
main code sequence of a program have _____
scope? 4. (TCO 5) Variables that are not
specifically used for user-input or to hold or
display calculated values are referred to as
_____ variables 5. (TCO 5) What is a feature of
good program design?
7COMP 230 Enthusiastic Study--snaptutorial.com
Comp 230 Quiz 6 For more classes
visit www.snaptutorial.com 1. (TCO 6) When you
create a VBScript Scripting.FileSystemObject, you
must start the code line with _____. 2. (TCO 6)
To test to see if a file exists before you
overwrite it in VBScript, use the following
command (assuming fso is a Scripting.FileSystemObj
ect) _____. 3. (TCO 6) To Copy the file
C\Data\CustData.txt to C\BackUp\CustData.txt in
VBScript, use the following command (assuming fso
is a Scripting.FileSystemObject) _____.
8COMP 230 Enthusiastic Study--snaptutorial.com
CJ 335 Unit 3 Assignment Interview Analysis For
more classes visit www.snaptutorial.com CJ 335
Unit 3 Assignment Interview Analysis
9COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 1 iLab Windows CLI Commands For
more classes visit www.snaptutorial.com COMP
230 Week 1 iLab Windows CLI Commands
10COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 3 iLab VBScript Network Shares
For more classes visit www.snaptutorial.com COM
P 230 COMP/230 COMP230 Week 3 iLab VBScript
Network Shares
11COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 4 iLab Array Report For more
classes visit www.snaptutorial.com In the space
provided below, copy and paste your IP_Array.vbs
Program Code. If it doesnt fit, use the next
page for the continuation of your sourcecode
program
12COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 5 iLab VBScript Modular Lab Report
For more classes visit www.snaptutorial.com Cop
y your Mod1_PCTests.vbs program from NotePad
and paste it into the space provided below. Any
portion of the script that will not fit should be
continued in the textbox on the next
page Continuation of the Mod1_PCTests.vbsprogram
from NotePad.
13COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 6 iLab IP File Report For more
classes visit www.snaptutorial.com In the space
provided below, copy and paste yourIP_FileWrite.vb
s program sourcecode. If it doesnt fit, use the
next page for the continuation of your program
sourcecode. In the space provided below to copy
and paste the remainder of yourIP_FileWrite.vbs
sourcecode if it did not fit in the first textbox.
14COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 7 iLab Database Query Lab Report
For more classes visit www.snaptutorial.com Tas
k 4 Write and Run Database Query Program 1 In
this scenario, we need to query the Computer
database to determine which computers need to be
replaced. Our decision will be based on the CPU
speed, Number of Processors and the size of the
Hard Drive. In the space provided in your Lab
Report document, paste your modified VBScript
program and the RUN.
15COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 7 Quiz For more classes
visit www.snaptutorial.com 1. (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) What SQL clause
is used to determine the sequence in which the
records are displayed in an SQL Query statement?
16COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 2 iLab VBScript IPO For more
classes visit www.snaptutorial.com COMP 230
COMP/230 COMP230 Week 2 iLab VBScript IPO
17COMP 230 Enthusiastic Study--snaptutorial.com
COMP 230 Week 3 Homework For more classes
visit www.snaptutorial.com COMP 230 COMP/230
COMP230 Week 3 Homework
18COMP 230 Enthusiastic Study--snaptutorial.com