Computer Science Ques 460

Question: Computer programs are written in a high- level programming language; however, the human-readable version of a program is called_______

Options:

A) Cache

B) Instruction set

C) Source code

D) Word size

E) None of these

Show Answer

Answer:

Correct Answer: C

Solution:

  • Sorce code refers to a computer program written in a high level (human readable) language Such as C. C++. Java which use English-like statements. It is converted into object code (or machine code) by a computer.