The prefix ____ is used when naming a CheckBox object.

A. ckb
B. ckc
C. cbx
D. chk


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the numbers below is equivalent to 0.000017489?

(A) 1.7489E+05 (B) 17489E+06 (C) 1.7489E-06 (D) 1.7489E-05

Computer Science & Information Technology

A form contains a text box named txtBox and a button named btnClip. The statement Clipboard.SetText("") 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”

Computer Science & Information Technology

____________ class members are accessible anywhere an object of the class is in scope.

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

Computer Science & Information Technology

The ____ string function scans a string under the control of a format conversion specification and stores the results in one or more variables.

A. sscanf B. scanf C. sprintf D. printf E. strtok

Computer Science & Information Technology