جو اعلیٰ سطح کی زبان کو مشینی زبان میں تبدیل کرتا ہے؟
A. None of these
B. Operating system
C. Utility programs
D. Language translators
Explanation
Language translators, such as compilers and interpreters.
It convert high-level programming languages into machine language that a computer can execute.
This process allows developers to write code in human-readable formats, which is then translated into the binary code understood by the computer's processor.
سادہ زبان کو مشینی زبان میں تبدیل کرنے کے عمل کو کیا کہتے ہیں؟
A. Compiler
B. Interpreter
C. Translator
D. Modem
Explanation
A compiler translates high-level programming language (simple language) into machine language (binary code) that a computer can understand and execute.
Additional information
A modem is used to modulate and demodulate signals for internet communication, not for converting languages.
An interpreter performs similar functions to a compiler but translates code line-by-line at runtime.