Question: help Using the ASCII table, write Hi in binary. (ignore the quotes) You'll truly appreciate the computer converting your keystrokes into binary for you! ASCII
Using the ASCII table, write "Hi" in binary. (ignore the quotes) You'll truly appreciate the computer converting your keystrokes into binary for you! ASCII Table Dec = Decimal value Char = Character '5' has the int value 53 if we write ' 50 ' it evaluates to 5348, or the int 5 if we write char c=B ' +32; then c stores ' b
Step by Step Solution
There are 3 Steps involved in it
To convert Hi into binary using the ASCII table Fin... View full answer
Get step-by-step solutions from verified subject matter experts
