text sound and images
使用闪卡高效复习COMPUTER-SCIENCE科目知识点
共计闪卡
31张
1 data representation
闪卡自测
Define character set.
所有闪卡
闪卡 1
问题
Define character set.
查看答案
答案
A character set is a defined list of characters that can be understood by a computer, where each character is given a unique binary code.
闪卡 2
问题
What is ASCII?
查看答案
答案
ASCII (American Standard Code for Information Interchange) is a character set that uses 7 bits, allowing it to represent a maximum of 128 characters.
闪卡 3
问题
True or False? ASCII can represent characters from all major languages around the world.
查看答案
答案
False. ASCII can only represent basic characters needed for English, limiting its use for other languages.
闪卡 4
问题
What is the definition of extended ASCII?
查看答案
答案
Extended ASCII is a character set that uses 8 bits, allowing it to represent a maximum of 256 characters.
闪卡 5
问题
Define UNICODE.
查看答案
答案
UNICODE is a character set that uses a minimum of 16 bits, allowing it to represent a minimum of 65,536 characters from all major languages around the world.
闪卡 6
问题
State the meaning of bit.
查看答案
答案
A bit is a single binary digit, representing either a 0 or 1.
闪卡 7
问题
True or False? UNICODE uses more storage space than ASCII.
查看答案
答案
True. UNICODE uses more storage space than ASCII because it uses more bits to represent characters.
闪卡 8
问题
What does character encoding mean?
查看答案
答案
Character encoding refers to the process of assigning a unique binary code to each character in a character set.
闪卡 9
问题
True or False. A drawback of ASCII is that it cannot represent special characters such as emoji's?
查看答案
答案
True. A drawback of ASCII is that it cannot represent special characters such as emoji's (not enough bits)
闪卡 10
问题
What is the equation in terms of X for the maximum number of characters in a character set using X bits?
查看答案
答案
Maximum number of characters = (to the power of the number of bits)
闪卡 11
问题
Define sampling.
查看答案
答案
Sampling is the process of measuring and capturing values of an analogue signal at regular intervals.
闪卡 12
问题
What is an analogue signal?
查看答案
答案
An analogue signal is a continuous signal that can take on any value within a range, such as a sound wave.
闪卡 13
问题
True or False? Sound must be converted from analogue to digital form for a computer to process it.
查看答案
答案
True. Sound must be converted from analogue to digital form for a computer to process it.
闪卡 14
问题
What does Analogue to Digital conversion (A2D) mean?
查看答案
答案
Analogue to Digital conversion (A2D) is the process of converting an analogue signal, such as sound, into a digital form that a computer can understand.
闪卡 15
问题
Define sample rate.
查看答案
答案
Sample rate is the amount of samples taken per second of an analogue signal, measured in Hertz (Hz).
闪卡 16
问题
State the meaning of sample resolution.
查看答案
答案
Sample resolution is the number of bits stored per sample of the sound.
闪卡 17
问题
True or False? Higher sample rate and bit depth result in better sound quality but larger file sizes.
查看答案
答案
True. Higher sample rate and bit depth result in better sound quality but larger file sizes.
闪卡 18
问题
What does amplitude mean in the context of sound waves?
查看答案
答案
Amplitude refers to the height of a sound wave.
闪卡 19
问题
True or False? The sample rate of a typical audio CD is 44.1 kHz (44,100 samples per second).
查看答案
答案
True. The sample rate of a typical audio CD is 44.1 kHz (44,100 samples per second).
闪卡 20
问题
What is the definition of digital?
查看答案
答案
Digital refers to data represented as a series of discrete values, typically 0s and 1s in binary.
闪卡 21
问题
Define duration.
查看答案
答案
Duration is the length of time that something lasts, in the context of sound, it refers to the length of the recorded audio.
闪卡 22
问题
Define bitmap.
查看答案
答案
A bitmap is an image made up of squares called pixels, where each pixel is stored as a binary code.
闪卡 23
问题
What is a pixel?
查看答案
答案
A pixel is the smallest element of a bitmap image.
闪卡 24
问题
True or False? A vector image is created from mathematical equations and points.
查看答案
答案
True. A vector image is created from mathematical equations and points.
闪卡 25
问题
Define resolution.
查看答案
答案
Resolution is the total amount of pixels that make up a bitmap image, calculated by multiplying the height and width of the image (in pixels).
闪卡 26
问题
What does colour depth mean?
查看答案
答案
Colour depth is the number of bits stored per pixel in a bitmap image.
闪卡 27
问题
State the equation in terms of X for the maximum number of colours in an image with colour depth X.
查看答案
答案
Maximum number of colours = (2 to the power colour depth) Example: Colour depth = 8, 28 = 256 colours
闪卡 28
问题
True or False? Higher resolution and colour depth result in larger file sizes.
查看答案
答案
True. Higher resolution and colour depth result in larger file sizes.
闪卡 29
问题
What is the definition of metadata?
查看答案
答案
Metadata is data about data, or additional information stored with an image but not required to display the image.
闪卡 30
问题
What is the meaning of True Colour?
查看答案
答案
True Colour refers to a colour depth of 24 bits, allowing for 16,777,216 colours.
闪卡 31
问题
Define pixel depth.
查看答案
答案
Pixel depth is another term for colour depth, referring to the number of bits used to represent the colour of each pixel.