Assembly language Flashcards

(2 cards)

1
Q

What does ten Data 10 do?

A
  • Stores the value 10
  • In a memory location
  • Given the label ten
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the key differences between assembly and high-level programming languages?

A

Assembly uses mnemonics for machine code, is processor-specific, low-level, and requires more lines of code.

Offers exact control over memory and hardware, good for efficiency, performance, and limited memory (e.g., embedded systems).

High-level languages are portable, easier to read, write, debug, and maintain.

High level language also Better for large projects; support multiple programming paradigms and faster development.

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