MCQS

Q. Which statement is valid about computer program?
🔍 Search on Google 📖 Search on Wikipedia
« PreviousNext »

The correct answer is 'High level languages must be converted into machine language to execute' because high level languages are not directly understood by computers. They need to be translated into machine language, which consists of binary code that the computer can execute. This process is typically done by a compiler or interpreter before the program can be run on a computer.