The following is an example of a(n) ____.Set the total purchase price to 0While there are still items to be processed:     Get the quantity and price of the current item     Multiply the quantity by the price          to get the total for the current item     Add the current item total to the total purchase price

A. assignment statement
B. algorithm
C. named constant
D. machine language

Answer: B

Computer Science & Information Technology

You might also like to view...

The Make Table query is an example of a(n) ________ query

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following operators is typically used to ensure at least one out of multiple conditions is true?

a) Or b) And c) Xor d) Not

Computer Science & Information Technology