3.1 Binary (incomplete) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the Number Systems and their Bases?

A
  1. Binary, Base 2
  2. Denary, Base 10
  3. Hexademical, Base 16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Binary?

A

Binary is a base 2 number system, having the digits 0 and 1 - which represent true and false, as well as voltage levels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a bit?

A

A bit is the fundamental unit, 0 or 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the hierarchy of units in binary?

A

Bit → 1/0

Nibble → 4 Bits

Byte → 8 Bits.

Kibibytes → 1024 Bytes

Mebibyte → 1024 Kibibytes

Gibibyte → 1024 Mebibytes

Tebibyte → 1024 Gibibytes

Pebibyte → 1024 Tebibytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the titles for the most left bit and the most right bit?

A
  1. Most Left → Most Significant Bit
  2. Most Right → Least Significant Bit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Signed Binary?

A

Signed Binary are binary values of positive and negative, containing 2 variables of Sign and Magnitude.

Signed binary has a Sign Bit, which is the MSB, at 1 it is negative, and at 0 it is positive.

It cannot be used to processing zeroes, because zero cannot be positive or negative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly