How many diverse types of instructions?
a) one
b) two
c) three
d) four
Explanation: data transfer instruction, data processing instruction, program control instruction, miscellaneous instruction
Data transfer instruction
Which instruction is used when data needs to move from memory location to register?
a) data transfer instruction
b) data processing instruction
c) program control instruction
d) miscellaneous instruction
How many common transfers are available are in computer system?
a) one
b) two
c) three
d) four
Explanation: register to memory, register to I/o devices, registers to registers
Which of the following is the example of data transfer memory to register?
a) MOVE
b) LOAD
c) STORE
d) all of these
Data processing instructions