views:

527

answers:

2

I got an assignment to make hand-drawn posters of

  • Assembler
  • Interpreter
  • Compiler

I googled for images of above three but not able to get some exact images which can define the above three properly. Can anyone share some image links which will give an idea about what is Assembler, Interpreter and compiler in computers.

Thanks

A: 

Perhaps you could draw diagrams that indicate the set of input and outputs for each component. For example, an assembler takes assembly language code as input and produces binary object code as output.

Greg Hewgill
+1  A: 

This will help you:

  • Compiler, the image is pretty simple and takes the primordial concept.
  • Interpreter, in this presentation you'll get various examples with different levels of detail.
  • Assembler, this book its a comprehensive material on ASM, here figure 1 can help you (as well as figure 2 and 3 that explain Two-pass assemblers and One-pass assemblers, respectively)
Eliseo Ocampos
Thanks, its perfect, this what I want. Thanks again.
Prashant