What is the term for the human-readable form of a computer program written in a high-level programming language?
Explanation
The human-readable version of a program written in a high-level language is known as the source code. It is the original code that programmers write before it is compiled or interpreted into machine code. Word size refers to the number of bits processed at once by a CPU, instruction set is the collection of commands a processor can execute, and cache is a small, fast memory used to speed up data access.