What are you trying to discover when you test a cable for continuity?
A. A broken wire
B. Length of cable
C. Bandwidth of the cable
D. Presence of electrical or radio interference
Answer: A
You might also like to view...
When you target an area, the Replace Color dialog box shows you a black-and-white mask, with the black areas representing the pixels that will be affected by any changes you make.
Answer the following statement true (T) or false (F)
Basic volumes allow you to change their properties on an as-needed basis
Indicate whether the statement is true or false
View your ____________________ as a temporary location only; after reading an e-mail message, immediately delete it, flag it, or file it in an e-mail folder.
Fill in the blank(s) with the appropriate word(s).
Given the following code fragment, what is the final value of y?
int x, y; x = -1; y = 0; while(x <= 3) { y += 2; x += 1; } a. 2 b. 10 c. 6 d. 8