"The New Era" Flashcards

1
Q

BIT

A

Zeros and ones

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

Bytes ==> Numbers ==> Letters

Letters==> Numbers

A

This is how you can convert

Them

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

What to do with raw bytes?

A

.decode()

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

What to do when you need to get the bytes?

A

.encode()

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

DBES

A

Decode bytes, Encode Strings

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

Byte

A

A sequence of 8 bits

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

string.split()

A

Returns a list of words in the string using as the deliverer string

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