Electronics and Communication Engineering - Microprocessors

16.
Z flag is reset if an ALU operation results in 0.
True
False
Answer: Option
Explanation:

Z flag is set if ALU operation results in zero.


17.
The power requirements of a DRAM in active and stand by modes is about
350 mW and 5 mW respectively
350 mW each
5 mW each
350 mW and 100 mW respectively
Answer: Option
Explanation:

Power requirement in stand by mode is very low 1000.


18.
Which of the following is not a valid real constant in C?
1.2 e 2.0
-2.3 e - 2
-2.3 E 2
-2.3 e 2
Answer: Option
Explanation:

In C real constant expressed in exponential form, mantissia and exponent should be separated by e (and not E).


19.
In a computer the instructions, data, intermediate and final results during processing are held in ALU.
True
False
Answer: Option
Explanation:

These are not held in ALU. Only computations are done by ALU.


20.
The number of storage classes in C is
2
3
4
6
Answer: Option
Explanation:

C has four storage classes viz. automatic storage class, register storage class, static storage class and external storage class.