A user complains that the computer is not connecting to the network. Which of the following should be done first?

a. Use ipconfig /all
b. Ping the router
c. Check the patch cable
d. Check the network driver

Answer: c. Check the patch cable

Computer Science & Information Technology

You might also like to view...

What value of COUNT will be output after the instructions corresponding to the following pseudocode are executed, assuming 7 values - 5, 6, 7, 3, 0, 4, 2 - are input, one on each record?

``` COUNT = 0 SUM = 0 VALUE = 1 DOWHILE VALUE > 0 Write Value SUM = SUM + VALUE COUNT = COUNT + 1 Read VALUE ENDDO Write SUM, COUNT ``` a) 4 b) 5 c) 6 d) 7

Computer Science & Information Technology

You can make a selection surrounded by a marquee grow by clicking the pointer while dragging.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology