Podcast
Questions and Answers
What type of compiler produces code for a different CPU or operating system than the one on which the cross-compiler itself runs?
What type of compiler produces code for a different CPU or operating system than the one on which the cross-compiler itself runs?
Which type of compiler is often a temporary compiler used for compiling a more permanent or better optimized compiler for a language?
Which type of compiler is often a temporary compiler used for compiling a more permanent or better optimized compiler for a language?
What program translates from a low-level language to a higher level one?
What program translates from a low-level language to a higher level one?
Which type of compiler translates between high-level languages, usually called a source-to-source compiler or transpiler?
Which type of compiler translates between high-level languages, usually called a source-to-source compiler or transpiler?
Signup and view all the answers
What is the primary use of the name 'compiler' in computing?
What is the primary use of the name 'compiler' in computing?
Signup and view all the answers