When you edit the value of a cell included in a chart data series, you must manually refresh the chart to show the change

a. true
b. false


Answer: b. false

Computer Science & Information Technology

You might also like to view...

A clothing manufacturer has asked you to create an application that will calculate the total sales of that manufacturer in a week. Sales values should be input separately for each clothing item, but the amount of sales for all five week- days should be input at once. The application should calculate the total amount of sales for each item in the week and also calculate the total sales for the manufacturer for all the items in the week. Because the manufacturer is a small company, it will produce at most ten items in any week. The application is shown in Fig. 17.32.


a) Copying the template to your working directory. Copy the C:ExamplesTutorial17ExercisesSalesReport directory to your C:SimplyJava directory.
b) Opening the template file. Open the SalesReport.java file in your text editor.
c) Inputting data from the user. Add code starting in line 231 to input the data from the user. Variable nameOfItem stores the name of the item. This must be assigned to the itemNames array, indexed with itemCount (which stores the number of items added). Variables monday, tuesday, wednesday, thursday and friday store the sales data for each of the five weekdays. These variables must be assigned to the two-dimensional dailyItems array. The first index to this array should be itemCount, and the second will range from 0 to 4. Finally, increment variable itemCount to record that another item’s sales data has been added.
d) Iterating over all the items added. Inside method displaySales, after variable sal- esTotal has been declared (line 270), add code to begin

Computer Science & Information Technology

If a sound file may be downloaded for free, this means that there are no restrictions on how you may use it.

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

Computer Science & Information Technology

Access is the best tool for creating a chart because there are a wide variety of chart types and formatting options

Indicate whether the statement is true or false

Computer Science & Information Technology

In ________ view, multiple slides can be selected by holding down Shift or Ctrl

Fill in the blank(s) with correct word

Computer Science & Information Technology