Which of the following would be used to connect two IDF's in the same building with the LAN, while minimizing crosstalk?
A) UTP
B) STP
C) RG-6
D) CAT3
Answer: B) STP
You might also like to view...
Answer the following statements true (T) or false (F)
1. A pointer is a variable that holds the address of some other location in memory. 2. Pointer variables are just memory addresses and can be assigned to one another without regard to type. 3.The declaration below declares three pointer variables of type pointer to double that is, a pointer of type ``` (double*) double* p1, p2, p3; ``` 4. A pointer is an address, an address is an integer, but a pointer is not an integer. 5. You can get a pointer value to initialize a pointer variable from an object of an appropriate type with the “address-of” operator, &.
____ programs use timeline structures to create sequences of graphics-both bitmap and vector-then create the illusion of motion and animation by presenting that sequence of images so quickly that your eye perceives movement.
A. Film B. Motion capture C. Animation D. Rasterized
By default, the ruler units are set to ____.
A. inches B. pixels C. picas D. bits
A queue cannot be stored in an array.
Answer the following statement true (T) or false (F)