Why Hex? (2 marks)
Explain why hexadecimal notation is often used in computing instead of binary or decimal notation.
Why Hex? (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 »
The binary number 10101010 is an 8-bit two’s complement binary number. What is the decimal equivalent?
Converting Two’s Complement (3 marks) Read More »
Explain the process and importance of overflow in the context of unsigned and signed integers.
Importance of Overflow (4 marks) Read More »
Convert the denary number 156 to an 8-bit binary number.
Conversion between Denary and 8-bit Binary Numbers (1 mark) Read More »
Convert the 8-bit binary number 11100101 to a denary number.
Conversion from Binary to Denary (2 marks) Read More »