Pixels and Resolution (1 mark)
Explain what is meant by the term ‘resolution’ in the context of bitmap images.
Pixels and Resolution (1 mark) Read More »
Explain what is meant by the term ‘resolution’ in the context of bitmap images.
Pixels and Resolution (1 mark) Read More »
Describe how a single pixel is represented in binary within a bitmap image.
Binary Representation of Images (2 marks) Read More »
Explain what ASCII stands for.
What does ASCII stand for? (1 mark) Read More »
Describe how the ASCII encoding scheme works.
The ASCII Character Set (2 marks) Read More »
Explain why hexadecimal notation is often used in computing instead of binary or decimal notation.
Why Hex? (2 marks) Read More »
The hexadecimal number 2E is to be converted into a binary number. Provide the binary equivalent of 2E.
Hexadecimal to Binary (1 mark) Read More »
Given the binary number 11100101, convert it to its hexadecimal equivalent.
Binary to Hexadecimal (2 marks) Read More »
Perform an arithmetic shift to the left by 3 positions on the binary number 01010101 for a signed 8-bit binary representation. Explain the difference between an arithmetic shift and a logical shift in this context.
Arithmetic Shift (5 marks) Read More »
Apply a logical shift to the right by 2 positions on the binary number 10110011. State the result and explain the effect of this operation.
Logical Shift (4 marks) Read More »
Add the following two binary numbers: 11001010 and 01110101.
Adding Binary Patterns (3 marks) Read More »