Purchase Solution

Variables, prompts, pseudocode, and flowcharts

Not what you're looking for?

Ask Custom Question

Start
Declare Testscore as integer
Write "Enter your Test Score and Your Grade will be displayed"
INPUT Test score
IF TestScore > 90
Write "Your Grade is an A"
Else If TestScore > 80
Write "Your Grade is an B"
Else If Testscore > 70
Write "Your Grade is an C"
Else If TestScore > 60
Write "Your Grade is an D"
Else
Write "Your Grade is an F"
End if

1. List the variables in the program.
2. List the prompts in the program.
3. Show what the PC monitor will display when this program is executed with the following values used: 86, 55, and 100.
4. Write a new program in pseudocode, your problem should input-and calculate the average of five test scores, then numbers entered.
5. Give a flowchart for the original version of this program.
6. IS their is way to email more of these problems to you.

Purchase this Solution

Solution Summary

This job examines variables, prompts, pseudocode, and flowcharts.

Solution Preview

1. List the variables in the program.
The only variable there is: Testscore

2. List the prompts in the program.
The only prompt there is: INPUT Test score

3. Show what the PC monitor will display when this program is executed with the following values used: 86, 55, and 100.

Input Value 86: Your Grade is an B
Input Value 55: Your Grade is an F
Input Value ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.