Which of the following is true of named anchor names?
A. You can use special characters in anchor names.
B. You should begin an anchor name with a number.
C. You can use spaces in anchor names.
D. None of the above
Answer: D
You might also like to view...
If you have the following variable declaration in your program,
const int SIZE=34; then which of the following statements are legal? a. SIZE ++; b. x = SIZE--; c. cout << SIZE; d. cin >> SIZE;
It is important that all discussions and interviews be ________ so that they can be incorporated into what will evolve into the disaster recovery plan
Fill in the blank(s) with correct word
An Ethernet port has a connector called an RJ-45 to connect to a network cable.
Answer the following statement true (T) or false (F)
Alice is designing a cryptosystem for use by six users and would like to use a symmetric encryption algorithm. She wants any two users to be able to communicate with each other without worrying about eavesdropping by a third user. How many symmetric encryption keys will she need to generate?
A. 6 B. 12 C. 15 D. 30