Data Formats Flashcards
Since data within computers are limited to binary numbers, the data (pictures, words, sounds) we input must be converted to what?
Other data forms that are computer-usable so that it can turn the data into 1s and 0s eventually
When data input is converted, what happens to it?
Its compressed in some way
Lossy vs lossless compression
Lossy means some of the original data is lost, lossless means useless metadata is removed and original data is preserved
What is the compression ratio?
The amount file size is reduced
What is metadata?
Data that describes or interprets the meaning of data
What is digital data?
Easy data like keyboard data that isn’t variable and changing, finite
What is analog data?
Data that is continuously changing with time, like data from a camera or microphone.
When analog data is input, the data representations the computer converts it to changes it from analog to what?
Digital data
What are data representations?
Representations for different types of data that reflect and simplify the ways in which the data is to be processed and will encompass the widest possible user community.
Why do we need data representations?
So that various data can be converted into forms recognized by a wide variety of hardware and software so that they can be used by users working within different computer environments.
What are some types of data?
Alphanumeric, image (bitmap), image (object), sound, video
What is alphanumeric data?
Data entered as characters, symbols, number digits, and punctuations
What are the common alphanumeric codes/ data representations?
Unicode, ASCII, and EBCDIC
What are the two types of images used within the computer?
Bitmap images and object images
Bitmap images and its bitmap representation formats?
Photographs and paintings where every individual point (pixel) needs to be maintained. GIF, PNG, and JPEG
Object images and its object representation formats?
Graphical shapes such as lines and curves. Sufficient to store geometrical information and the position of each object. PostScript, TrueType