List and describe three of the most commonly used properties of a check box.

What will be an ideal response?


(list three)Checked: indicate whether the check box is selected or unselectedFont: specify the font to use for the textName: give the check box a meaningful nameText: specify the text that appears inside the check box

Computer Science & Information Technology

You might also like to view...

JSliders generate what type of event?

a. ActionEvents. b. ChangeEvents. c. WindowEvents. d. MouseEvents.

Computer Science & Information Technology

List three main ways in which presentations of output are unintentionally biased.

What will be an ideal response?

Computer Science & Information Technology

A(n) ________ controls the way data is entered

Fill in the blank(s) with correct word

Computer Science & Information Technology

Information stored on a hard drive consists of programs and data. The proportion of data storage space to program storage space is 10:1. If the total storage space is 22 megabytes, how much will be allocated to programs and how much to data?

Let p= space for programs in MB Let d= space for data in MB Proportion of data to programs is d I p= 10 / 1 Total space for both data and programs is 22 MB Express data in terms of total and program space: Then: (22 —p) I p = 10 / 1 (22 —p)=10p 22 = 10p + 1p 22 = 1 1p p=22/11 p=2 MB d= 22 —p Find data: d= 22 —p d=20 MB

Computer Science & Information Technology