Describe business information sets including what they are, how they are used, and an example of how you would use one.
What will be an ideal response?
- A business information set is a collection of information about an individual, such as name, company name, address, telephone number, e-mail address, and so on.
- Business information sets are stored in Publisher and associated with templates.
- The information in the set is automatically plugged into templates that call for them.
Example (Answers will vary):
- To create a business card as was shown in the Step-by-Step exercises in this chapter.
- To create the name and address information to appear in a newsletter or brochure
- To create a flyer offering your home for sale
- To create the return address for a postcard
You might also like to view...
In this exercise, you will create a Salary Sur- vey application that is similar to the one you created in Exercise 16.12. This application includes an ArrayList that has already been added for you, to contain the salary ranges for use by an Iterator. Note that the salary ranges are for whole dollar amounts—the amount of cents in the user’s salary is truncated before the salary is placed in a specific range. You will use the Iterator with a while statement to replace the for statement that is used in Tutorial 16 (Fig. 19.56).
a) Copying the template to your working directory. Copy the C:Examples Tutorial19ExercisesModifiedSalarySurvey directory to your C:SimplyJava directory.
b) Opening the template file. Open the SalarySurvey.java file in your text editor.
c) Clearing the JTextArea from previous output. Find the showTotalsJButtonAc- tionPerformed method, which begins at line 174. Inside the showTotalsJBut- tonActionPerformed method, clear the Survey results: JTextArea’s text.
d) Adding a header to the output. The first portion of your application’s output is the header. Use method append to add the header as a String to the Survey results: JTextArea (surveyResultsJTextArea).
e) Creating a counter variable. ArrayList rangesArrayList contains each range as a String. In the next step, you will create an Iterator to cycle through each element in this ArrayList. However, you will still need to use a counter to access the number of results for the current range. Declare counter variable i and
What does pressing Tab in the last cell of a table do?
A) Moves to the next line in the cell B) Adds a new row C) Inserts a new column D) Saves the table
When using Design view and with the Design tab ribbon active, the Insert Chart button is located in the ________ group
A) Reports B) Controls C) Tools D) Charts
You can use the Top Values feature with or without first sorting the records ?
Answer the following statement true (T) or false (F)