Electronics and Communication Engineering - Microprocessors

36.
In super computers the extra level of primary memory is generally called
Solid state device
Single stage device
Digital state device
Surface stage device
Answer: Option
Explanation:
No answer description is available. Let's discuss.

37.
Parity means the same as positive or negative number.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

38.
In memory mapped I/O means that
an input or output device is treated by the microprocessor as one memory location
input or output devices are treated as distinct
an address on the address bus may refer either to a memory location or to an I/O device
none of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

39.
Consider the following symbols for arithmetic operators for integers
  1. +
  2. div
  3. mod
  4. /
Which of the above are used in Pascal?
1, 2 and 4 only
All
1, 2, 3 only
1 and 4 only
Answer: Option
Explanation:
No answer description is available. Let's discuss.

40.
Which of the following READ statements is correct in FORTRAN 77?
READ *, HONEY (I), I = 1, 5
READ *, (HONEY (I), I = 1, 5)
READ * HONEY I, I = 1, 5
READ HONEY I, I = 1, 5
Answer: Option
Explanation:
No answer description is available. Let's discuss.