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


Related Questions:

What is another name for functional language?
_______ is a set of operations on RDBMS that allows retrieval of data.
The quickest and easiest way in Word, to locate a particular word or phrase in a document?
........... is the process of successive reduction of a given set of relations to better form.

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;

}