data storage and compression
使用闪卡高效复习COMPUTER-SCIENCE科目知识点
共计闪卡
126张
2 memory and storage
闪卡自测
Define units of data.
所有闪卡
闪卡 1
问题
Define units of data.
查看答案
答案
Units of data is a term describing different amounts of binary digits stored on a digital device.
闪卡 2
问题
Define bit.
查看答案
答案
A bit is the smallest unit of data a computer can store, represented as 1 or 0.
闪卡 3
问题
Define nibble.
查看答案
答案
A nibble is a group of 4 bits.
闪卡 4
问题
Define byte.
查看答案
答案
A byte is comprised of 8 bits and can represent a single character.
闪卡 5
问题
Define kilobyte (KB).
查看答案
答案
A Kilobyte is 1000 bytes, equivalent to 2^10 bytes.
闪卡 6
问题
Define megabyte (MB).
查看答案
答案
A Megabyte is 1000 Kilobytes or 1,000,000 bytes, equivalent to 2^20 bytes.
闪卡 7
问题
Define gigabyte (GB).
查看答案
答案
A gigabyte is 1000 Megabytes or 1,000,000,000 bytes, equivalent to 2^30 bytes.
闪卡 8
问题
Define terabyte (TB).
查看答案
答案
A terabyte is 1000 Gigabytes or 1,000,000,000,000 bytes, equivalent to 2^40 bytes.
闪卡 9
问题
Define petabyte (PB).
查看答案
答案
A petabyte is 1000 Terabytes or 1,000,000,000,000,000 bytes, equivalent to 2^50 bytes.
闪卡 10
问题
What is the process for converting between different units of data?
查看答案
答案
Conversion involves division when moving up to larger units and multiplication when moving down to smaller units.
闪卡 11
问题
True or False? When converting between units bigger than a byte, multiples of 1000 are used.
查看答案
答案
True. When converting between units bigger than a byte, multiples of 1000 are used.
闪卡 12
问题
True or False? There are 8 bits in a byte.
查看答案
答案
True. There are 8 bits in a byte.
闪卡 13
问题
Why does data have to be converted to binary to be processed by a computer?
查看答案
答案
Data has to be converted to binary to be processed by a computer because computers are built using switches that can either be on or off, which fits the binary number system (1/0).
闪卡 14
问题
Define binary data.
查看答案
答案
Binary data is data represented using the binary number system, consisting of only two digits: 1 and 0.
闪卡 15
问题
Why do computers use binary?
查看答案
答案
Computers are built using circuits and transistors. The circuits only need to check for two states:
闪卡 16
问题
Define binary number system.
查看答案
答案
The binary number system is a base-2 number system that represents numbers using only two digits: 0 and 1.
闪卡 17
问题
What is an example of binary representation in secondary storage devices?
查看答案
答案
An example of binary representation in secondary storage devices is magnetic hard drives, where North and South polarity represent 1 and 0.
闪卡 18
问题
Define transistor.
查看答案
答案
A transistor is a semiconductor device used to amplify or switch electronic signals and electrical power.
闪卡 19
问题
What is the advantage of processing data in binary format for computers?
查看答案
答案
Processing data in binary format allows computers to perform complex calculations, store vast amounts of data efficiently, and operate at incredible speeds.
闪卡 20
问题
Define secondary storage.
查看答案
答案
Secondary storage refers to non-volatile storage devices that retain data even when the computer is turned off, such as hard drives and optical disks.
闪卡 21
问题
What is data capacity?
查看答案
答案
Data capacity is the maximum amount of information that a storage device can hold.
闪卡 22
问题
True or False? Data capacity is the same as file size.
查看答案
答案
False. Data capacity refers to the maximum storage capacity of a device, while file size refers to the amount of storage used by a specific file.
闪卡 23
问题
What do you need to know to calculate capacity requirements?
查看答案
答案
To calculate capacity requirements, you need to know:
闪卡 24
问题
State the equation for calculating the size of a text file.
查看答案
答案
Size of text file = (Bytes per character) x (Number of characters)
闪卡 25
问题
What is the equation for calculating the size of an image file?
查看答案
答案
Size of image file = (Resolution) x (Colour Depth)
闪卡 26
问题
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).
闪卡 27
问题
What is colour depth?
查看答案
答案
Colour depth is the number of bits stored per pixel in a bitmap image.
闪卡 28
问题
State the equation for calculating the size of a sound file.
查看答案
答案
Size of sound file = (Sample Rate) x (Duration in seconds) x (Bit Depth)
闪卡 29
问题
Define sample rate.
查看答案
答案
Sample rate is the amount of samples taken per second of an analogue sound wave.
闪卡 30
问题
What is bit depth in the context of sound?
查看答案
答案
Bit depth is the number of bits stored per sample of sound.
闪卡 31
问题
What is denary?
查看答案
答案
Denary is a number system that is made up of 10 digits (0-9), also known as the Base-10 number system.
闪卡 32
问题
True or False? Humans use the binary system for counting and performing math calculations.
查看答案
答案
False. Humans use the denary system for counting, measuring, and performing math calculations.
闪卡 33
问题
Define binary.
查看答案
答案
Binary is a number system that is made up of two digits (1 and 0), also known as the Base-2 number system.
闪卡 34
问题
Why do computers use binary?
查看答案
答案
Computers use binary numbers to represent data because they are built using transistors that can only be in a state of on or off, which fits the binary number system of 1s and 0s.
闪卡 35
问题
True or False? ** At GCSE level, you will be asked to convert from/to binary up to and including 16 binary digits.**
查看答案
答案
False. At GCSE level, you will only be asked to convert from/to binary up to and including 8 binary digits (8 bits).
闪卡 36
问题
What is the denary range you will work with when converting to/from binary at GCSE level?
查看答案
答案
At GCSE level, you will work with a denary range of 0-255 (00000000-11111111 in binary).
闪卡 37
问题
Convert the following binary number to denary.
查看答案
答案
128+0+32+0+8+4+0+0=172
闪卡 38
问题
Convert the following binary number to denary.
查看答案
答案
0+64+32+16+0+0+0+1=113
闪卡 39
问题
Convert the following binary number to denary.
查看答案
答案
128+0+0+16+0+0+0+0=144
闪卡 40
问题
Convert 76 to binary.
查看答案
答案
闪卡 41
问题
Convert 150 to binary.
查看答案
答案
闪卡 42
问题
Convert 94 to binary.
查看答案
答案
闪卡 43
问题
What is binary addition?
查看答案
答案
Binary addition is the process of adding together two binary integers (up to and including 8 bits).
闪卡 44
问题
True or False? Binary addition starts from the rightmost digit and moves left.
查看答案
答案
True. Binary addition starts from the rightmost digit and moves left.
闪卡 45
问题
What does "carrying over" mean in binary addition?
查看答案
答案
Carrying over occurs when the sum of a column is greater than 1, passing the excess to the next left column.
闪卡 46
问题
Define overflow error.
查看答案
答案
An overflow error is when the result of a binary addition exceeds the available bits.
闪卡 47
问题
What is 1 + 1 in binary addition?
查看答案
答案
1 + 1 = 10 (2 in denary)
闪卡 48
问题
True or False? The sum of 1001 and 0100 in binary is 1101.
查看答案
答案
True. The sum of 1001 and 0100 in binary is 1101.
闪卡 49
问题
What is the sum of 00011001 and 10000100 in binary?
查看答案
答案
The sum of 00011001 and 10000100 in binary is 10011101.
闪卡 50
问题
Define binary integer.
查看答案
答案
A binary integer is a number represented in the base 2 number system.
闪卡 51
问题
Perform the following binary addition
查看答案
答案
闪卡 52
问题
Perform the following binary addition
查看答案
答案
闪卡 53
问题
Perform the following binary addition
查看答案
答案
闪卡 54
问题
What is hexadecimal?
查看答案
答案
Hexadecimal is a number system with 16 digits.
闪卡 55
问题
True or False? Hexadecimal uses 16 digits.
查看答案
答案
True. Hexadecimal uses 16 digits.
闪卡 56
问题
What is the relationship between hexadecimal and a binary nibble?
查看答案
答案
One hexadecimal digit represents four bits of binary data.
闪卡 57
问题
Define nibble.
查看答案
答案
A nibble is four bits of binary data or half a byte.
闪卡 58
问题
What is the non-mathematical method for converting denary to hexadecimal?
查看答案
答案
Convert denary to binary, split into nibbles, then convert each nibble to hexadecimal.
闪卡 59
问题
What is the mathematical method for converting denary to hexadecimal?
查看答案
答案
Divide denary by 16 and record the whole times (hex digit 1) and remainder (hex digit 2). Example: Denary 160 to Hexadecimal = 160/16 = 10 (A) r 0 = A0
闪卡 60
问题
What is the non-mathematical method for converting hexadecimal to denary?
查看答案
答案
Convert each hexadecimal digit to 4-bit binary, join nibbles, then convert binary to denary.
闪卡 61
问题
What is the mathematical method for converting hexadecimal to denary?
查看答案
答案
Multiply the first digit by 16, then add the second digit. Example: Hexadecimal B4 to denary = B (11) x 16 = 176 + 4 = 180
闪卡 62
问题
Convert denary 45 to hexadecimal.
查看答案
答案
Convert 45 to binary Split in to 2 nibbles (4-bits) 0010 = 21101 = 13 (D)Answer = 2D
闪卡 63
问题
Convert hexadecimal E7 to denary.
查看答案
答案
Convert each digit to 4-bit binary (nibble) Combine to create an 8-bit value and convert to denary11100111 = 231
闪卡 64
问题
Define nibble.
查看答案
答案
A nibble is a group of four bits.
闪卡 65
问题
What is the definition of binary?
查看答案
答案
Binary is a base-2 number system that uses only 0 and 1 to represent all values.
闪卡 66
问题
True or False? Each digit in a hexadecimal number represents a binary nibble.
查看答案
答案
True. Each digit in a hexadecimal number represents a binary nibble.
闪卡 67
问题
Define denary.
查看答案
答案
Denary is the base-10 number system, which uses digits from 0 to 9.
闪卡 68
问题
What does hexadecimal mean?
查看答案
答案
Hexadecimal is a base-16 number system that uses 16 digits: 0-9 and A-F.
闪卡 69
问题
State the method in terms of X for converting binary to hexadecimal.
查看答案
答案
Method: Example: 11011001 = 1101 (13=D), 1001 (9) = D9
闪卡 70
问题
True or False? To convert hexadecimal to binary, you split the digits apart and convert each to a binary nibble.
查看答案
答案
True. To convert hexadecimal to binary, you split the digits apart and convert each to a binary nibble.
闪卡 71
问题
What is the definition of bit?
查看答案
答案
A bit is a basic unit of information in computing, representing either a 0 or 1.
闪卡 72
问题
Define byte.
查看答案
答案
A byte is a unit of digital information that consists of 8 bits.
闪卡 73
问题
Convert binary to hexadecimal.
查看答案
答案
Split in to 2 nibbles (4-bits) 1110 = 14 (E)1000 = 8Answer = E8
闪卡 74
问题
Convert hexadecimal 4B to binary.
查看答案
答案
Convert each digit to a 4-bit binary value Combine to create an 8-bit valueAnswer = 01001011
闪卡 75
问题
Define binary shift.
查看答案
答案
A binary shift is how a computer system performs basic multiplication and division by moving binary digits left or right a set number of times.
闪卡 76
问题
What does a left shift do?
查看答案
答案
A left shift multiplies a binary number by 2 (for every 1 place shift).
闪卡 77
问题
True or False? A right shift divides a binary number by 2.
查看答案
答案
True. A right shift divides a binary number by 2 (for every 1 place shift).
闪卡 78
问题
What is the definition of overflow error?
查看答案
答案
An overflow error occurs when a result is too large to be represented in the available storage space (needs more bits).
闪卡 79
问题
Define underflow error.
查看答案
答案
An underflow error occurs when a result is too small to be represented in the available storage space.
闪卡 80
问题
State the equation in terms of X for a left shift of 2 places.
查看答案
答案
X << 2 (X shifted left by 2 places) = X * 4
闪卡 81
问题
True or False? A left shift of 3 places multiplies the binary number by 8.
查看答案
答案
True. A left shift of 3 places multiplies the binary number by 8.
闪卡 82
问题
In binary shifts, what is the definition of precision?
查看答案
答案
In binary shifts, precision refers to the number of digits used to represent a value.
闪卡 83
问题
Define bit.
查看答案
答案
A bit is a basic unit of information in computing, representing either a 0 or 1.
闪卡 84
问题
What does binary multiplication mean?
查看答案
答案
Binary multiplication refers to the process of multiplying binary numbers using shifts and additions.
闪卡 85
问题
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.
闪卡 86
问题
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.
闪卡 87
问题
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.
闪卡 88
问题
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.
闪卡 89
问题
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.
闪卡 90
问题
State the meaning of bit.
查看答案
答案
A bit is a single binary digit, representing either a 0 or 1.
闪卡 91
问题
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.
闪卡 92
问题
What does character encoding mean?
查看答案
答案
Character encoding refers to the process of assigning a unique binary code to each character in a character set.
闪卡 93
问题
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)
闪卡 94
问题
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)
闪卡 95
问题
Define bitmap.
查看答案
答案
A bitmap is an image made up of squares called pixels, where each pixel is stored as a binary code.
闪卡 96
问题
What is a pixel?
查看答案
答案
A pixel is the smallest element of a bitmap image.
闪卡 97
问题
True or False? A vector image is created from mathematical equations and points.
查看答案
答案
True. A vector image is created from mathematical equations and points.
闪卡 98
问题
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).
闪卡 99
问题
What does colour depth mean?
查看答案
答案
Colour depth is the number of bits stored per pixel in a bitmap image.
闪卡 100
问题
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
闪卡 101
问题
True or False? Higher resolution and colour depth result in larger file sizes.
查看答案
答案
True. Higher resolution and colour depth result in larger file sizes.
闪卡 102
问题
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.
闪卡 103
问题
True or False. An advantage of vector images is they are scalable?
查看答案
答案
True. A vector image is scalable, it is able to be resized or changed in size without loss of quality.
闪卡 104
问题
True or False? A vector image is made up of pixels.
查看答案
答案
False. A vector image is created from mathematical equations and points, not pixels.
闪卡 105
问题
What is the meaning of True Colour?
查看答案
答案
True Colour refers to a colour depth of 24 bits, allowing for 16,777,216 colours.
闪卡 106
问题
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.
闪卡 107
问题
Define sampling.
查看答案
答案
Sampling is the process of measuring and capturing values of an analogue signal at regular intervals.
闪卡 108
问题
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.
闪卡 109
问题
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.
闪卡 110
问题
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.
闪卡 111
问题
Define sample rate.
查看答案
答案
Sample rate is the amount of samples taken per second of an analogue signal, measured in Hertz (Hz).
闪卡 112
问题
State the meaning of bit depth.
查看答案
答案
Bit depth is the number of bits stored per sample of sound.
闪卡 113
问题
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.
闪卡 114
问题
What is the definition of Hertz (Hz)?
查看答案
答案
Hertz (Hz) is the unit of measurement for frequency, equal to one cycle per second.
闪卡 115
问题
What does amplitude mean in the context of sound waves?
查看答案
答案
Amplitude refers to the height of a sound wave.
闪卡 116
问题
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).
闪卡 117
问题
What is the definition of digital?
查看答案
答案
Digital refers to data represented as a series of discrete values, typically 0s and 1s in binary.
闪卡 118
问题
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.
闪卡 119
问题
Define compression.
查看答案
答案
Compression is reducing the size of a file so that it takes up less space on secondary storage.
闪卡 120
问题
What is lossy compression?
查看答案
答案
Lossy compression is when data is lost in order to reduce the size of a file on secondary storage.
闪卡 121
问题
True or False? Lossy compression is irreversible.
查看答案
答案
True. Lossy compression is irreversible.
闪卡 122
问题
What does irreversible mean?
查看答案
答案
Irreversible means something that cannot be undone or reversed to its original state.
闪卡 123
问题
Define lossless compression.
查看答案
答案
Lossless compression is when data is encoded in order to reduce the size of a file on secondary storage.
闪卡 124
问题
True or False? Lossless compression can be used on all data types without losing quality.
查看答案
答案
True. Lossless compression can be used on all data types without losing quality.
闪卡 125
问题
Define encoding.
查看答案
答案
Encoding is the process of converting data into a specific format or code.
闪卡 126
问题
True or False? Lossy compression can greatly reduce file size but at the expense of losing quality.
查看答案
答案
True. Lossy compression can greatly reduce file size but at the expense of losing quality.