ASCII Flashcards
what does ascii stand for
american standard code for interchange
how many possible characters
256
how many of the possible characters does ascii use
128
how many of the 128 characters are printable
96
what are the non printable characters
control codes eg enter button
what is the difference between a character and a value
eg the value 1 is used for arithmetic in the computer but the character 1 is in a human readable form
how do we differentiate a number value from a number character
quotation marks around charcater
what is the hexadecimal difference always between upper and lower case letters
0x20
how do we convert between characters and their values (numbers in ascii code)
subtract 0x30 from their ascii code
whats more efficient, storing numbers in their value or character form. Why?
value form, the value is stored in 1 byte where as each character inn the value will be stored in a byte, WE CANNOT PREFROM ARITHMATIC USING CHARACTERS