Microprocessor
A sequence of two registers that multiplies the content of DE register pair by two and stores the result in HL register pair (in 8085 assembly language) is

 XCHG & DAD H
 PCHL & DAD D
 XCHG & DAD B
 XTHL & DAD H

ANSWER DOWNLOAD EXAMIANS APP

Microprocessor
How can we make any bit of a register “1”?

 AND that bit with “0” and remaining bits with “1”.
 OR that bit with “0” and remaining bits with “1”.
 OR that bit with “1” and remaining bits with “0”.
 AND that bit with “1” and remaining bits with “0”.

ANSWER DOWNLOAD EXAMIANS APP