Binary Addition Homework

Binary Addition Homework

Assessment

Interactive Video

Computers

7th Grade

Hard

Created by

David Kerr

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 2 in binary?

20
11
10
01

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 3 in binary

10
12
11
111

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What 0110 + 1001? in Binary

1111
1110
1100
1010

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 11 + 101 in Binary?

1000

1010

1001

1010

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Overflow in binary addition?

Overflow occurs when the binary numbers are too small.
Overflow in binary addition is when the sum exceeds the maximum representable value for the given number of bits.
Overflow is when the sum is exactly equal to the maximum value.
Overflow happens when adding two negative numbers results in a positive number.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the largest number we can represent with 4 bits?

(Hint if 0000 = 0 what does 1111 equal?)

15
14
16
8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the largest number we can represent with 8 bits?

128
511
255
256

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which number cant we represent with 6 bits?

65

32

12

1