Instructions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the name of a small amount of fast temporary memory with the processor?

A

Register

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

What is a mnemonic?

A

A mnemonic is a meaningful abbreviation that is used in assembly language. It is easier to remember and write down than a binary machine code instruction.

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

What is machine-readable language?

A

Machine-readable language is the only language that a compute can read and process.

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

How does a computer execute a machine code program?

A

A computer executes a machine code program by following eat fetch-decode-execute cycle. An instruction is fetched from memory, decoded in op-codes and operands, then executed by the processor.

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

what is the name of the machine code instructions that a processor can use?

A

Instruction set

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

Why is hexadecimal used instead of binary to write machine code instructions?

A

Hexadecimal numbers are easier to write than long patterns of 0s and 1s. Using hexadecimal can also lead to fewer mistakes.

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

What is the name given to the number of bits that a register in the CPU can hold at one time?

A

Word size

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

What is the purpose of translator software?

A

Translator software translates high-level code into machine-readable code. A translator can be a compiler or interpreter.

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

What is an operand in a machine code instruction?

A

An operand is data or an address that an operator will need to use in a machine code instruction.

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