The Binary System

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

1/25

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.

26 Terms

1
New cards

What is the definition of binary?

Relating to, composed of, or involving two things.

2
New cards

How many digits does the decimal system have?

Ten digits. (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)

3
New cards

What is the base in the decimal system?

Base 10.

4
New cards

In the decimal system, each column (place value) is increased by?

10 X

5
New cards

How many digits make up the binary system?

Two (0, 1)

6
New cards

What is the base in the binary system?

Two.

7
New cards

What is a BIT?

A Binary digit.

8
New cards

In the binary system, each column (place value) is increased by?

2 X

<p>2 X</p>
9
New cards

What is 101 equal to in the binary system?

5 because… [(1 × 4) + (0 × 2) + (1×1) = 5]

10
New cards

What is the formula in the binary system used to determine the number of bits that can be represented by “n” bits?

2^n

11
New cards

2^1 =

2

12
New cards

2² =

4

13
New cards

2³ =

8

14
New cards

2^4 =

16

15
New cards

2^5 =

32

16
New cards

2^6 =

64

17
New cards

2^7 =

128

18
New cards

2^8 =

256

19
New cards

2^9 =

512

20
New cards

2^10 =

1024

21
New cards

What is the formula for determining the highest value that can be stored using “n” bits?

2^n - 1

22
New cards

What is the highest value that can be stored using 3 bits?

2³ - 1 = 7

23
New cards

What is bit size/depth?

The number of bits used to represent a value (ie. 10110 has 5 bits).

24
New cards

The binary system is… ?(3)

  • Unwieldy for humans

  • Great for digital machines (on vs off and also very stable)

  • Large values can be stored if you have sufficient BIT depth

25
New cards

Current computers have a bit depth of what two options?

32 or 64

26
New cards

What is the primary use for the binary system?

Used in computers/technology.