Chapter 2 - Data Representation

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering key concepts related to data representation in computer systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Bit

The most basic unit of information in a computer, representing a state of either 'on' or 'off', or '1' or '0'.

2
New cards

Byte

A group of 8 bits, the smallest possible unit of storage in computer systems.

3
New cards

Nibble

A group of 4 bits; a byte consists of 2 nibbles.

4
New cards

Most Significant Bit (MSB)

The leftmost bit in a binary number, representing the highest value.

5
New cards

Least Significant Bit (LSB)

The rightmost bit in a binary number, representing the lowest value.

6
New cards

Binary System

Base-2 numbering system where each digit represents a power of 2.

7
New cards

Decimal System

Base-10 numbering system where each digit represents a power of 10.

8
New cards

Radix

The base of a number system, for example, in binary it is 2, in decimal it is 10.

9
New cards

Two's Complement

A method for representing signed integers in binary.

10
New cards

Overflow

An error that occurs when a calculation exceeds the maximum limit of the numeric representation.

11
New cards

Truncation

The process of shortening a decimal by eliminating bits where they exceed the required capacity.

12
New cards

Floating Point Representation

A method for representing real numbers that can accommodate a wide range of values.

13
New cards

ASCII

American Standard Code for Information Interchange; a character encoding standard.

14
New cards

Unicode

A computing industry standard for encoding, representing, and handling text in most of the world's writing systems.

15
New cards

Hexadecimal

Base-16 numbering system using digits 0-9 and letters A-F.

16
New cards

Character Encoding

The process of converting characters into a format that can be stored and processed.

17
New cards

Exponent Field

Part of a floating point representation that determines the range of values.

18
New cards

Significand

Also known as mantissa, it represents the significant digits of a floating-point number.

19
New cards

Normalization

The process of adjusting the significand of a floating-point number to have a leading 1.

20
New cards

Biased Exponent

A method of representing exponents in floating-point representation that allows for both positive and negative values.