1 / 7

Compilation VS Interpretation

Compilation VS Interpretation. 01204111 Computers and Programming Chalermsak Chatdokmaiprai Department of Computer Engineering Kasetsart University. Revised 2018-01-11. Processing compiled languages. source program. executable program. compiled by. generates. inputs. edits. compiler.

shewmaker
Download Presentation

Compilation VS Interpretation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Compilation VS Interpretation 01204111 Computers and Programming Chalermsak Chatdokmaiprai Department of Computer EngineeringKasetsart University Revised 2018-01-11

  2. Processing compiled languages source program executable program compiled by generates inputs edits compiler editor outputs runs runs runs Computer and OS

  3. Processing compiled languages with IDE inputs source program executable program compiled by generates edits outputs IDE editor compiler runs runs Computer and OS

  4. Processing interpreted languages: interactive mode one instruction interpreted & executed by result interpreter runs Computer and OS

  5. Processing interpreted languages: script mode inputs source program interpreted & run by outputs edits interpreter editor runs runs Computer and OS

  6. 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

  7. 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

More Related