Identify the result of a Logical Left Shift (2 places) on the binary number 00001011.
Shift Rule
Left shift 2 = Multiply by 4. Result: 00101100.
Question 121 Mark
Convert Hexadecimal A3 into Denary.
Hex Math
(10 * 16) + 3 = 163.
Question 132 Marks
[Spec Logic] Character Ordering: In a character set, 'A' is stored as 65. Identify the code for 'C'.
Code in Denary:
Explain why:
Character Set Logic
67 [1]. Reason: Character sets are logically ordered / stored sequentially [1].
Question 142 Marks
What is the purpose of Metadata in an image file?
Metadata Purpose
Data that tells the computer how to reconstruct/rebuild the file [1]. Examples: width, height, colour depth [1].
Question 153 Marks
Identify the impact of increasing the Sample Rate of an audio file.
Sound Key
Higher quality / more accurate representation [1] of the original analogue wave [1]. Result: Larger file size [1].
Question 162 Marks
Describe the relationship between Resolution and File Size.
Image Logic
Increasing resolution means more pixels [1]. This increases file size [1].
Question 172 Marks
Compare Lossy and Lossless compression.
Compression
Restorable?
Permanent Loss?
Lossy
Lossless
Compression Summary
Lossy = Permanent Removal. Lossless = Algorithmic grouping (No loss).
Question 182 Marks
Explain why Lossy Compression is unsuitable for computer programs/executables.
Logic Check
Computer code requires exact symbols [1]. Lossy would permanently remove code segments, making the program crash/invalid [1].
Question 192 Marks
In 8-bit binary, what is the maximum number of decimal values that can be represented?
Binary Limit
256 (Values 0 to 255).
Question 202 Marks
Arrange these units from Smallest to Largest: GB, PB, TB, MB.
Order
MB -> GB -> TB -> PB.
Question 212 Marks
Define the Least Significant Bit (LSB) and identify its value in 11110001.
Position:
Value in this number:
LSB Summary
LSB = Far Right (Value 1). In this number, it is 1.
Question 222 Marks
[AO2 Scenario] Storage Calculation: A document uses 10,000 characters. Explain why the file size would be larger if stored using Unicode rather than ASCII.
Character Set Key
Unicode uses more bits per character (typically 16-bit) [1] compared to ASCII (8-bit) [1].