Programming Languages Flashcards

0
Q

What happens in a low-level language?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What is machine code?

A

It uses 0s and 1s (binary) and it is almost impossible for humans to understand programs written in machine code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is STOP important in process code?

A

If it wasn’t there, It will go on to try to use the data as a command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a translator?

A

Software that: looks up the binary meaning of ADD and keeps a table if memory locations associated with labels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are mnemonic-based languages called?

A

Assembly languages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The same code can be used in different machines if…

A

the computer has a suitable table if commands and their binary equivalents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly