Solution
Solution
Memory allocation of variables declared in a program is a) Allocated in RAM 30.What action is taken when the processer under execution is interrupted by TRA P in 8085MPU? a) Processor serves the interrupt request after completing the execution of the current instruction. 31.purpose of PC (program counter)in a microprocessor is b) To store address of next instructions to be executed 32.conditional results after execution of an instruction in a microprocess is st ored in d) flag register part of psw 33.The OR gate can be converted to the NAND function by adding -gate(s)to the input of the OR gate. a) NOT 34.In 8051microcontroller , has a dual function. a) port 3 (even port 1 and port 2 has a dual function) 35.An 8085 based microprocessor with 2MHz clock frequency,will execute the follo wing chunk of code with how much delay? MVI B,38H HAPPY: MVI C, FFH SADDY: DCR C JNZ SADDY DCR B JNC HAPPY a) 102.3 b)114.5 c)100.5 d)120 36.In 8085 MPU what will be the status of the flag after the execution of the fo llowing chunk of code. MVI B,FFH MOV A,B CMA HLT
b)S = 0, Z = 1, CY = 0 37.A positive going pulse which is always generated when 8085 MPU begins the mac hine cycle. b) ALE
38.when a instruction of 8085 MPU is fetched , its second and third bytes are placed in the W and Z registers. c) CALL 39.what is defined as one subdivision of the operation performed in one clock pe riod. clock period is the very basic element. it cannot have any sub division 40.At the end of the following code, what is the status of the flags. LXI B, AEC4H MOV A,C ADD B HLT what is the value of C register??? 41.In 8051 micro controller what is the HEX number in the accumulator after the execution of the following code. MOV A,#0A5H CLR C RRC A RRC A RL A RL A SWAP A b)6A 45. What is the control word for 8255 PPI,in BSR mode to set bit PC3. c)07H
46.The repeated execution of a loop of code while waiting for an event to occur is called .The cpu is not engaged in any real productive activity during this peri the process doesn t progress towards completion. a) dead lock