Computer science Grade 9

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:28 PM on 4/2/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

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.