COMPILER
It is a program that reads a program in one language – the source language and translates into an equivalent program in another language – the target language
INTERPRETER
It
is a computer program that translates and executes instructions written in a computer programming language line-by-line, unit by unit etc.,
LINKER
A
linker or link
editor
is a program that takes one or more objects generated by compilers and
assembles them into a single executable program.
LOADER
It is the part of an operating
system that is responsible for loading programs into memory, preparing them for execution and then executing them.
No comments:
Post a Comment