When a key is pressed on keyboard, which standard is used for converting the keystroke into the corresponding bits?
Asked In: BPSC TRE 2.0Options
- A. ANSI
- B. ASCII
- C. EBCDIC
- D. More than one of the above
- E. None of the above
B. ASCII
When you press a key on the keyboard, it is converted into a binary code that the computer understands. ASCII is the standard encoding system commonly used to represent characters (like letters, numbers, symbols) in bits.
So, the correct choice is ASCII.