Microprocessor In order to complement the lower nibble of accumulator one can use ORI 0FH XRI 0FH ANI 0FH CMA ORI 0FH XRI 0FH ANI 0FH CMA ANSWER DOWNLOAD EXAMIANS APP
Microprocessor In a C expression using assignment operators, relational operators and arithmetic operators, the hierarchy of operations (in the absence of parenthesis) is Relational, assignment, arithmetic Arithmetic, assignment, relational Assignment, relational, arithmetic Arithmetic, relational, assignment Relational, assignment, arithmetic Arithmetic, assignment, relational Assignment, relational, arithmetic Arithmetic, relational, assignment ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Temporary registers in 8085 are D and E. W and Z. B and C. H and L. D and E. W and Z. B and C. H and L. ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Assertion(A): Segment override prefix (SOP) is used when a default offset register is not used with its default base segment register but with a different base register. Reason(R): The offset registers IP and SP can never be associated with any other segment registers apart from their respective default segments. A is false but R is true. Both A & R are true and R is the correct explanation of A. Both A & R are true but R is not the correct explanation of A. A is true but R is false. A is false but R is true. Both A & R are true and R is the correct explanation of A. Both A & R are true but R is not the correct explanation of A. A is true but R is false. ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Bus Interface Unit (BIU) in 8086 performs the following functions: Arithmatic and Logic operations. Instruction decoding. Instruction fetch. All the above. Arithmatic and Logic operations. Instruction decoding. Instruction fetch. All the above. ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Which of the following is type declaration statement in C? king = horse + 1 prin = prin * prin s = s + 1 int bar king = horse + 1 prin = prin * prin s = s + 1 int bar ANSWER DOWNLOAD EXAMIANS APP