Which of the following is not a type of computer code?
O
a.
EDIC
O b.
ASCII
О с. BCD
Od. EBCDIC
Which of the following is not a type of computer code?
The correct answer is a. EDIC. EDIC is not a recognized type of computer code.
Let’s briefly explain the other options:
b. ASCII (American Standard Code for Information Interchange): ASCII is a widely used character encoding that represents text in computers and communication devices. It is a fundamental code used to standardize the representation of characters in digital systems.
c. BCD (Binary-Coded Decimal): BCD is a binary representation of decimal numbers. In BCD, each decimal digit is encoded using its 4-bit binary equivalent. It is commonly used in applications where accurate representation of decimal numbers is important.
d. EBCDIC (Extended Binary Coded Decimal Interchange Code): EBCDIC is an 8-bit character encoding used mainly in IBM mainframe computers. It was widely used in the past but has been largely replaced by ASCII in modern computer systems.
It’s important to note that computer codes are used to represent characters, numbers, and other data in computers and digital systems. They provide a standardized way of encoding and interpreting information.