assembly code vs high level code Flashcards

1
Q

What is assembly code?

A

Assembly code uses mnemonics that represent binary equivalent in machine code. Mnemonics are few letters combined to make a short summary of what the command is. ADD is a mnemonic and LDA.

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

What is a high-level language?

A

High level language is code written in C#, python, Java. Anything that isn’t either machine code or assembly language.

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