Any program written in a (a) language (such as Python or Java) is known as (b) . However, computers cannot understand this. Before it can be run, (c) must first be translated into a form which a computer understands - this form is called object code.
A (d) is a program that converts source code into object code. Generally, there are three types:
* (e)
* interpreters
* assemblers