data rep Flashcards
(46 cards)
What is data representation?
The way in which data is stored, processed, and communicated in a computer system.
True or False: Computers understand data in the form of binary.
True
What is binary?
A base-2 numeral system that uses two symbols, typically 0 and 1.
Complete the sentence: In binary, the digit 1 represents ___ and the digit 0 represents ___ .
on; off
How many bits are in a byte?
8 bits
What is a bit?
The smallest unit of data in computing, representing a binary value of 0 or 1.
What is the decimal equivalent of the binary number 1010?
10
True or False: Hexadecimal is a base-10 number system.
False
What is the base of the hexadecimal number system?
16
What are the symbols used in hexadecimal?
0-9 and A-F
Convert the binary number 1111 to decimal.
15
What does ASCII stand for?
American Standard Code for Information Interchange
How many characters can be represented by a single byte using ASCII?
256 characters
True or False: Unicode can represent characters from multiple languages.
True
What is the primary purpose of data compression?
To reduce the size of data for storage and transmission.
What is lossy compression?
A method of data compression that reduces file size by removing some data, which may affect quality.
What is lossless compression?
A method of data compression that allows the original data to be perfectly reconstructed from the compressed data.
Which of the following is an example of a lossy compression format? (A) PNG (B) JPEG (C) GIF
B) JPEG
What does RGB stand for in color representation?
Red, Green, Blue
How are colors represented in a digital image?
Using combinations of RGB values.
True or False: A pixel is the smallest unit of a digital image.
True
What is the primary function of a graphics card?
To render images and video for display.
What does DPI stand for?
Dots Per Inch
What is the purpose of DPI in printing?
To measure the resolution of printed images.