Contents

The process of translating instruction into commands is called…….
a) transferring                      
b) decoding
c) executing                         
d) fetching


b

How many types of instruction in instruction set?
a) one    
b) two    
c) three 
d) four

c

 data transfer instruction, data processing instruction, program control instruction



Which of the following command is used to load a register with contents?
a) LD a, 25                          
b) LD 25, a
c) load a, 25                         
d) load 25, a


a

Which command is used to exchange the values of two registers?
a) XCHG                             
b) CNG
c) XCHNGE                         
d) none of these

a

XCHG stand for Exchange



What type of instruction are used in logical instructions?
a) AND                                 
b) OR
c) NOT                                  
d) all of these


d

Which instruction is used to move control from one place to another in program?
a) JMP 
b) jump 
c) LP      
d) LOOP

a

JMP stands for jump