Number Systems and Codes - Technical MCQs

Q1:

ASCII codes are used strictly for representing the letters in the alphabet.

A True

B False

ANS:B - False

**ASCII** is a code for representing English characters as numbers, with each letter assigned a number from 0 to 127.

For example, the ASCII code for uppercase M is 77. Most computers use ASCII codes to represent text, which makes it possible to transfer data from one computer to another.