Challenger App

No.1 PSC Learning App

1M+ Downloads
To process data, computers use

AHigh Level Language

BMachine Language

CAssembly Language

DAll the above

Answer:

B. Machine Language


Related Questions:

Which of the following classes in Java does not generate item events?
'B' in COBOL stands for :

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;

}

 

 

Which key is used in combination with another key to perform a specific task?
Which access specifier is used for constructors in C++?