You can specify a favicon for all the pages on a Web site by using the ____ format.
A. .img
B. .jpg
C. .txt
D. .ico
Answer: D
You might also like to view...
The following code segment displays ___________
``` v1 = 15.0; v2 = 0.5; if (v1 > 10.0) printf("ten "); else if (v1 > 14.0) printf("fourteen "); if (v2 * v1 > 7.0) printf("seven "); if (v1 - v2 > 9.0) printf("nine "); printf("\n"); ```
What was the first word processing application?
a. Word for MS-DOS b. WordPerfect c. WordStar d. Alto
Which term is best described by the following definition? Both NICs are active at the same time, and they each have their own MAC address
A) Active-live B) Active-standby C) Active-active D) Active-passive
The _____________ is the FSMO that holds the only writeable copy of the Active Directory schema
a. RID master b. PDC emulator c. Infrastructure master d. None of the above.