1.2.4 - Types of programming language Flashcards

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

What is Assembly language?

A

Uses mnemonics instead of binary codes to represent operation codes and addresses. Typically 2,3 or 4 character mnemonics are used. Each instruction translates into one machine code instruction. The assmebler then translates it into machine code.

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

Define BRA, BRP, BRZ

A

Branch always
Branch if positive
Branch if if zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
State the mnemonics for the following instructions:
ADD
SUBTRACT
STORE
LOAD
INPUT 
OUTPUT
HALT
DATA
A
ADD
SUB
STA
LDA
INP
OUT
HLT
DAT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly