The prefix ____ is used when naming a CheckBox object.
A. ckb
B. ckc
C. cbx
D. chk
Answer: D
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
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”
____________ class members are accessible anywhere an object of the class is in scope.
Fill in the blank(s) with the appropriate word(s).
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