Bits Bytes And Binary Flashcards

1
Q

Kilo

A

kB
1,000

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

Mega

A

MB
1,000,000

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

Giga

A

GB
1,000,000,000

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

Tera

A

1,000,000,000,000

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

How many bits in a byte

A

8

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

New prefixes

A

KIB
2X10
MIB
2X20
GIB
2X30
TIB
2X40

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

Transmission errors

A

When data is transmitted, it does not always arrive in the same format that it was sent
- electrical interference
- power surges
- synchronisation issues
- wear and tear on the cable or connectors
These errors can cause bits to flip from 1s to 0s and 0s to 1s

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

4 methods for error checking

A

Parity bits
Majority voting
Check digits
Checksums

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

Parity bits

A

Computers use either odd or even Parity
When sending a byte of data, one bit is used as a parity bit
This bit is set to a 1 or 0 to make the total number of 1s or 0s in the Byte odd or even depending on the machine
If the wrong number of bits are on an error has occurred

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

Majority voting

A

Each bit of a message is sent 3 times
If a bit value is flipped erroneously the recipient computer uses the majority rule and assumes that the 2 bits that have not changed were therefore correct

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

Check digits

A

A check digit is an additional digit at the en d of a string of other numbers designed to check for mistakes in input or transmission
Printed books and other products have a unique barcode

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

Check sums

A

A total sum of all the bytes in a transmission of data is calculated using an algorithm
The sum is often sent with the data
The reciveing computer recalculates the checksum based on the data it received and compared it with the checksum received or a known, expected value
If it does not much the data may have been altered or corrupted during transmission

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