Binary, Decimal, Hexadecimal

0.0(0)
studied byStudied by 0 people
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

Binary (Base 2)

A numeral system that uses two digits, 0 and 1.

2
New cards

Decimal (Base 10)

A numeral system that uses ten digits: 0-9.

3
New cards

Hexadecimal (Base 16)

A numeral system that uses sixteen digits: 0-9 and A-F.

4
New cards

How do you convert binary to decimal?

Multiply each bit by 2 raised to its position (right to left).

5
New cards

What is the conversion of binary '1010' to decimal?

10.

6
New cards

What is the relationship between decimal '10' and hexadecimal?

It is represented as 'A' in hexadecimal.

7
New cards

How do you convert hexadecimal to decimal?

Multiply each digit by 16 raised to its position.

8
New cards

What is the decimal equivalent of hexadecimal '1A'?

26.

9
New cards

Formula to determine the number of bits needed?

Number of Bits = ⌈log₂(Number)⌉

10
New cards

How many bits are needed to represent the decimal number '100'?

7 bits.

11
New cards

What does a CPU do?

Executes instructions.

12
New cards

What is RAM used for?

Temporary storage for active processes.

13
New cards

What does NIC stand for?

Network Interface Card.

14
New cards

Lossy Compression

Compression where some data is permanently removed.

15
New cards

Give an example of lossy compression.

JPEG for images, MP3 for audio.

16
New cards

Lossless Compression

Compression where no data is lost and can be perfectly restored.

17
New cards

What is an example of lossless compression?

PNG for images, ZIP for files.