ASCII Flashcards

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

ord()

A

Function it takes a character and returns the ASCII decimal value (an integer) of the character.You can show this with the type() function.

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

chr()

A

Converts the ASCII decimal value and converts the character it represents.

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

Encryption

A

Is the process of encoding information for security purposes

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