2nd- Assembly code Flashcards

1
Q

What does assembly code use?

A

It used mnemonics.

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

Is it easy to code in?

A

It is still difficult to code in. However, it is easier than machine code.

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

Is it easy to debug?

A

No it is still difficult to debug.

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

How much machine code is in Assembly code?

A

One Assembly Language instruction translates to one
Machine Code Instruction (1-1 relationship).

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

Can the computer execute Assembly code?

A

Needs to be translated into Machine Code for the
computer to be able to execute it.

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

What is it commonly used for?

A

Device drivers.

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

What is the process of translating assembly to machine code?

A

It is called assembling, and is done in an assembler.

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