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 »
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 »
Convert the denary number 18 into an 8-bit binary number as an unsigned integer.
Denary to Unsigned Binary (2 marks) Read More »
Convert the 8-bit binary number 11110110 into a denary number using two’s complement.
Two’s Complement Conversion (3 marks) Read More »