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

2
  • 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... Commented Jul 4, 2009 at 7:57
  • I just want to demonstrate it, nothing in-depth needed, bu a basic overview in the form of image. Commented Jul 4, 2009 at 7:58

2 Answers 2

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)
Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, its perfect, this what I want. Thanks again.
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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.