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 XTHL & DAD H XCHG & DAD B XCHG & DAD H PCHL & DAD D XTHL & DAD H XCHG & DAD B XCHG & DAD H PCHL & DAD D ANSWER DOWNLOAD EXAMIANS APP
Microprocessor DS directive in 8085 Forces the assembler to reserve a specified number of bytes in the memory None of these Forces the assembler to reserve a specified number of consecutive bytes in the memory Forces the assembler to reserve one byte of memory Forces the assembler to reserve a specified number of bytes in the memory None of these Forces the assembler to reserve a specified number of consecutive bytes in the memory Forces the assembler to reserve one byte of memory ANSWER DOWNLOAD EXAMIANS APP
Microprocessor The forms of IF statements in FORTRAN 77 are called Logical IF and Block IF Logic IF, block IF, arithmetic IF and negate IF Logical IF and arithmetic IF Logical IF, block IF and arithmetic IF Logical IF and Block IF Logic IF, block IF, arithmetic IF and negate IF Logical IF and arithmetic IF Logical IF, block IF and arithmetic IF ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Which of the following is type declaration statement in C? prin = prin * prin int bar king = horse + 1 s = s + 1 prin = prin * prin int bar king = horse + 1 s = s + 1 ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Assertion(A): Ready signal of microprocessor is used to detect whether a peripheral is ready for the data transfer or not. Reason(R): In the microprocessor during data transfer operations, the wait states are added by forcing the ready signal low. A is true but R is false. Both A & R are true and R is the correct explanation of A. A is false but R is true. Both A & R are true but R is not the correct explanation of A . A is true but R is false. Both A & R are true and R is the correct explanation of A. A is false but R is true. Both A & R are true but R is not the correct explanation of A . ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Which instruction is required to rotate the content of accumulator one bit right along with carry? RAR RLC RAL RRC RAR RLC RAL RRC ANSWER DOWNLOAD EXAMIANS APP