What Are The Differences Between Compiler,Interpreter And Assembler?
Assembler- A computer program that takes computer instructions and converts them into a pattern of bits that the computer can understand and perform by it certain operations. Compiler- This is a special program that processes statements written in a programming language and turns them into machine language that a computer’s processor uses. Here is an article that explains the difference between a compiler and an interpreter. Structured Programing- a subset of procedural programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.