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