Data Representation Flashcards
(57 cards)
What is Data
Information like facts, numbers, audio and video and instructions.
How are numbers represented in a computer?
Numbers are represented using binary (0s and 1s).
How are images stored in a computer?
Images are stored as grids of pixels, with each pixel representing color values.
How is audio represented in a computer?
Audio is stored as digital samples of sound waves.
How is video represented in a computer?
Video is stored as a sequence of images (frames) with associated audio tracks.
Why is it important to understand how computers represent data internally?
It helps with data management, storage, and transmission.
What determines how data like music or video is handled on a computer?
It depends on the software (e.g., music software vs. video software) and file type (mp3 and mp4 diffs because of how data is encoded and compressed)
What is a transceiver in computing?
A transceiver allows a computer to send, receive, and understand data—often using binary.
Where is binary used in media data processing?
Binary is used in internal data representation (chaning data into binary to be more readable) and software interpretation (being able to read binary).
How is media (like audio and video) converted into digital format?
Through two processes:
Sampling: You take measurements of a continuous signal at regular time intervals. If yuo sample 44 100 times per second, you measure sound wave 44 100 times every second
Quantization: You take each measurement and round it to the nearest available digital value.
What do sampling and quantization help create?
Digital files that can be stored and processed by a computer.
What is the role of software in handling media data?
Software interprets internally represented binary data to make it usable (e.g., playing music or video).
How are characters (letters, symbols) represented in a computer?
Using ASCII or Unicode, where each character is assigned a unique binary code.
How are whole numbers (integers) represented in a computer?
As pure binary codes. Example: The number 7 is represented as 0111 in binary.
What standard is used to represent fractions and decimal numbers in computers?
The IEEE 754 standard.
What is a floating-point number?
A way of representing real numbers (including fractions and very large/small numbers) using the IEEE 754 format.
What are the three main parts of a floating-point number?
Sign bit: Indicates positive or negative (+ or –)
Exponent: Determines the scale (how big or small)
Mantissa (significand): Represents the actual number
What does the sign bit in a floating-point number indicate?
Whether the number is positive or negative.
What does the exponent in a floating-point number do?
It scales the number (makes it bigger or smaller).
What is the mantissa (or significand) in a floating-point number?
The actual digits of the number being represented.
What was the communication issue before ASCII was developed?
Computers could not communicate with each other due to the use of many different character sets.
What organization played a key role before ASCII was developed?
The American National Standards Institute (ANSI).
Who contributed to the development of ASCII?
The X3 committee (under the American Standards Association)
Bob Bemer (from IBM – International Business Machines Corporation)
What major event happened in 1968 related to ASCII?
The U.S. president recognized ASCII as the federal standard computer language.