0% found this document useful (0 votes)
9 views3 pages

Total 2 Marks

The document consists of questions related to binary arithmetic, including subtraction of two's complement numbers, binary multiplication, conversion of binary to decimal, and analysis of bit patterns in different contexts. It also includes inquiries about the representation of unsigned and two's complement integers, their denary equivalents, and the advantages of using hexadecimal notation. Additionally, it asks for methods to multiply binary integers without addition.

Uploaded by

Daniyal Mehmood
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Total 2 Marks

The document consists of questions related to binary arithmetic, including subtraction of two's complement numbers, binary multiplication, conversion of binary to decimal, and analysis of bit patterns in different contexts. It also includes inquiries about the representation of unsigned and two's complement integers, their denary equivalents, and the advantages of using hexadecimal notation. Additionally, it asks for methods to multiply binary integers without addition.

Uploaded by

Daniyal Mehmood
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q1.

What is the result of subtracting the two’s complement binary number 00100100 from the
two’s complement binary number 00011011?

You should give your answer in two’s complement binary.

You must show all your working in binary.


(Total 2 marks)

Q2.
Figure 1 and Figure 2 show the bit patterns of two unsigned binary integers.

Figure 1

0 0 0 1 0 1 0 1

Figure 2

0 0 0 0 0 1 1 1

Calculate the result of multiplying these two numbers together using binary
multiplication.

You must show your working in binary.


(Total 2 marks)

Q3.
The bit pattern below represents an unsigned fixed-point binary number with five bits
before and five bits after the binary point.

Convert the binary number into decimal.

(Total 2 marks)

Q5.
The image below shows an 8-bit bit pattern.

1 0 1 1 0 1 1 0

(a) If the bit pattern above is an unsigned binary integer, what is the denary
equivalent of this bit pattern?
(1)

(b) If the bit pattern above is a two’s complement binary integer, what is the denary
equivalent of this bit pattern?

Page 1 of 3
(2)

(c) What is the range of denary numbers that can be represented using 8-bit two’s
complement binary integers?
(2)

(d) If the bit pattern above is an unsigned binary fixed point number with 3 bits before
and 5 bits after the binary point, what is the denary equivalent of this bit pattern?
(2)

(e) What is the hexadecimal equivalent of the bit pattern above?


(2)

(f) Why are bit patterns often displayed using hexadecimal instead of binary?
(1)

(g) Describe a method that can, without the use of binary addition, multiply any
unsigned binary integer by the binary number 10 (the denary number 2).
(2)
(Total 12 marks)

Page 2 of 3
Page 3 of 3

You might also like