Binary & Hexadecimals

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

1/9

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.

10 Terms

1
New cards

Transistors

Tiny switches that can be either on or off, essential for computer programs and data storage.

2
New cards

Binary Number System

BASE 2 system that uses 2 digits (0 and 1). A single digit in binary is called a bit.

3
New cards

Denary Number System

BASE 10 system that uses 10 digits (0-9).

4
New cards

Bit

The smallest unit of data in a computer, representing a single binary value (0 or 1).

5
New cards

Nibble

4 bits, which can represent 16 different values.

6
New cards

Byte

8 bits, commonly used to represent a single character in computing.

7
New cards

Hexadecimal Number System

BASE 16 system that uses 16 different digits (0-9 and A-F), where each hex digit represents 4 bits.

goes up to 15

8
New cards

Value Conversion from Denary to Binary

Subtract available values from the denary number; add 1 for a deductible value, otherwise add 0.

9
New cards

What is the maximum value in Denary that can be represented in an 8-bit binary number?

255.

10
New cards

How do you convert from Hexadecimal to Binary?

Convert each hex digit to its 4-bit binary equivalent.