Review the following pseudocode. What type of item is sales tax rate?
1. enter the sale price and sales tax rate2. calculate the cost by multiplying the sale price by the sales tax rate and then adding the result to the sale price3. display the cost
?

A. processing
B. output
C. code
D. input


Answer: D

Computer Science & Information Technology

You might also like to view...

What marks the end of a Do While…Loop repetition statement?

a) End While b) End Do While c) Loop d) End Loop

Computer Science & Information Technology

15. The user interface is the system that helps users’ communication with the computer system and/or the application system. To design a better user interface, systems analysts should address the following objectives:

What will be an ideal response?

Computer Science & Information Technology

The class declaration and implementation section of a C++ class definition declares the class and creates variables of the class.

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

Computer Science & Information Technology

A Button object that has been ____________________ will appear as a dimmed button on the form at runtime.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology