Information that is stored in rows and columns is referred to as a(n) ________

A) table B) array C) chart D) record

A

Computer Science & Information Technology

You might also like to view...

The Federal Bureau of Investigation's National InfraGard Program serves its members in four basic ways: Maintains an intrusion alert network using encrypted e-mail; maintains a secure Web site for communication about suspicious activity or intrusions; sponsors local chapter activities; and operates a help desk for questions. _________________________

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

Computer Science & Information Technology

Develop a program that inputs one salesperson's items sold for last week, calculates that salesperson's earnings and outputs HTML text that displays that salesperson's earnings.

A large company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5000 worth of merchandise in a week receives $200 plus 9% of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value 1 239.99 2 129.75 3 99.95 4 350.89

Computer Science & Information Technology