Question: - Within this document add pseudocode and flowcharts for problems 1 , 2 , and 3 . - Give naming scheme examples for problems 4

- Within this document add pseudocode and flowcharts for problems 1,2, and 3.
- Give naming scheme examples for problems 4,5, and 6.
- Give found resources for problem 7
Practice Pseudocode and Flowcharts:
For the flowcharts we will be using a web app for drawing: draw.io
Write Pseudocode and draw flowcharts for the following programs:
1 A program that prints Hello World to the screen.
2 A program that asks the user for their name and greets them with their name.
3 A program that asks the user for two numbers and gives the user the possibility to choose between computing the sum and computing the product.
Naming Schemes
You are writing a new program and want to use an obvious and consistent naming scheme for each variable you will create.
4 A program that calculates the users BMI (Body Mass Index). You will need to collect their height and weight. What would you name these input variables? What would you name the output variable?
5 A program that checks if the user for their login and password and checks it against a database. What names would you give these variables?
6 A program that automatically converts English text to Morse code and vice versa. What names would you give the variables in this program?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!