binary addition

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

what is binary addition?

binary addition is the process of adding together two binary integers (up to and including 8 bits).

2
New cards

true or false?

binary addition starts from the rightmost digit and moves left.

true.

binary addition starts from the rightmost digit and moves left.

3
New cards

what does “carrying over” mean in binary addition?

carrying over occurs when the sum of a column is greater than 1, passing the excess to the next left column.

4
New cards

define overflow error.

an overflow error is when the result of a binary addition exceeds the available bits.

5
New cards

what is 1 + 1 in binary addition?

1 + 1 = 10 (2 in denary)

6
New cards

true or false?

the sum of 1001 and 0100 in binary is 1101.

true.

7
New cards

what is the sum of 00011001 and 10000100 in binary?

10011101.

8
New cards

define binary integer.

a binary integer is a number represented in the base 2 number system.

9
New cards

perform the following binary addition.

128

64

32

16

8

4

2

1

0

0

0

1

1

0

1

1

0

1

1

0

0

1

0

1

128

64

32

16

8

4

2

1

0

0

0

1

1

0

1

1

0

1

1

0

0

1

0

1

1

1

1

1

1

1

1

1

0

0

0

0

0

0

0

10
New cards

perform the following binary addition

128

64

32

16

8

4

2

1

1

1

1

1

0

0

0

0

0

0

0

0

1

1

1

1

128

64

32

16

8

4

2

1

1

1

1

1

0

0

0

0

0

0

0

0

1

1

1

1

1

1

1

1

1

1

1

1

11
New cards

perform the following binary addition

128

64

32

16

8

4

2

1

0

1

0

1

0

1

1

0

0

0

0

0

1

1

1

1

128

64

32

16

8

4

2

1

0

1

0

1

0

1

1

0

0

0

0

0

1

1

1

1

1

1

1

1

0

1

1

0

0

1

0

1