If you assign different user names for each user of your computer, the operating system creates a special ________ for each user.

a. profile
b. network
c. disk drive
d. email account


Answer: a. profile

Computer Science & Information Technology

You might also like to view...

The ____ panel contains shades of gray.

A. Color B. Histogram C. Grayscale D. Swatches

Computer Science & Information Technology

Java provides methods to access your application’s components, as well as property values for those components. In this exercise, compo- nentsArrayList is provided and contains a reference to each component in the application. You will use a while statement to iterate through each component. As each component is encountered, add the component’s identifier (that is, the component’s name) to another ArrayList, called outputArrayList. Finally, you will display the component names in a Tutorial 19 Shipping Hub Application 445 JList and change the component’s background color to magenta (Fig. 19.58). [Note: We will explain how to change background colors


a) Copying the template to your working directory. Copy the C:Examples Tutorial19ExercisesComponentsCollection directory to your C:SimplyJava directory.
b) Opening the template file. Open the ComponentsCollection.java file in your text editor.
c) Clearing outputArrayList. ArrayList outputArrayList will be used to specify the output that will be displayed in List of components: JList. Find the sub- mitJButtonActionPerformed method, which begins at line 146. Inside the sub- mitJButtonActionPerformed method, add code to remove all previous elements that were stored in outputArrayList.
d) Creating the Iterator. After clearing the outputArrayList, declare an Iterator (componentIterator) for componentsArrayList. ArrayList componentsArrayL- ist already contains references to each component in the application. These refer- ences are of type Component, which can be used to access information about any component, such as the name of the component.
e) Creating the whil

Computer Science & Information Technology

Using the Update Project dialog box, you can update progress information for some or all of the tasks in a project as of a specific date or reschedule uncompleted work to start after a specific date.

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

Computer Science & Information Technology

The ____ Windows accessory lets you handwrite notes and drawings with a graphics tablet or a tablet PC..

A. Windows Journal B. Tablet C. OneNote Lite D. Sticky Notes

Computer Science & Information Technology