1.2.4 Types of Programming Language Flashcards
1
Q
Assembly Language
A
- Uses mnemonics that are easier for people to remember
- Usually longer than high-level code equivalents
2
Q
What is the Mnemonics for LOAD?
A
LDA
3
Q
What is the Mnemonics for add?
A
ADD
4
Q
What is the Mnemonics for Subtract?
A
SUB
5
Q
What is the Mnemonics for Store?
A
STA
6
Q
What is the Mnemonics for Input?
A
INP
7
Q
What is the Mnemonics for Output?
A
OUT
8
Q
What is the Mnemonics for End?
A
HLT
9
Q
What is the Mnemonics for Branch IF Zero?
A
BRZ
10
Q
What is the Mnemonics for Branch IF Zero or Positive?
A
BRP
11
Q
What is the Mnemonics for Branch Always?
A
BRA
12
Q
What is the Mnemonics for Data Storage?
A
DAT