Programming Languages Flashcards
What happens in a low-level language?
Every action of the processor has to be coded.
To add two numbers together, the program has to go through each step of the process.
What is machine code?
It uses 0s and 1s (binary) and it is almost impossible for humans to understand programs written in machine code.
Why is STOP important in process code?
If it wasn’t there, It will go on to try to use the data as a command
What is a translator?
Software that: looks up the binary meaning of ADD and keeps a table if memory locations associated with labels.
What are mnemonic-based languages called?
Assembly languages.
The same code can be used in different machines if…
the computer has a suitable table if commands and their binary equivalents.