Computer science Grade 9

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

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.

4 Terms

1
New cards

Define the term: Interpreter

A program translator that translates high-level program code line by line as it is being executed.

2
New cards

Define the term: low-level language

A language which is close to machine code

one mnemonic translates to one machine code instruction

a language that is written for a specific machine architecture.

3
New cards

Define the term: Machine code

The binary executed by a specific processor architecture.

4
New cards

Define the term: Translator

translates source code written in a high-level language into machine code

translates assembly code written in a low-level language into machine code.