Answer:
compillers
Explanation:
computer programs belong in three classes; these are
Machine language (0s and 1s)
Assembly language and Highlevel languages
The popular programming languages like Java, C, C++, Python etc are all examples of high level languages. When programs are written in these highlevel languages, the programs will require another special program called compillers to carryout a translation from the highlevel language to a machine level (0s and 1s) which is the level that is executable by computers.