how do acomputer read a source code
Answers
Answer:
In computing, source code is any collection of code, with or without comments, written using[1] a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code. The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer. The machine code might then be stored for execution at a later time. Alternatively, source code may be interpreted and thus immediately executed.
Answer:
The compiler is the program that reads code .The compiler translates human readable text in to machine code . Machine code is the most fundamental language of computer , As it is language that the cpu can read directly