what is machine language?
is the basic computer language which consists for zeros and ones
what is a compiler?
is a computer program which translates a series of high level language codes to machine language codes
what is assembly language?
are a type of computer programming language which are one step up from the machine language
how many steps does it take a compiler to convert codes?
What are high-level languages?
are computer languages developed from assembly programming languages
what is the file called where the compiler stores the machine language codes?
the executable file
what are application languages?
what is the interpreter?
is a computer program which converts the source code into machine language one line at a time
what are system languages?
are computer programming languages used for managing a computer system
the interpreter is less used compared to the compiler