Computer Arithmetic Review

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

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover basic concepts and definitions related to computer arithmetic, focusing on binary representation, 2's complement, BCD, and floating-point numbers.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

2's complement

A method for representing positive and negative numbers in binary format.

2
New cards

Most Significant Bit (MSB)

The bit position in a binary number with the highest value; indicates sign in 2's complement.

3
New cards

8-bit number

A binary number representation using 8 bits, can encode values from 0 to 255.

4
New cards

Binary Coded Decimal (BCD)

A form of representation where each decimal digit is represented by its own binary sequence.

5
New cards

Normalized form

A way to express numbers so that there is only one non-zero digit before the binary point.

6
New cards

Mantissa

The part of a floating-point number that contains its significant digits.

7
New cards

Exponent

The component of a floating-point number that indicates the power of 2 by which the mantissa is multiplied.

8
New cards

Overflow Error

An error that occurs when a calculation exceeds the maximum value that can be represented with a fixed number of bits.

9
New cards

Bias in exponent storage

A technique used to represent negative exponents by adding a fixed value to it, thereby shifting the range.

10
New cards

Complementing bits

The process of flipping each bit (0 becomes 1 and 1 becomes 0) in binary to find the 2's complement.