A trouble ticket has been generated, reporting a workstation has lost network connectivity. Which of the following should be the FIRST course of action taken?

A. Check gateway.
B. Gather information.
C. Escalate the issue.
D. Check switches


Answer: B. Gather information.

Computer Science & Information Technology

You might also like to view...

Declare an array called inventory of 20 elements of struct type item (already defined).

What will be an ideal response?

Computer Science & Information Technology

Find the error(s) in the following code, which uses variables to perform a calculation.

``` 1 int number1; 2 int number2; 3 int result; 4 5 number1 = (4 * 6 - 4) / (10 % 4 – 2); 6 number2 = (16 / 3) - 2 * 6 + 1; 7 result = number1 - number2; ```

Computer Science & Information Technology

If a font family doesn’t include a style that you want to apply, you can apply a ____ style.

a. faux b. simulated c. proximate d. close

Computer Science & Information Technology

The terms algorithm and cipher describe the formula or process used to perform encryption.

a. true b. false

Computer Science & Information Technology