Challenger App

No.1 PSC Learning App

1M+ Downloads
ASCII stands for :

AAmerican Security Code for Information Interchange

BAmerican Standard Code for Information Interchange

CAmerican Scientific Code for Interchanging Information

DAmerican Standard Code for Interchanging Information

Answer:

B. American Standard Code for Information Interchange

Read Explanation:

  • ASCII stands for "American Standard Code for Information Interchange." It is a character encoding standard developed in the early 1960s to represent text in computers, communication equipment, and other devices that use text. ASCII assigns a unique numeric value (from 0 to 127 in the standard 7-bit ASCII) to letters (uppercase and lowercase), digits, punctuation marks, and control characters (like carriage return and line feed).

  • Key points:

    • "American" indicates its origin in the United States.

    • "Standard" means it is a widely accepted convention.

    • "Code" refers to the mapping of characters to numeric values.

    • "Information Interchange" emphasizes its role in enabling data exchange between different devices and systems.

  • Because Option B exactly matches this full form, it is the correct choice.


Related Questions:

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

To process data, computers use
താഴെ പറയുന്നവയിൽ ഏതാണ് ഒരു സ്റ്റോർ നിർദ്ദേശം ?
_____________ is the correct syntax of IF( ) Function:
Which of the following is used as a language for designing web pages ?