Electronics and Communication Engineering - Microprocessors

6.

Assertion (A): Dynamic RAM needs refreshing.

Reason (R): Capacitors tend to loose charge.

Both A and R are correct and R is correct explanation of A
Both A and R are correct but R is not correct explanation of A
A is correct R is wrong
A is wrong R is correct
Answer: Option
Explanation:

Dynamic RAM consists of a capacitor which has to be recharged.


7.
When one operand is real and one integer in Pascal, which of the following operations are not allowed?
+ and -
*
/
Div and Mod
Answer: Option
Explanation:

In Pascal div and mod are not allowed with one real and the other integer operator.


8.
Consider the following statements about an array in Pascal
  1. An array has a fixed predetermined number of components.
  2. Any component of an array can be accessed using an index.
  3. An array variable name refers to a group of quantities by a single name.
  4. When array variables are used an appropriate declaration is required.
Which of the above are correct?
All
1, 2, 3 only
2, 3, 4 only
1, 2 and 4 only
Answer: Option
Explanation:

All are true.


9.
Which of the following is a valid integer constant?
17.0
-18.58
101.14
-810
Answer: Option
Explanation:

- 810 is the only one without decimal point.


10.
When two ALU 1C 74181 are cascaded
the carry out of first stage is connected to carry in of second stage
the carry in of first stage connected to carry in of second stage
the carry in of first stage is connected to carry out of second stage
the carry out of first stage is connected to carry out of second stage
Answer: Option
Explanation:

In cascading carry out of first stage is connected to carry in of second stage.