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 »
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 »
Convert the 8-bit binary number 11110110 into a denary number using two’s complement.
Two’s Complement Conversion (3 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 »
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 »
Calculate the maximum number of states that can be represented by a binary pattern that is 4 bits in length.
Calculating Binary States (3 marks) Read More »
Explain how the binary number system is used to represent numerical data in computers.
Binary Representation of Numbers (1 mark) Read More »
Add the following 8-bit binary numbers (bytes): 11011100 and 10100101. Provide the final sum in binary form.
Adding Binary Bytes (3 marks) Read More »
Perform a left logical shift by three places on the binary number 00011001. State the resulting binary number and explain how the value of the number has changed.
Result of a Left Binary Shift (2 marks) Read More »
A binary number 11010110 is to be shifted to the right by two places. Write the new binary number after the shift and explain the impact of this shift on the number’s value.
Logical Binary Shift (2 marks) Read More »
Notifications