Wednesday, April 13, 2011
Session 63
Session 63
Date:24.3.2011
Activities:
Discussed about translator
Translator
- Assembler
- Interpreter
- Compiler
a)An assembler is a computer program that translates assembly language into machine language.
b)An interpreter is a computer program that translates a high-level language into machine language.Interpreter translates programming statement of a program into machine language;no object code is saved and then executes it immeadiately,line by line/(Interpreted code generally run more slowly)
c)A Compiler is a computer program that translates a high-level language into a machine language.Compiler translates entire programming statement of a program into machine language,save it in an code file then executes it later.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment