Identify the letter of the choice that best matches the phrase or definition.

A. Stores the files you use for your projects, such as documents, presentations, and spreadsheets.
B. The command center for configuring Windows settings.
C. Identifies the path for the currently open folder.
D. Software that controls the basic operations of your computer.
E. Where you access hard disk drives, removable drives and media.


A. Documents folder
B. Control Panel
C. Address bar
D. Operating system
E. Computer folder

Computer Science & Information Technology

You might also like to view...

A Short Text field can store ____ characters.

A. 1 to 255 B. 256 to 2048 C. 0 to 255 D. 256 to 1024

Computer Science & Information Technology

(Bank Account Information Application) Create an application that allows a user to input a deposit amount (Fig. 4.15). Each time the user clicks the Enter JButton, the applica- tion adds the deposit amount entered by the user in the Deposit amount: JTextField to the balance that is currently displayed in the Balance: JTextField, then displays the new result in the Balance: JTextField. [Note: This application displays Sue Purple as a default client name and 12345 as a default account number.]


a) Copying the template to your working directory. Copy the C:Examples Tutorial04ExercisesAccountInformation directory to your C:SimplyJava directory.
b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt window by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJava AccountInformation.
c) Compiling the template application. Compile your application by typing javac
AccountInformation.java.
d) Running the template application. Run the Bank Account Information template application by typing java AccountInformation. Type 100 in the Deposit amount: JTextField. When you press the Enter JButton, notice that the deposit amount is not added to the balance because you have not added code to the Enter JButton’s event handler yet.
e) Opening the template file. Open the AccountInformation.java file in your text editor.
f) Inserting code in the event handler. I

Computer Science & Information Technology

Formatting the values and overall appearance of a PivotTable is done by opening the ________ dialog box for a field

Fill in the blank(s) with correct word

Computer Science & Information Technology

Item C in the accompanying figure shows the My Project panel.

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

Computer Science & Information Technology