Ask Question
22 August, 08:50

One common method of converting symbols into binary digits for computer processing is called ASCII (American Standard Code of Information Interchange). The uppercase letters A through Z are assigned the numbers 65 through 90, so A has binary code 1000001 and Z has code 1011010. Lowercase letters a through z have codes 97 through 122 (that is, 1100001 through 1111010). ASCII codes, as well as other numerical computer output, normally appear without commas. Write the binary code for the letter k.

+3
Answers (1)
  1. 22 August, 12:45
    0
    01101011

    Explanation:

    k = ascii code 107, which is 0x6b in hex and 0110 1011 in binary.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “One common method of converting symbols into binary digits for computer processing is called ASCII (American Standard Code of Information ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers