C-15-Q075mediumsingle_mcq
Which CANNOT be directly understood by a computer without translation?
Which CANNOT be directly understood by a computer without translation?
- aMachine code in binary
- bC source code
- cThe binary digits 0 and 1
- dThe CPU's native instruction set
ব্যাখ্যা
C source code is human-readable and must first be translated into machine code before a computer can run it. Binary s and s, machine code, and the CPU's native instruction set are already in the form the processor understands directly.