Given the following pseudocode, what is the value of myGrade after the call to the curveScore module?

```
Module main()
Declare Integer myGrade
Set myGrade = 82
Call curveScore(myGrade)
End Module
Module curveScore(Integer score)
Declare Integer newScore
Set newScore = score + 5
Display newScore
End Module

```

a. 87
b. 82
c. 5
d. cannot tell



b. 82

Computer Science & Information Technology

You might also like to view...

The _____________ field in an IP header is a 3-bit value indicating whether a datagram is a fragment.

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

Computer Science & Information Technology

You can create a button by using the New Symbol command in the ____ menu on the Application bar.

A. Tools B. Buttons C. Modify D. Insert

Computer Science & Information Technology

If you insert, delete, or move captions or figures, you will need to update an existing:

A) table of contents. B) index. C) table of authorities. D) table of figures.

Computer Science & Information Technology

Which of the following statements best describes a simulation test of the DRP?

A. Members of key departments perform a dry run of the emergency. B. Members of key departments trace their steps through the plan checking for omissions and inaccuracies. C. Members of key departments check off the tasks for which they are responsible. D. Backup processing run simultaneously with the production services. E. Production systems are stopped to evaluate how backup systems perform.

Computer Science & Information Technology