Lesson 2 - The Input-Process-Output (IPO)
Lesson 2 - The Input-Process-Output (IPO)
Process-Output (IPO)
Approach
The Input-Process-Output (IPO) Approach
• Is any data entered into the computer system. It could be resources such as
people item details, or finance that are entered into a system to obtain a
desired output. For example the Student Information System, the first
name, the last name, and other details are entered into system to access the
record
Process
• The system will then look for the information that matches with the given
data. This operation is called process. Process is a procedure being taken to
provide an output.
Output
• When the system finds the information, it will display the result which called
the output. Output serves as the outcome of the process. It also meets the
goal or end result of the entire procedure.
The Evolution of Programming
Languages
Computer Program
• The person who writes, develops, and debugs a computer program is called
a programmer.
• The art and science of creating programs is called programming. It is the
process done by programmers to instruct a computer on how to perform a
task. It includes the process of planning and designing solutions for a
particular problem and then writing the source code using a programming
language.
Programming Language
• Every single binary digit is multiplied by 2 raised to the power of the position
it is in. In the end, all the numbers resulting from the binary digits are added
up to get the decimal value of the binary numbers.
Horner Scheme