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
21.
Which of the following is not a valid real variable in FORTRAN 77?
Answer: Option
Explanation:
It starts with M and hence it is not a real variable.
22.
Let JCOKE = 3 and LPEPSI = 5. Consider the statement
IF (3 * JCOKE. EQ. LPESPSI)
JCOKE = JCOKE + 2
JCOKE = JCOKE + 5
What will be the final value of JCOKE after the above statement is executed?Answer: Option
Explanation:
The logical IF statement means that IF (3 x J COKE) is equal to (L PEPSI), J COKE = 3 + 2 = 5 otherwise J COKE = 3+5 = 8 Since (3 x J COKE) is more than (L PEPSI), the result is 8.
23.
Diskette can be used for primary storage as well as secondary storage in a computer.
Answer: Option
Explanation:
Diskette is a secondary storage.
24.
Read the following statements
- Magnetic tape is a sequential device.
- Magnetic disc is a direct access device.
- Magnetic tape and disc are both sequential devices.
- Magnetic tape and disc are both direct access devices.
Answer: Option
Explanation:
Both 1 and 2 are correct but 3 and 4 are wrong.
25.
A memory chip has 65536 cells in it. Then
Answer: Option
Explanation:
Time required to access different cells is the same.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers