2nd test on normalisation, character sets Flashcards
1
Q
what is a character set
A
a symbol or a letter which has its unique binary code and can be understood by the computer
2
Q
what is a control character
A
a character which is assigned to actions such as BCKSPACE or ESCAPE
3
Q
what is ASCII / UNICODE
A
a character set which stands for American standard code for information interchange , it uses 7/8 bits
4
Q
AND , OR , XOR
A
AND = 0 FOR 1
OR = 1 FOR 0
XOR = 1 FOR 0 BUT 1 and 1 = 0