Electronics and Communication Engineering - Microprocessors

21.
If N = 196, the result of the following program will be

INTEGER N, DIGIT 1, DIGIT 2, DIGIT 3,
SUM
READ*, N
DIGIT 1 = N - (N / 10)* 10 N = N / 10
DIGIT 2 = N - (N / 10)* 10 N = N / 10
DIGIT 3 = N - (N / 10)* 10
SUM = DIGIT 1 + DIGIT 2 + DIGIT 3
196
16
16.0
196.0
Answer: Option
Explanation:
No answer description is available. Let's discuss.

22.
In 8085, which of the following registers cannot be paired?
A
E
C
both (b) and (c)
Answer: Option
Explanation:
No answer description is available. Let's discuss.

23.
If the mantissa has a sign bit of 0 and the exponent is changed from a negative number to a more positive number the result is
a positive number and closer to zero
a positive number and away from zero
a negative number
a negative number and closer to zero
Answer: Option
Explanation:
No answer description is available. Let's discuss.

24.
Which of the following statements in FORTRAN 77 is non executable?
GO TO
RETURN
STOP
PARAMETER
Answer: Option
Explanation:
No answer description is available. Let's discuss.

25.
A blank EPROM has
all bits set to logical 0
all bits set to logical 1
half the total number of bits set to 0 and remaining half to logical 1
either (a) or (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.