Digital Data Flashcards
What is Data?
Unprocessed facts or figures that, on their own, have no meaning
What is information?
When data is entered into a computer system and is processed, it becomes information, or ‘data with meaning’
In what format does the computer store data?
Binary Format
1 nibble = ?
4 bits
1 byte = ?
8 bits
1 kilobyte= ?
1024 bytes
1 megabyte= ?
1024 kilobytes
1024 megabytes=?
1 Gigabyte
1024 Gigabytes=?
1 Terabyte
What is the Data type numeric
An integer number that can be positive or negative
An integer number that has no decimal or fractional parts
Explain the Data type Date/Time
Long date: displayed as Sunday, April 1, 2018.
Medium date: displayed as dd-mmm-yyyy, e.g. 1-Apr-2018.
Short date: displayed as dd/mm/yyyy, e.g. 01/04/2018.
Long time: displayed as HH:MM:SS, e.g. 13:26:34
Medium time: displayed as HH:MM PM/AM, e.g. 01:26 PM
Short time: displayed as HH:MM, e.g. 13:26
Explain the Data type Character/String
A character is a single letter or digit represented by the codes from the character set.
A string is textual data in the form of a sequence of characters.
What is a pixel?
A smallest unit of a digital image that can be displayed and edited on a computer screen
What is Image resolution
Represents the quality of an image
More pixels = higher quality
What is a Bitmap Image?
Made up of Pixels
Stores details about every pixel on the image
Advantage of Bitmap
Can be compressed which reduces file size