6.3 Types of Program Translator: Fundamentals of Computer Systems: Computer Science Paper 2: A-Level AQA

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

What type of translator can be used to translate assembly language into machine code?

Assemblers

2
New cards

Which two types of translator can be used to translate high-level languages into machine code?

Compilers
Interpreters

3
New cards

Which type of translator translates high-level languages into machine code line-by-line?

Interpreters

4
New cards

Which type of translator translates high-level languages into machine code in one go?

Compilers

5
New cards

Which type of translator requires the source code to be present when the program is executed?

Interpreters

6
New cards

Which type of translator has procedures to translate each kind of program instruction?

Interpreters

7
New cards

Which type of translator which translate high-level languages into machine code best protects source code?

Compilers