Unit 1 - Digital Data Flashcards
define Data
raw facts and figures
define Information
data that has been processed
What does it mean by processing?
searching, sorting, validation, conversion, analysis & calculation
What is a ‘bit’ short for? Define and give an example
Binary Digit. It’s the smallest unit of data that can be stored by a computer. 1 or 0.
How many bits are there in a nibble
4
How many bits does a byte have? Explain what a byte can be and give an example
- A single keyboard character e.g. letter A
Order of Units of storage smallest to largest
bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte
define Data type
a general classification of data that tells the computer how the programmer intends to use the data
State 5 data types
numeric, date/time, character, string, boolean
Numeric data type: Integer and Real
Integer is a whole number and a Real numeric is a number that contains a decimal point
Date/Time data type
a date or time can be stored
Character data type
a single alphanumeric character
String data type
a series of alphanumeric characters
Boolean data type
true or false
What’s a commonly used character set for storing Characters?
ASCII - American Standard Code for Information and Interchange