Mastering Binary Addition

Mastering Binary Addition

9th Grade

9 Qs

quiz-placeholder

Similar activities

Computer Hardware - Binary Data

Computer Hardware - Binary Data

3rd - 12th Grade

10 Qs

Binary Review

Binary Review

9th Grade - University

12 Qs

Bit Byte

Bit Byte

9th Grade

10 Qs

Y7 Computing - Binary 1

Y7 Computing - Binary 1

7th - 9th Grade

12 Qs

Ting1 Bab 2

Ting1 Bab 2

8th - 11th Grade

10 Qs

Binary

Binary

9th - 12th Grade

10 Qs

CS1 Practical Test - 3rd Qtr

CS1 Practical Test - 3rd Qtr

7th Grade - University

10 Qs

8.3.1 - Binary Recap Starter

8.3.1 - Binary Recap Starter

9th Grade

13 Qs

Mastering Binary Addition

Mastering Binary Addition

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Peter Astbury

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the binary representation of the decimal number 5?

1010

100

110

101

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add the binary numbers 1010 and 1101?

10001

1110

10111

1010

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of adding 1111 and 0001 in binary?

10001

1110

10000

1000

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the concept of carrying in binary addition.

Carrying occurs only when adding three or more binary digits.

Carrying is the process of ignoring the sum when it is greater than 1.

Carrying in binary addition is the process of transferring a value to the next higher bit when the sum exceeds 1.

Carrying in binary addition is the same as in decimal addition.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the binary sum of 0110 and 0011?

1010

1100

1001

0111

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert the binary number 10011010 to decimal?

162

128

154

145

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you add 0001 and 1111 in binary, what is the result?

10000

0000

10001

1110

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the binary equivalent of the decimal number 255?

11111110

11111100

11111000

11111111

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you perform binary addition for the numbers 1001 and 0110?

1111

1101

1000

1011