This is a fake code similar to higher level languages.
What is pseudocode?
100
This step states "Determine the most efficient solution"
What is Step 3?
100
Used to represent a number of characters, example, this can be used to store data for name, and address
What is String?
100
This is a structured and repeatable method of analyzing and designing problems.
What is IPO Model?
100
In this first step, you will work with your client or customer to define and understand precisely what the problem is and why a solution is needed
What is understanding the problem?
200
Words such as Get, Input, or Read for the statements in this part of the IPO Model
What is Input?
200
This step states " Definition of the problem"
What is Step 1?
200
A positive and negative whole numbers including zero, example, -12. 0, and 5.
What is Integers?
200
This determines the data that comes into the program.
What is input?
200
Usually, the planning involves a three-step process: identify the input, identify the processes, and identify the outputs.
What is plan and design the logic?
300
This part of the IPO Model uses words such as Calculate or Set.
What is process?
300
This is a States"Propose and evaluate solution"
What is step 2?
300
These numbers which have a fractional component, example, -12.4, 0.0, 0.25 and 8.72.
What is Real Numbers?
300
This determines the actions or processes that transform the data into useable information.
What is process?
300
During the design, you will determine the data variables necessary to store the data and the step-by-step algorithm for the solution. This step is considered the artistic part of the software development process and is very rewarding!
What is develop the logical solution?
400
Use words such as Display, Output, Write, Print, or (possibly) Prompt in this part of the IPO Model.
What is output?
400
The step states "Develop and represent algorithm".
What is step 4?
400
Used to represents exact numeric data or text strings. Example, GCT = 0.165, THISYEAR =2014, or PI = 3.142
What is Constants/Literals?
400
This determines the information that leaves the program.
What is output?
400
I am used as a temporary storage locations which can hold data
What is Variables?
500
This design tool is used to develop the step-by-step instructions that will eventually be performed by a computer
What is pseudocode?
500
This step states "Test and validate the solution"
What is Step 5?
500
This is fundamentally used to represent a single letter of the alphabet, symbol or punctuation mark
What is Char?
500
This element of the IPO Model is done last.
What is storage?
500
These special naming conventions must be followed;
Must begin with a letter or an underscore (_)
Numbers can be used, but, cannot use to start
No special characters (!,@,#,$,&, %)
No white spaces (space, tab, paragraph)