This DeVry course introduces basic programming concepts, logic and scripting language tools used to automate basic system administrator processes. Critical thinking, logic and troubleshooting are emphasized. Database applications are also introduced, helping students develop basic skills in using a typical database. Security topics are discussed.
At this platform, we provide its Course Projects and Quizzes.
Objectives
Your company is currently planning to automate many different system administration tasks. Your manager has asked you to research a system administration task and implement it using VBScript. In addition, your manager would like to see both a proposal that describes the system administration task and a complete VBScript solution with sample output runs.
COMP 230 all weeks Course Projects are bundled in this product. It contains week 3 and week 6 course projects.
Course Project (..
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..
COMP 230 Week 3 Course Project is relating to Automating Administrative Tasks.In this week a proposal has to be made and submitted regarding any topic. In subsequent weeks, a full-fledged course project is to be made and submitted in week 6. ScholarlyProjects.com offers a proposal relating network automation that means to create a task which is performed automatically; Tasks that a system administrator performs frequently should be automated...
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..
COMP 230 Week 6 Course Project; Complete course project relating to the topic "Utilizing VBScript for the Removal of Spam from Email in Outlook" has been made.Week 6: Complete Course Project (140 points)The following is a list of guidelines for your Course Project, due in Week 6.The complete proposal should include the following:IntroductionDescription of program (script)Source Code with detailed commentsSource Code should contain a minimum 5 out of 6 topics learned during this session.Explain ..
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 _____...