Preview

W8 Comp

Good Essays
Open Document
Open Document
898 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
W8 Comp
Week 8 : Final Exam - Final Exam

Time Remaining:

Page:

1 2 3

Page 1: Multiple Choice

1) Which of the following Windows commands will restart the computer FileServer in 2 minutes? (Points : 5)
1. (TCO

shutdown /r /m //FileServer /t 2 shutdown /r /m //FileServer /t 120 shutdown /r /m \\FileServer /t 2 shutdown /r /m \\FileServer /t 120
2. (TCO : 5)

1) From a 32-bit Windows CLI, the command used to open a new CLI windows is _____. (Points command cmd start prompt

1) Which one of the following Windows NET commands options is NOT used to control services with the NET ????? ServiceName? (Points : 5)
3. (TCO

STOP START CONTINUE PAUSE DELETE
4. (TCO

1) The name of the service that controls the queue of print jobs with the Windows NET command is _____. (Points : 5) PRINTSPOOL PRINTQUEUE

PRINTER SPOOLER
5. (TCO

2) A variable name should always have _____. (Points : 5) double quotes spaces only lowercase letters a descriptive identifier

6. (TCO

2) If a variable holds the value "Ferrari," what is its data type? (Points : 5) Numeric Integer Floating point String

7. (TCO

2) What is the multiplication operator? (Points : 5) = ^ * %

8. (TCO

2) What is the best choice for a variable name representing a bank balance? (Points : 5) bankBalance balance bb b

9. (TCO

2) What is an example of a numeric constant? (Points : 5) "1" "oops" 12432 "12332"

10. (TCO

3) The relational expression must be false in order for the expression to be evaluated as true. The VBScript Boolean operator that defines this evaluation is _____. (Points : 5) math NOT OR AND
11. (TCO

3) What VBScript Boolean operator could be used to replace the nested selection structure in this pseudocode? if empMedicalIns = "Y" then if empDentalIns = "Y" then print empIdNumber, empLastName, empFirstName endif endif (Points : 5) XOR AND OR NOT
12. (TCO

3) What VBScript decision-making statement would be for a single condition and a single code block

You May Also Find These Documents Helpful

  • Satisfactory Essays

    PT1420 Chapter 3 Review

    • 1062 Words
    • 8 Pages

    7. because it could be a variable conflict, the global variables are inherited throughout the whole program, so it very well could conflict with others…

    • 1062 Words
    • 8 Pages
    Satisfactory Essays
  • Satisfactory Essays

    cout << "Select the operator you want to work (+ for addition, - for subtraction , * for multiplication , / for division):- ";…

    • 426 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    68) Which of the following is NOT the way to end a Visual Basic application?…

    • 3668 Words
    • 15 Pages
    Good Essays
  • Satisfactory Essays

    3. Which of the following Windows 7 tool does not aid in the network troubleshooting process A- User Account control panel…

    • 669 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Unit 6 Problem Set 1

    • 116 Words
    • 1 Page

    Baldeo Persaud NT 1230 Unit 6 Problem Set 1 Matching Complete the following exercise by matching the terms with their corresponding definitions. a. conserves WAN bandwidth b. files cached on each client c. files cached on a central server d. files changed since the last backup job e. based on the former Terminal Services f. configuration settings and registry information g. executes PowerShell commands on remote computers h. previous versions i. accessible from a Window 7 installation disk j. saves data to a VHD file ___E____ 1. Remote Desktop ____J___ 2. system image backup ___A____ 3. BranchCache ___B____ 4.…

    • 116 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    COMP 230 WK 1 7 QUIZ

    • 2401 Words
    • 33 Pages

    (TCO 1) The Windows CLI command used to turn off the display of all subsequent commands in a batch file is _____.…

    • 2401 Words
    • 33 Pages
    Satisfactory Essays
  • Satisfactory Essays

    1) Numbers can be represented in binary (using 2 symbols 0 and 1) and hexadecimal ( 16 symbols…

    • 480 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    It 273 Unit 1

    • 316 Words
    • 2 Pages

    e. True or False: The oldest and still most frequently used network communications services are print services. False…

    • 316 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Week1 Assignment

    • 353 Words
    • 2 Pages

    For each of the variables listed below, indicate whether the measure is nominal, ordinal, interval, or ratio:…

    • 353 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    quiz 2

    • 651 Words
    • 3 Pages

    7. Which of the following relative identifiers (RID) listed below identifies the administrator account on a Windows system?…

    • 651 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Macro Examples

    • 1120 Words
    • 5 Pages

    7. The If…Then…Else…End If code allows code to be conditionally executed depending on whether a specified logical condition has been met.…

    • 1120 Words
    • 5 Pages
    Good Essays
  • Good Essays

    it320 assignment 1-3

    • 1779 Words
    • 8 Pages

    7. A user has opened a calculator application, typed the numbers 123456789, and then done some math problem using this number. Which of the following determines, in part, what bits the computer (D. the binary equivalent of decimal 123456789)…

    • 1779 Words
    • 8 Pages
    Good Essays
  • Satisfactory Essays

    CompTIA A+ chapter 11

    • 723 Words
    • 3 Pages

    3. If a necessary program is using too much of the system resources and bogging down other applications, what can you do to fix the problem?…

    • 723 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    3. If a block of program code is composed of nested Loop statements and the outer loop count is 3 and the inner loop count is 6, how many times does the inner loop execute?…

    • 610 Words
    • 3 Pages
    Good Essays
  • Good Essays

    CMD Commands

    • 752 Words
    • 6 Pages

    Reg Command WMIC Adding Keys and Values: C:\> reg add [\\TargetIPaddr\][RegDomain]\[Key] Fundamental grammar: C:\> wmic [alias] [where clause] [verb clause] Add a key to the registry on machine [TargetIPaddr] within the registry domain [RegDomain] to location [Key]. If no remote machine is specified, the current machine is assumed. Useful [aliases]: process service share nicconfig startup useraccount qfe (Quick Fix Engineering – shows patches)…

    • 752 Words
    • 6 Pages
    Good Essays