Chapter 1 - Digital Data Flashcards
What is data?
Raw facts and figures, without meaning
Give an example of data
14
What is information?
Data that has been processed and has meaning
Give an example of information
14 years old
What is input?
When data is entered into a computer
What is Processing?
When a computer runs a program to change data into information
What is output?
When a computer sends information back to the user
What is a bit (b)?
A binary Digit. A single 1 or 0.
What is a byte (B)?
8 bits
What is a Nibble (Nybble)?
4 bits
What is a character?
A letter, digit, punctuation mark or control code stored in digital format as a byte
What is a KiloByte (KB)?
1024 Bytes
What is a MegaByte (MB)?
1024 KB or 1024 KiloBytes
What is a GigaByte (GB)?
1024 MB or 1024 MegaBytes
What is a TeraByte (TB)
1024 GB or 1024 GigaBytes
What is ASCII?
American Standard Code for Information Interchange
ASCII is a way of representing letters and symbols using binary codes.
ASCII uses 7 bits to represent each character.
ASCII can represent 128 different characters.
What is Extended ASCII?
Uses 8 bits to represent each character.
245 characters can be represented.
What is a data type?
Data can be allocated a data type.
Data types include: Number; Text (or String); Date/Time
What is a NUMBER data type?
A number type can represent:
- integers (whole numbers);
- Real numbers (with a decimal point)
Give an example of an integer
4