Question

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

Was it helpful?

Solution

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)

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top