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.

Respuesta :

tonb

Answer:

01101011

Explanation:

k = ascii code 107, which is 0x6b in hex and 0110 1011 in binary.

Binary code, code used in digital computers, based on a binary number system in which there are only two possible states, off and on, usually symbolized by 0 and 1.

The binary code for the letter  .K 01001011

What is a binary code explain?

Binary describes a numbering scheme in which there are only two possible values for each digit -- 0 or 1 -- and is the basis for all binary code used in computing systems. These systems use this code to understand operational instructions and user input and to present a relevant output to the user.

Why is binary code 1 and 0?

Because there are only two valid Boolean values for representing either a logic “1” or a logic “0”, makes the system of using Binary Numbers ideal for use in digital or electronic circuits and systems.

To learn more about binary code, refer

https://brainly.com/question/19596234

#SPJ2