Computer languages
Compliers and interpreters
100

what is machine language?

is the basic computer language which consists for zeros and ones 

100

what is a compiler?

is a computer program which translates a series of high level language codes to machine language codes 

200

what is assembly language?

are a type of computer programming language which are one step up from the machine language

200

how many steps does it take a compiler to convert codes?

it takes to steps to convert codes 
300

What are high-level languages?

are computer languages developed from assembly programming languages

300

what is the file called where the compiler stores the machine language codes? 

the executable file 

400

what are application languages?

are computer languages writing applications programs which solve specific problems
400

what is the interpreter?

is a computer program which converts the source code into machine language one line at a time

500

what are system languages?

are computer programming languages used for managing a computer system 

500
is the interpreter less or more used than the compiler?

the interpreter is less used compared to the compiler