1

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

djmzfKnm
  • 26,679
  • 70
  • 166
  • 227
  • An image is (usually) a metaphor; the concepts cited are pretty technical. I doubt you'll find an "exact image" that can define them *properly*... – Marc Gravell Jul 04 '09 at 07:57
  • I just want to demonstrate it, nothing in-depth needed, bu a basic overview in the form of image. – djmzfKnm Jul 04 '09 at 07:58

2 Answers2

2

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
  • 2,473
  • 4
  • 20
  • 32
0

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
  • 951,095
  • 183
  • 1,149
  • 1,285