Answer:
B- label
Explanation:
A label is an entry such as a text within a cell that describes particular rows and columns. Labels are usually found at the top of the particular row/column they are identifying.
Hence, the texts "2016 Sales" and "Travel Expenses" are labels that identify cells such as the values of the sales in 2016 of a company and expenses spent on travel in a year of a family.
Answer:
A programming design communicates decisions about the programming approach and saves time, money, and effort.
Explanation:
It is important to decide upon a programming design before developing a software solution. Starting out with a design benefits a project because:
1. it communicates decisions about the programming approach to all project team members.
2. it helps to ensure that different parts of the code developed by different programmers will integrate properly.
3. it helps to ensure that code will be easy to read and maintain.
4. it saves time, money, and effort.