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

1. For a timer control named Timer1, the Timer1.Enabled event is triggered each time
Timer1.Interval milliseconds elapses.
2. The timer control is invisible during run time.
3. The following statement can be used to assign the Plane.bmp image to the picBox picture
box control at run time. (T/F)
picBox.Image = "plane.bpn"
4. The SizeMode property of a picture box control cannot be altered at run time.
5. Pressing Ctrl+V with the cursor in a text box inserts the contents of the Clipboard at the
cursor position.

1. F
2. T
3. F
4. F
5. T

Computer Science & Information Technology

You might also like to view...

A(n) __________ identifies an immediate value, a register value, or a memory location.

A. operand B. mnemonic C. label D. assembler

Computer Science & Information Technology

If a method throws an exception, and the exception is not caught inside the method, then the method invocation:

a. terminates b. transfers control to the catch block c. transfers control to the exception handler d. none of the above

Computer Science & Information Technology