Question: Keyboard Converts typed in character to ___________code
Answer:
A keyboard converts the characters typed by the user into machine-readable code, specifically ASCII (American Standard Code for Information Interchange) code.
Each character on the keyboard is assigned a unique ASCII code, which is a numerical representation of the character. For example, the letter "A" is assigned the ASCII code 65, while the number "1" is assigned the ASCII code 49.
When a user types a character on the keyboard, the keyboard sends an electrical signal to the computer that corresponds to the ASCII code for that character. The computer then uses this code to display the character on the screen, save it to a file, or perform other operations as needed.
Overall, the keyboard plays a crucial role in converting the user's input into machine-readable code, which the computer can process and use to perform various tasks.
MCQ: Keyboard Converts typed in character to ___________code
Correct Answer:A. EBCIDIC
Explanation:
A keyboard converts the characters typed by the user into machine-readable code, specifically ASCII (American Standard Code for Information Interchange) code.
Each character on the keyboard is assigned a unique ASCII code, which is a numerical representation of the character. For example, the letter "A" is assigned the ASCII code 65, while the number "1" is assigned the ASCII code 49.
When a user types a character on the keyboard, the keyboard sends an electrical signal to the computer that corresponds to the ASCII code for that character. The computer then uses this code to display the character on the screen, save it to a file, or perform other operations as needed.
Overall, the keyboard plays a crucial role in converting the user's input into machine-readable code, which the computer can process and use to perform various tasks.