Denary to Unsigned Binary (2 marks)
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 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 »
Explain how binary is used to represent sound in a digital audio file.
Binary and Sound (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 »
Describe how text characters are represented in binary form in a computer system.
Binary Representation of Characters (2 marks) Read More »