ECE :: Microprocessors
-
Assertion (A): A PROM is a user programmable ROM.
Reason (R): After programming PROM behaves like ROM.
-
The operator precedence in Java is in the order
-
A colour monitor usign 16 bits at a resolution of 600 x 400 pixels needs a memory of
-
Read the following statements as regards register pairs in microprocessor 8085
- B represents B, C pair with B as high order register and C as low order register.
- D represents D, E pair with D as high order register and E as low order register.
- H represents H, L pair with H as high order register and L as low order register.
-
The 8085 instruction
'PUSH PSW'
belongs to the group -
Assertion (A): In C it is possible for functions to call themselves.
Reason (R): C makes use of 'Pointers'.
-
Assertion (A): In 8085, the zero flag is set when ALU operation results in 0. If the result is not 0, this flag is reset.
Reason (R): In 8085 the S flag is set when the contents of accumulator become negative during execution of an instruction.
-
The operations which occur most frequently in a computer are
-
The addressing mode depicted in the given figure is
A.
arithmetic operation, increment and decrement operation, comprassion, logical operation and assignment operation.
|
B.
increment and decrement operation, arithmetic operation, comparison, logical operation and assignment operation.
|
C.
comparison, arithmetic operation, increment and decrement operation, logical operation and assignment operation.
|
D.
arithmetic operation, comparison operation, increment and decrement operation, logical operation and assignment operation.
|