Converting Two’s Complement (3 marks)
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 »
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 »
Why would a computer scientist choose to use an unsigned integer instead of a signed integer when designing a system?
Choosing Unsigned Integer Over Signed Integer (2 marks) Read More »
Describe how a simple program instruction is represented in binary and processed by the CPU.
Binary in Program Instructions (3 marks) Read More »
Explain, in your own words, the difference between an unsigned integer and a two’s complement signed integer.
Two’s Complement (2 marks) Read More »
A bitmap image has a width of 5 pixels and a height of 4 pixels, with a colour depth of 3 bits per pixel. Calculate the total number of bits required to represent this image.
Binary and Graphics (4 marks) Read More »