generic Instruction types present in a computer system
Answers
Answer:
Arithmetic, logical and shift instructions (and, add, complement, circulate left, right, etc) To move information to and from memory (store the accumulator, load the accumulator) Program control instructions with status conditions (branch, skip) Input output instructions (input character, output character)
Answer:
basic computer has three instruction code formats which are:
Memory - reference instruction.
Register - reference instruction.
Input-Output instruction.Arithmetic, logical and shift instructions (and, add, complement, circulate left, right, etc) To move information to and from memory (store the accumulator, load the accumulator) Program control instructions with status conditions (branch, skip) Input output instructions (input character, output character)