100 likes | 129 Views
Learn the differences between compiled and interpreted languages, how IDEs work, and the role of compilers and interpreters in generating executable programs. Explore interactive and script modes with practical examples. Revised 2018 slides from Kasetsart University.
E N D
Compilation VS Interpretation 01204111 Computers and Programming Chalermsak Chatdokmaiprai Department of Computer EngineeringKasetsart University Revised 2018-01-11
Processing compiled languages source program executable program compiled by generates inputs edits compiler editor outputs runs runs runs Computer and OS
Processing compiled languages with IDE inputs source program executable program compiled by generates edits outputs IDE editor compiler runs runs Computer and OS
Processing interpreted languages: interactive mode one instruction interpreted & executed by result interpreter runs Computer and OS
Processing interpreted languages: script mode inputs source program interpreted & run by outputs edits interpreter editor runs runs Computer and OS
Processing interpreted languages with IDE Script Mode Interactive Mode inputs outputs source program one instruction interpreted & run by result edits IDE interpreter editor runs Computer and OS
Major Revision History • January 11, 2018 – Chalermsak Chatdokmaiprai • First release Constructive comments or error reports on this set of slides would be welcome and highly appreciated. Please contact Chalermsak.c@ku.ac.th