1 / 18

COMP 230 Enthusiastic Study / snaptutorial.com

. (TCO 1) Which one of the following Windows NET commands options is not used to control services with the NET ????? ServiceName?<br>2. (TCO 1) The netsh command that will set the IP Address of the interface name "NIC" to a DHCP supplied IP address is _____.<br>3. (TCO 1) Which of the following Windows commands will shutdown and restart the computer FileServer in 2 minutes?<br>4. (TCO 1) Which one of the following Windows AT commands specifies an action that will take place at 3:00 p.m.?<br>

Download Presentation

COMP 230 Enthusiastic Study / snaptutorial.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMP 230 Enthusiastic Study--snaptutorial.com

  2. COMP 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?

  3. COMP 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?

  4. COMP 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.

  5. COMP 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 < 10 print count Loop 3. (TCO 4) A loop within another loop is known as a(n) _____ loop.

  6. COMP 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?

  7. COMP 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.FileSystemObject) _____. 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) _____.

  8. COMP 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

  9. COMP 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

  10. COMP 230 Enthusiastic Study--snaptutorial.com COMP 230 Week 3 iLab VBScript Network Shares For more classes visit www.snaptutorial.com COMP 230 COMP/230 COMP230 Week 3 iLab VBScript Network Shares

  11. COMP 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 doesn’t fit, use the next page for the continuation of your sourcecode program

  12. COMP 230 Enthusiastic Study--snaptutorial.com COMP 230 Week 5 iLab VBScript Modular Lab Report For more classes visit www.snaptutorial.com Copy 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++.

  13. COMP 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.vbs program sourcecode. If it doesn’t 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.

  14. COMP 230 Enthusiastic Study--snaptutorial.com COMP 230 Week 7 iLab Database Query Lab Report For more classes visit www.snaptutorial.com Task 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.

  15. COMP 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?

  16. COMP 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

  17. COMP 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

  18. COMP 230 Enthusiastic Study--snaptutorial.com

More Related