Electronics and Communication Engineering - Microprocessors
Exercise : Microprocessors - Section 1
- 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
31.
Consider the following DO statement in Fortran 77
DO 52 N = 1, 10, 3
The number of DO loop executions in the above statement isAnswer: Option
Explanation:
Do statement is executed when N = 1, 4, 7, 10, i.e., a total of 4 times.
32.
Which of the following can not be used as a variable name in C?
Answer: Option
Explanation:
else is not allowed as variable name in C.
33.
In Java it is possible to have
- An array of integers
- An array of string objects
- An array of arrays
- An array on integer and strings
Answer: Option
Explanation:
An array on integers and strings is not possible.
34.
A 256 x 4 EPROM has
Answer: Option
Explanation:
28 = 256
35.
To evaluate X = (A + B + 1.2) * (A + B - C) the sequence of operation is
Answer: Option
Explanation:
Parenthesis has first priority.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers