Microprocessor While CMP B instruction executes, only carry and zero flags will be affected. no flags will be affected. only carry flag will be affected. all flags will be affected. only carry and zero flags will be affected. no flags will be affected. only carry flag will be affected. all flags will be affected. ANSWER DOWNLOAD EXAMIANS APP
Microprocessor How can we make any bit of a register “0”? AND that bit with “1” and remaining bits with “0”. OR that bit with “1” and remaining bits with “0”. AND that bit with “0” and remaining bits with “1”. OR that bit with “0” and remaining bits with “1”. AND that bit with “1” and remaining bits with “0”. OR that bit with “1” and remaining bits with “0”. AND that bit with “0” and remaining bits with “1”. OR that bit with “0” and remaining bits with “1”. ANSWER DOWNLOAD EXAMIANS APP
Microprocessor The relation among IC (Instruction Cycle), FC (Fetch cycle) and EC (Execute Cycle) is IC = FC - EC EC = IC + FC IC = FC + 2EC IC = FC + EC IC = FC - EC EC = IC + FC IC = FC + 2EC IC = FC + EC ANSWER DOWNLOAD EXAMIANS APP
Microprocessor I)A total of about one million bytes can be directly addressed by the 8086 microprocessor II)8086 has thirteen 16-bit registers III)8086 has eight flags IV)Compared to 8086, the 80286 provides a higher degree of memory protection Which one of the statements given above are correct? 1,2 & 3 1,2 & 4 2,3&4 1,3 &4 1,2 & 3 1,2 & 4 2,3&4 1,3 &4 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 Arithmetic, assignment, relational Arithmetic, relational, assignment Assignment, relational, arithmetic Relational, assignment, arithmetic Arithmetic, assignment, relational Arithmetic, relational, assignment Assignment, relational, arithmetic Relational, assignment, arithmetic ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Which of the following is type declaration statement in C? int bar king = horse + 1 prin = prin * prin s = s + 1 int bar king = horse + 1 prin = prin * prin s = s + 1 ANSWER DOWNLOAD EXAMIANS APP