"The New Era" Flashcards
1
Q
BIT
A
Zeros and ones
3
Q
Bytes ==> Numbers ==> Letters
Letters==> Numbers
A
This is how you can convert
Them
4
Q
What to do with raw bytes?
A
.decode()
5
Q
What to do when you need to get the bytes?
A
.encode()
6
Q
DBES
A
Decode bytes, Encode Strings
7
Q
Byte
A
A sequence of 8 bits
8
Q
string.split()
A
Returns a list of words in the string using as the deliverer string