Problem Solving IT
Problem Solving IT
What is a Problem?
Defined as a situation or task that needs to be solved.
Page 1
BREAKING DOWN A PROBLEM
All Problems can be broken down into 4 significant parts:
❑ INPUT
❑ PROCESS
❑ OUTPUT
❑ STORAGE
I P O S
INPUT
GET, ACCEPT, READ, INPUT
PROCESS
LET, ASSIGN, SET
OUTPUT
DISPLAY, WRITE, PRINT, OUTPUT
Page 2
WHAT IS AN IDENTIFIER?
Computers use memory to store data and information. Each data item being entered must
be stored in a location in the computer’s memory. This is called an Identifier.
Page 3