Which file extension is recommended for webpages?

a. .doc
b. .htm
c. .docx
d. .html
e. .txt


d. .html

Computer Science & Information Technology

You might also like to view...

Which of the following is not a disadvantage of default memberwise copy with objects containing pointers?

a. Having the possibility of leaving a dangling pointer. b. Allowing both objects to point to the same dynamically allocated storage. c. Allowing the destructor of one object to be called while leaving the second pointer, to the same memory location, intact. d. Requiring the explicit overloading of the assignment operator.

Computer Science & Information Technology

If you want to examine an input value without actually removing it from the input stream, you can apply a member function of cin to the variable ch, which you are to assume is a char type variable. Which of these does this task?

a)``` cin.get(ch); ``` b)``` cin.put(ch); ``` c)``` cin.peek(ch); ``` d)``` cin.putback(ch); ```

Computer Science & Information Technology

The Multilevel List button is on the:

A) Insert tab. B) References tab. C) Home tab. D) Review tab.

Computer Science & Information Technology

Knowing the best way to negotiate with a foreign government about a volatile hostage situation is an example of _____ knowledge.

A. implied B. tacit C. explicit D. definitive

Computer Science & Information Technology