What is displayed in the title bar of the message dialog box by the following statement?

MessageBox.Show("This is a test.", "Test")
(A) This is a test.
(B) Nothing.
(C) Test
(D) The same as the name of the program.


(C) Test

Computer Science & Information Technology

You might also like to view...

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

1) Menus provide groups of related classes. 2) Menu items can display ComboBoxes, checkmarks and access shortcuts. 3) The ListBox control allows only single selection (like a RadioButton). 4) A ComboBox control typically has a drop-down list. 5) Deleting a parent node in a TreeView control deletes its child nodes.

Computer Science & Information Technology

Which of the following are instructional codes that guide the execution of the system when information is passing through it?

A. access control lists B. user profiles C. configuration rules D. capability tables

Computer Science & Information Technology

Which of the following types of cohesion is not an acceptable level?

A. procedural B. functional C. logical D. sequential E. communicational

Computer Science & Information Technology

Which of the following commands can a network technician use to check whether the DNS server for a given domain is reachable?

A. nmap B. nbtstat C. dig D. arp

Computer Science & Information Technology