1.1.2 - Binary Addition and Subtraction

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

1/6

flashcard set

Earn XP

Description and Tags

Flashcards for Binary Addition and Subtraction

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Binary Addition

The process of adding two binary numbers together following specific rules based on binary values.

2
New cards

Binary Subtraction

The process of subtracting one binary number from another using techniques like two's complement and borrow subtraction method.

3
New cards

Overflow Error

An error that occurs when the result of an operation exceeds the capacity of the computer's binary representation, often due to carrying a value beyond the available bits.

4
New cards

Logic Gates

Electronic circuits used in computers to perform basic operations like addition and subtraction.

5
New cards

One's Complement

A method to represent negative binary numbers by flipping the bits (1's to 0's and vice versa).

6
New cards

Two's Complement

A preferred method to represent negative binary numbers by flipping all bits and adding 1.

7
New cards

Borrow Subtraction Method

A technique used in binary subtraction where a 1 is borrowed from the next column to facilitate subtraction.