binary representation of characters images and sounds Flashcards
(79 cards)
What is binary representation?
Binary representation is a way of expressing information using only two symbols, typically 0 and 1.
True or False: Binary representation can be used for characters, images, and sounds.
True
What is the binary equivalent of the decimal number 5?
101
Fill in the blank: In binary, the number 2 is represented as ____.
10
What is ASCII?
ASCII stands for American Standard Code for Information Interchange, a character encoding standard for electronic communication.
How many bits are used in a standard ASCII character?
7 bits
What is the binary representation of the letter ‘A’ in ASCII?
01000001
True or False: Each pixel in a digital image can be represented by a binary number.
True
What does the term ‘bit depth’ refer to in images?
Bit depth refers to the number of bits used to represent the color of a single pixel.
Fill in the blank: A pixel with a bit depth of 8 can represent ____ colors.
256 colors
What is the binary representation of the sound wave?
Sound waves are represented in binary by sampling the amplitude of the wave at regular intervals.
What is a byte?
A byte is a unit of digital information that consists of 8 bits.
True or False: A character in Unicode can take up to 32 bits in binary.
True
What does the term ‘sampling rate’ refer to in sound?
Sampling rate refers to the number of samples of audio carried per second, measured in Hertz (Hz).
Fill in the blank: The standard sampling rate for CD audio is ____ Hz.
44100 Hz
What is the binary representation of the decimal number 255?
11111111
What is the difference between lossy and lossless compression?
Lossy compression reduces file size by removing some data permanently, while lossless compression reduces file size without losing any data.
True or False: JPEG is an example of a lossless compression format.
False
What is a pixel?
A pixel is the smallest unit of a digital image or display that can be displayed or manipulated.
Fill in the blank: In binary, the number 15 is represented as ____.
1111
What does ‘RGB’ stand for in digital imaging?
Red, Green, Blue
How many colors can be represented in 24-bit color?
16,777,216 colors
True or False: Each sound sample is typically represented by a single byte.
False
What is the purpose of a codec?
A codec is used to encode or decode a digital data stream or signal.