1
He's the one who developed the C programming language
2
It works in a similar fashion to a compiler, but instead of compiling everything all at once for later use, it translates the program statements into machine language one line at a time as the program is running.
3
Also know as developer, they're the person responsible for writing the actual code to perform tasks
4
A ______ language uses program statements - words and algebra-type expressions, and usually resembles the English language
5
This is a special kind of program, whose sole purpose is to translate a program written in a high-level programming language, into a binary, machine readable rendition of itself
6
A ______ language is written in binary (1s and 0s), also referred to as machine code
7
InIn C/C++, it's the smallest element of a program that is meaningful to the compiler