An important facility for 12th class students preparing for short questions computer science 12th class chapter 8 of BISE. Get hundreds of questions to prepare and get better marks in 12th computer science
0
Our database contains a total of 0 questions for computer science Short Questions. You’ll prepare using this huge databank.
Question: 1
Why Source code cannot be executed directly?
Answer: 1
1-43Source code is a human readable but cannot be executed directly . To execute the program, hower the programmer must translate it into machine language ,the language that the computer understands. The first step of this translation process is usually performed by a utility called a compiler .