The user name or initials automatically added to a document template are set in the FILE tab.

Answer the following statement true (T) or false (F)


False

Computer Science & Information Technology

You might also like to view...

You may attempt to access a local identifier past the end of the block in which it is declared.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which is the best prototype for a member function of a person class that returns true if the person object’s age is greater than that of another person object. Assume that age is a data member of the person class.

a) bool isOlderThan (const person& p) const; b) bool isOlderThan (person& p) const; c) bool isOlderThan (person p) const; d) bool isOlderThan (const person& p);

Computer Science & Information Technology

The file _____________ is used on web servers to control access to files and sub directories.

a. 401.html b. .htaccess c. php.ini d. httpd.conf

Computer Science & Information Technology

When you want to copy music from a CD to your hard drive, you can do which one of the following?

A) scan the CD B) pull the CD C) burn the CD D) rip the CD

Computer Science & Information Technology