What command would you issue from the command prompt to test whether your computer has connectivity to the network?

A. ping IPaddress
B. arp -d IPaddress
C. ipconfig IPaddress
D. ipconfig /all


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following for-loop headers results in equivalent numbers of iterations:

A. for (int q = 1; q <= 100; q++) B. for (int q = 100; q >= 0; q--) C. for (int q = 99; q > 0; q -= 9) D. for (int q = 990; q > 0; q -= 90) a. A and B. b. C and D. c. A and B have equivalent iterations and C and D have equivalent iterations. d. None of the loops have equivalent iterations.

Computer Science & Information Technology

What is the difference between the *.fla file, the *xfl file, and a *.swf file, and how do you create them?

What will be an ideal response?

Computer Science & Information Technology

Computers on a network typically can share all EXCEPT ________

A) processing B) data C) software D) hardware

Computer Science & Information Technology

The thumbnails of pages in a document can be clicked to get an instant description of the type of formatting the document has made use of.?

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

Computer Science & Information Technology