Microprocessor
Which of the following statements for intel 8085 is correct?

 PC specifies the address of the instruction being executed
 Program Counter (PC) specifies the address of the instruction last executed
 PC specifies the number of instructions executed so far
 PC specifies the address of the instruction to be executed

ANSWER DOWNLOAD EXAMIANS APP

Microprocessor
Assertion (A): Negative values of incremental operator in DO loop are allowed in Fortran 77 but not in earlier versions of Fortran. Reason (R): Fortran 77 has better array facilities than earlier versions of Fortran.

A is correct R is wrong
Both A and R are correct but R is not correct explanation of A
A is wrong R is correct
Both A and R are correct and R is correct explanation of A

ANSWER DOWNLOAD EXAMIANS APP

Microprocessor
When RET instruction is executed by any subroutine then

 the top of the stack will be popped out and assigned to the PC.
 the PC will be incremented after the execution of the instruction.
 without any operation, the calling program would resume from instruction immediately following the call instruction.
 without any operation, the calling program would resume from instruction immediately following the call instruction and also the PC will be incremented after the execution of the instruction.

ANSWER DOWNLOAD EXAMIANS APP