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

1) Using the CheckState property you can determine whether the
CheckBox is checked.
2) RadioButtons can be used interchangeably with CheckBoxes.
3) Only one RadioButton can be checked per form on the screen.
4) CheckBoxes and RadioButtons have a CheckedChanged event that's
raised whenever the state of that control is altered.


1) F
2) F
3) F
4) T

Computer Science & Information Technology

You might also like to view...

Consider a hash table of size 5, with the starting index 0, and a hash function (2*x)mod5. Assuming that the hash table is empty, which of the following is the content of the table when the sequence is 1, 3, 10?

a. 10, 3, 1, _, _ b. 1, 3, 10, _, _ c. 10, 3, _, 1, _ d. _, _, 10, 3, 1

Computer Science & Information Technology

What are three symptoms that a hard drive is failing? (Select three.)

A) Loud clicking noise B) A whirling sound C) Read/write errors D) Slow response E) Disk Management tool automatically appears with a message. F) Performance tool automatically appears with a message.

Computer Science & Information Technology

One of the easiest ways to make your web page viewer-friendly and accessible to people of all abilities is to use ____________________.

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

Computer Science & Information Technology

Which of the following are standard targets frames for a URL?

A. _blank and _parent B. _blank and _alt C. _parent and _alt D. _name and _alt

Computer Science & Information Technology