Zusammenfassung der Ressource
DATA
- WHAT IS IT?
- Latin datum that means "what is given"
- Facts and statistics collected
together for reference or analysis
- Information
- HOW DOES IT
ENTER THE
COMPUTER?
- Through many
different input
methods
- CLASSIFICATION
- Numerical
- Numbers
- Arithmetic and/or
logic operations
- Alphanumeric (text)
- Combination of characters
- Numbers, letters and
special characters
- Audiovisual
- We can listen to
and watch
- Physical
- Can be taken from the
enviornments
- HOW IS IT PROCESSED?
- Data entry
- Through input device
- Straight to RAM memory
- Data processing
- Follow program
instructions
- Perform Aa/oL
operations
- Operations transform into information
- Results stored in
RAM memory
- Output
generation
- Info. displayed through an
output device
- HOW IS IT STORED?
- A&L operations creates
results that are stored in
the RAM memory
- Variable
- Identifier
- Represents symbolic
adress of a memory
location
- Save values in temporary way
- Constant
- Values that don't
change
- TYPES OF DATA
- Numeric
- Simple
- Numeric: inter and real
- Logic: boolean
- Character: character and string
- Complex
- Integer numbers
- 50, 1000, -78, -102
- Real numbers
- 5.5556, -2.87, -9.023
- Alphanumeric
- Character
- Digits and
special symbols
- 0, 1, a, N, #, &
- String
- Combination
- Barcelona, #2389
- Logic
- True or false
- HOW MUCH SPACE DOES IT TAKE?
- Character
- 1 Byte per character
- Byte
- 1 Byte
- Short
- 2 Byte