The commands to create a form are available on the ________ tab
A) Home B) Review C) Developer D) Insert
C
You might also like to view...
Assume that the variable checkbox references a JCheckBox object. To determine whether the check box has been selected, use the following code:
A) if (isSelected(checkBox)) {/*code to execute, if selected*/} B) if (checkBox.isSelected()) {/*code to execute, if selected*/} C) if (checkBox) {/*code to execute, if selected*/} D) if (checkBox.doClick()) {/*code to execute, if selected*/}
The mkdir (make directory; Sobell, page 91) utility creates a directory. Use mkdir to create a directory named two as a subdirectory of your home direc- tory. Use file to make sure two exists and is a directory.
What will be an ideal response?
Match the following terms to their meanings:
I. platform II. IBM compatible III. Mac OS X IV. Boot Camp V. AMD A. operating system used for Apple computers B. term used in the 1980s to describe personal computers C. combination of the operating system and hardware D. manufacturer of PC processors E. program that gives the user a choice of which OS to start
Password masking prevents a password from being learned through shoulder surfing
Indicate whether the statement is true or false.