Which of the following is NOT displayed in the title bar of a Microsoft application?

A) the size of the file B) the name of the file
C) the program icon D) the name of the program


A

Computer Science & Information Technology

You might also like to view...

Explain how to use Java reflection to construct a generic dispatcher. Give Java code for a dispatcher whose signature is:

``` public void dispatch(Object target, Method aMethod, byte[] args) ``` The arguments supply the target object, the method to be invoked and the arguments for that method in an array of bytes.

Computer Science & Information Technology

When working within a table, the white space on the horizontal ruler indicates the:

A) width of the placeholder. B) width of the column. C) location of a cell. D) height of the row.

Computer Science & Information Technology

Which of the following commands should you use to delete files on a Linux system?

A. mv B. rm C. del D. erase

Computer Science & Information Technology

The ____ is a popular protocol used to manage networked equipment.

A. SMTP B. SNMP C. FTP D. POP3

Computer Science & Information Technology