Electronics and Communication Engineering - Microprocessors
Exercise : Microprocessors - Section 4
- 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
16.
Consider the following expressions in Java
Now the values of a, b, c are
int a, b, c,
a = 40;
b = a++ ;
c = ++a ;
Now the values of a, b, c are
Answer: Option
Explanation:
The steps are : a is given the value 40, b is given the value of a before it is incremented (i.e., 40) and a is incremented to 41, a is incremented to 42 and c is given this value. Thus the result is 42, 40, 42.
17.
Which of the following is not correct in C?
Answer: Option
Explanation:
18.
Which is not a software?
Answer: Option
Explanation:
Hard disc is a memory storage device.
19.
Which of the following integer expressions is incorrect in Pascal?
Answer: Option
Explanation:
Two operators cannot be together.
20.
Accumulator is an 8 bit register and is also known as register B.
Answer: Option
Explanation:
Accumulator is register A.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers