Unit Test — Unit test Answers

25 verified answers2 views
22
Free Preview

What happens in the process represented by the pseudocode below?get(answer)if(answer is yes)then(multiply 4 and 9)if(answer is no)then(do nothing)

A
The computer multiplies 4 and 9 if the answer is yes.
B
The computer multiplies 4 and 9 if the answer is no.
C
The computer always multiplies 4 and 9.
D
The computer always does nothing.
23

Which statement best describes the problem statement below?Vision: We want to sell more products.Issue: It may be that we have too many salespersons.Method: Design new software to track how much each salesperson sells.

A
This problem statement is a clear, well-defined problem statement.
B
This problem statement does not clearly define the issues.
C
This problem statement will help solve the problem.
D
This problem statement will help sales staff to focus.
24

What is one purpose of an algorithm?

A
to reduce error
B
to show how to use a computer
C
to eliminate step-by-step instructions
D
to eliminate smaller tasks
25

Mrs. Patel uses a computer program to balance her checkbook. Which of the following best explains how the computer algorithm helps Mrs. Patel?

A
It gives judgments about how Mrs. Patel spends her money.
B
It makes Mrs. Patel modern.
C
It reduces errors.
D
It shows how to write checks.

Did you find these answers helpful?

Unit Test — Unit test Answers — Introduction to…