C-15-Q086mediumsingle_mcq
The need for a translator arises because:
The need for a translator arises because:
- aProgrammers refuse to learn 0 and 1
- bThe computer can only understand 0 and 1, not source code directly
- cCompilers are mandatory by law
- dComputers are slow
ব্যাখ্যা
The CPU can only process binary (0 and 1) and cannot directly understand source code written in a programming language. A translator is needed to bridge this gap by converting that source code into machine code.