Electronics and Communication Engineering - Microprocessors
Exercise : Microprocessors - Section 2
- Microprocessors - Section 1
- Microprocessors - Section 2
- Microprocessors - Section 3
- Microprocessors - Section 4
- Microprocessors - Section 5
- Microprocessors - Section 6
- Microprocessors - Section 7
- Microprocessors - Section 8
- Microprocessors - Section 9
- Microprocessors - Section 10
- Microprocessors - Section 11
- Microprocessors - Section 12
6.
Which has volatile memory?
Answer: Option
Explanation:
RAM has volatile memory and therefore the matter has to be saved frequently.
7.
Consider the following logical IF statement in FORTRAN 77
IF (SALT. EQ. PEPPER) GO TO 11
GOTO 13
The above statement using arithmetic IF statement would beAnswer: Option
Explanation:
The given statement is logical IF statement. The control goes to statement 11 if SALT = PEPPER otherwise control goes to statement 13 Same is true in arithmetic statement (a).
8.
Consider the following DO statement in Fortran 77
DO 23 X = 10.0, 2.0
The number of DO loop executions in the above statement isAnswer: Option
Explanation:
Do loop will not be executed since 0 is less than 10.
9.
Contents of RAM cannot be altered.
Answer: Option
Explanation:
It is read and write memory. Its contents can be changed.
10.
Which of the following operations will give the result 2 in C?
Answer: Option
Explanation:
Since both 5 and 2 are integers, the result will be 2.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers