top of page
Image by Alexander Grey

Binary

Unit 4 Summary - Part 2

Image by Nareeta Martin
Image by Annie Spratt
Image by Kenrick Mills
Image by Scott Webb

Inside a computer there are millions of on/off electrical switches.
On is 1 (one) while Off is 0 (zero).


These on-off switches make electronic numbers, they are called Binary.

The more the binary number goes to the left, the amount is doubled.

Binary.png
Image by Alexander Grey

CONVERSIONS

Image by Krystal Ng

Convert Binary to Decimal

 
(Decimal is also called Denary or Base 10)
Image by Adrian Infernus

Convert Decimal to Binary

Image by eberhard 🖐 grossgasteiger

Binary Addition

Rules:

0 + 0     = 0
0 + 1     = 1
1 + 1     = 0 carry 1
1 + 1 + 1 = 1 carry 1
Image by Pawel Czerwinski

Binary Substraction

Image by Pawel Czerwinski

Binary Left & Right Shifts

Image by Pawel Czerwinski

Binary Multiplication

Image by Kseniya Lapteva

Binary Division

Image by Alexander Grey
Convert a minus decimal to binary using
two's complement
Image by Katie Rainbow 🏳️‍🌈
Image by Codioful (Formerly Gradienta)
Image by Alexander Grey

Oxford AQA IGCSE 2019

Candy Cotton

01.2.

State the decimal representation of the binary number 10101010. [1 mark]

__________________________________________________________________________________

Answer:

Put the binary in this table:

Binary.png

Start calculating every top row that has 1 in it: 128+32+8+2 = 170

01.3.

What is the largest decimal number that can be represented using 8 bits? [1 mark]

__________________________________________________________________________________

The answer is 255, remember this.

Binary.png

Put all 1 in all columns, you'll get this calculation:

128+64+32+16+8+4+2+1 = 255.

Image by Codioful (Formerly Gradienta)

14.1.

A binary shift of two places left is to be applied to the binary number 00101011

Write the result of applying the binary shift in the table below. [1 mark]

Binary 8 bits.png

Answer:

The binary is actually 101011. Drag it 2 columns to the left. So now it becomes 10101100.

14.2.

What is the arithmetic effect of a binary shift left by two places?

__________________________________________________________________________________

Answer:

The number is multiplied by 4 (because each column is twice bigger than the column on their right).

Image by Codioful (Formerly Gradienta)

Oxford AQA IGCSE 2020

01.2.

State the decimal representation of the binary number 01000010 [1 mark]

__________________________________________________________________________________

01.3.

State what binary shift would have to be applied to the binary number 00111000 to double it. [1 mark]

__________________________________________________________________________________

01.4.

Add the following two binary numbers together. [1 mark]

 

  0 1 0 1 0 0 0 0

+ 0 0 0 1 0 0 1 0

  _______________

  _______________

Image by Alexander Grey

Oxford AQA IGCSE Specimen Paper

Image by Pawel Czerwinski

01.1.

Convert the decimal number 107 to binary. [1 mark]

Final Answer:

__________________________________________________________________________________

01.3.

State two reasons why programmers often use hexadecimal instead of binary. [2 marks]

__________________________________________________________________________________

Image by Pawel Czerwinski

01.4.

What is the largest decimal number that can be represented using 6 bits? [1 mark]

Final Answer:

__________________________________________________________________________________

01.5.

Using binary arithmetic, add together the binary numbers 00111001 and 01010010, giving your answer in binary.

Show your working. [2 marks]

Final Answer:

__________________________________________________________________________________

Image by Alexander Grey

Oxford AQA IGCSE Mock Paper

Image by Codioful (Formerly Gradienta)

01.

Figure 1 shows the contents of a byte of memory in binary.

 

Figure 1

Binary AQA IGCSE Mock.png

01.1.

State the contents of the byte in Figure 1 in decimal. [1 mark]

__________________________________________________________________________________

Image by Codioful (Formerly Gradienta)

13.1.

Using binary arithmetic, add together the binary numbers 00010100 and 00110101, giving your answer in binary.

 

Show your working. [2 marks]

__________________________________________________________________________________

13.2.

The binary number 00101100 has been produced by applying a shift to the binary number 00001011.

 

Explain what shift has been applied. [2 marks]

__________________________________________________________________________________

Image by Macie Jones
Visconsio Nekoland Logo.jpg
PT. Visconsio Kaya Jaya Masyhur

© 2020-2023 by Miana Kitty

bottom of page