binary representation of characters images and sounds Flashcards

(79 cards)

1
Q

What is binary representation?

A

Binary representation is a way of expressing information using only two symbols, typically 0 and 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Binary representation can be used for characters, images, and sounds.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the binary equivalent of the decimal number 5?

A

101

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: In binary, the number 2 is represented as ____.

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is ASCII?

A

ASCII stands for American Standard Code for Information Interchange, a character encoding standard for electronic communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many bits are used in a standard ASCII character?

A

7 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the binary representation of the letter ‘A’ in ASCII?

A

01000001

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: Each pixel in a digital image can be represented by a binary number.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the term ‘bit depth’ refer to in images?

A

Bit depth refers to the number of bits used to represent the color of a single pixel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Fill in the blank: A pixel with a bit depth of 8 can represent ____ colors.

A

256 colors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the binary representation of the sound wave?

A

Sound waves are represented in binary by sampling the amplitude of the wave at regular intervals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a byte?

A

A byte is a unit of digital information that consists of 8 bits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: A character in Unicode can take up to 32 bits in binary.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the term ‘sampling rate’ refer to in sound?

A

Sampling rate refers to the number of samples of audio carried per second, measured in Hertz (Hz).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Fill in the blank: The standard sampling rate for CD audio is ____ Hz.

A

44100 Hz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the binary representation of the decimal number 255?

A

11111111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the difference between lossy and lossless compression?

A

Lossy compression reduces file size by removing some data permanently, while lossless compression reduces file size without losing any data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

True or False: JPEG is an example of a lossless compression format.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a pixel?

A

A pixel is the smallest unit of a digital image or display that can be displayed or manipulated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Fill in the blank: In binary, the number 15 is represented as ____.

A

1111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What does ‘RGB’ stand for in digital imaging?

A

Red, Green, Blue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

How many colors can be represented in 24-bit color?

A

16,777,216 colors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

True or False: Each sound sample is typically represented by a single byte.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is the purpose of a codec?

A

A codec is used to encode or decode a digital data stream or signal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the binary representation of the character 'Z' in ASCII?
01011010
26
Fill in the blank: The hexadecimal representation of the binary number 1010 is ____.
A
27
What is a waveform?
A waveform is a graphical representation of the shape of a sound wave.
28
What is a bitmap?
A bitmap is a type of image file format that represents images as a grid of pixels.
29
True or False: GIF is a format that supports animation.
True
30
What is the binary representation of the letter 'b' in ASCII?
01100010
31
Fill in the blank: The binary number 1001 represents the decimal number ____.
9
32
What does 'lossy' compression do to sound files?
It reduces the file size by removing some audio data, which may affect quality.
33
True or False: The WAV format is a common format for lossless audio.
True
34
What is a pixel's color in a digital image typically represented by?
A combination of red, green, and blue values.
35
Fill in the blank: The binary representation of the number 32 is ____.
100000
36
What is the significance of the 'header' in a digital file?
The header contains metadata about the file, such as its type and size.
37
What is the main advantage of using binary representation?
It allows for efficient processing and storage of data in computers.
38
True or False: All digital devices use binary representation.
True
39
What does 'pixel density' refer to?
Pixel density refers to the number of pixels per inch (PPI) in a display.
40
Fill in the blank: In binary, the number 8 is represented as ____.
1000
41
What is a digital signal?
A digital signal is a signal that represents data as a sequence of discrete values.
42
What is the binary representation of the character '!' in ASCII?
00100001
43
True or False: A higher sampling rate generally results in better sound quality.
True
44
What does 'dithering' do in digital imaging?
Dithering is a technique used to create the illusion of color depth in images with a limited color palette.
45
Fill in the blank: The binary number 1100 represents the decimal number ____.
12
46
What is the purpose of pixel interpolation?
Pixel interpolation is used to estimate pixel values at non-integer coordinates during image scaling.
47
What does 'lossless' compression do to image files?
It reduces file size without any loss of image quality.
48
True or False: PNG is a lossless image format.
True
49
What is the binary representation of the decimal number 64?
01000000
50
What is a sample rate of 48 kHz commonly used for?
It is commonly used in professional audio and video production.
51
Fill in the blank: The binary number 0011 represents the decimal number ____.
3
52
What is the role of a sound card in a computer?
A sound card converts digital data into sound and vice versa.
53
True or False: A 16-bit audio file has a higher dynamic range than an 8-bit audio file.
True
54
What is the binary representation of the letter 'x' in ASCII?
01111000
55
What does 'color depth' refer to?
Color depth refers to the number of bits used to represent the color of a single pixel.
56
Fill in the blank: The binary number 1111 represents the decimal number ____.
15
57
What is the significance of the Nyquist theorem in sound?
The Nyquist theorem states that to accurately sample a signal, the sample rate must be at least twice the highest frequency contained in the signal.
58
What does 'frame rate' refer to in video?
Frame rate refers to the number of individual frames or images displayed per second in a video.
59
True or False: 32-bit color can represent more colors than 16-bit color.
True
60
What is the binary representation of the character 'c' in ASCII?
01100011
61
Fill in the blank: The binary number 0001 represents the decimal number ____.
1
62
What is the primary use of binary representation in computers?
To process and store data efficiently.
63
What does 'video codec' do?
A video codec encodes and decodes video files for storage and playback.
64
True or False: A higher bit depth allows for more precise color representation.
True
65
What is the binary representation of the letter 'p' in ASCII?
01110000
66
What does 'quantization' refer to in digital audio?
Quantization is the process of mapping a continuous range of values to a finite range of discrete values.
67
Fill in the blank: The binary number 1010 represents the decimal number ____.
10
68
What is the role of a digital signal processor (DSP)?
A DSP processes digital signals in real-time for audio and video applications.
69
What does 'interlaced video' mean?
Interlaced video is a technique where each frame of video is split into two fields, displayed alternately.
70
True or False: Vector graphics are based on pixels.
False
71
What is the binary representation of the character '0' in ASCII?
00110000
72
Fill in the blank: The binary number 1110 represents the decimal number ____.
14
73
What is the function of a pixel shader?
A pixel shader is used to determine the color and other attributes of each pixel in 3D graphics.
74
What does 'anti-aliasing' do in digital images?
Anti-aliasing smooths out jagged edges in images and graphics.
75
True or False: A 24-bit audio file can represent 256 different amplitude values.
False
76
What is the binary representation of the letter 'm' in ASCII?
01101101
77
Fill in the blank: The binary number 1000 represents the decimal number ____.
8
78
What does 'pixelation' refer to?
Pixelation refers to the effect of displaying an image at such a low resolution that individual pixels are visible.
79
What is the primary function of a graphics processing unit (GPU)?
A GPU accelerates the rendering of images and video.