If the user clicks either the Cancel button in the dialog box or the Close button on the dialog box's title bar, the InputBox function returns ____.

A. an empty string
B. the value contained in the input area of the dialog box
C. CancelValue
D. nothing


Answer: A

Computer Science & Information Technology

You might also like to view...

A document created with LibreOffice Writer would be classified as a(n) OfficeDocument Text file.

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

Computer Science & Information Technology

Do the following two statements in (I) and (II) result in the same value in sum?

``` (I): for (int i = 0; i < 10; ++i) { sum += i; } (II): for (int i = 0; i < 10; i++) { sum += i; } ``` a. Yes b. No

Computer Science & Information Technology

The __________ phase is the last phase of the SecSDLC, but is also perhaps the most important.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which type of attack is being carried out when an attacker joins a TCP session and makes both parties think he or she is the other party?

A. A DoS attack B. Ping of Death C. A buffer overflow attack D. Session hijacking

Computer Science & Information Technology