A form contains a text box named txtBox and a button named btnClip. The statement Clipboard.SetText(txtBox.Text) is placed inside btnClip’s Click event procedure. At run time, what will be placed into the Clipboard if the user enters the word “Hello” into txtBox and then clicks on btnClip?

(A) the word “txtBox”
(B) the word “Hello”
(C) the Clipboard will be emptied of all contents
(D) the word “btnClip”


(B) the word “Hello”

Computer Science & Information Technology

You might also like to view...

Markers can only be used with objects that move.

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

Computer Science & Information Technology

____ are the representative collection of individuals with a stake in the successful and uninterrupted operation of the organization's information infrastructure.

A. Product developers B. Stakeholders C. Incident responders D. Vendors

Computer Science & Information Technology

____________________ refers to malicious programs that have many different capabilities. Some might do something relatively harmless, such as opening files on a CD-ROM; others might be extremely destructive, perhaps destroying all of the data on a computer.

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

Computer Science & Information Technology

The following statement prints "You lose!" on the screen;int num = -1;if (num)  printf("Bingo!");else  printf("You lose!");

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

Computer Science & Information Technology