Computing Basics Flashcards

1
Q

Ways Computer Represent Data

A

As Binary information, as either positive or negative charge (0 is positive, 1 is negative)

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

Bit

A

Each number (0 or 1) representing charge

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

Binary

A

Bits grouped together to create larger numbers in base 2 notation, or binary notation, as opposed to normal decimal

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

Byte

A

Binary numbers grouped into larger patterns, as eight bits called bytes

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

Most Significant Bit

A

Left-most bit within a byte

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

Least Significant Bit

A

Right-most bit within a byte

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

Hexadecimal

A
  • Base 16, each column represents a power of 16
  • Most compact
  • 11010110 binary = 214 decimal = D6 hexadecimal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly