1.1.1 Units of Data and Representing Numbers

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

1/16

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.

17 Terms

1
New cards

Bit

The smallest unit of data in computers, represented as either 1 or 0.

2
New cards

Nibble

Half a byte, consisting of 4 bits;

3
New cards

Byte

Contains 8 bits, used to represent data in computer systems.

4
New cards

Binary Prefix (Base-2)

Prefixes based on powers of 2 used to calculate data size in binary units.

5
New cards

Decimal Prefix (Base-10)

Prefixes based on powers of 10 used to calculate data size in decimal units.

6
New cards

Denary

Base 10 numbering system using numbers 0-9, increasing by powers of 10 from right to left.

7
New cards

Binary

Base 2 numbering system used in computers 1’s and 0’s, doubling in value from right to left.

8
New cards

Hexadecimal

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

9
New cards

Binary Coded Decimal

A binary system using 4 bits to represent a denary digit, useful for precision and easier conversion to denary.

10
New cards

Kibibyte

Binary storage measurement, stores 1024 bytes and is 2^10

11
New cards

Mebibyte

Binary Storage measurement, stores 1,048,576 bytes and is 2^20

12
New cards

Gibibyte

Binary storage measurement, stores 1,073,741,824 bytes and is 2^30

13
New cards

Tebibyte

Binary storage measurement, stores 1,099,511,627,776 bytes and is 2^40

14
New cards

Kilobyte

Decimal storage measurement, stores 1,000 bytes and is 10³

15
New cards

Megabyte

Decimal storage measurement, stores 1,000,000 bytes and is 10^6

16
New cards

Gigabyte

Decimal storage measurement, stores 1,000,000,000 bytes and is 10^9

17
New cards

Terabyte

Decimal storage measurement, stores 1,000,000,000,000 bytes and is 10^12