1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What type of translator can be used to translate assembly language into machine code?
Assemblers
Which two types of translator can be used to translate high-level languages into machine code?
Compilers
Interpreters
Which type of translator translates high-level languages into machine code line-by-line?
Interpreters
Which type of translator translates high-level languages into machine code in one go?
Compilers
Which type of translator requires the source code to be present when the program is executed?
Interpreters
Which type of translator has procedures to translate each kind of program instruction?
Interpreters
Which type of translator which translate high-level languages into machine code best protects source code?
Compilers