d) Addition and Subtraction of binary integers

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

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.

7 Terms

1
New cards

0+0 in binary addition?

0

2
New cards

0+1 in binary addition?

1

3
New cards

1+1 in binary addition?

10

4
New cards

1+1+1 in binary addition?

11

5
New cards

Which end of the binary numbers do you start adding?

Right hand side

6
New cards

What is an overflow error?

When the sum of the two numbers is too large to be stored in the number of bits that the original two numbers were.

7
New cards

What happens to an overflowed bit?

It is deleted as not enough storage space.