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
31.
Which of the following conditional statements is not valid in Pascal?
Answer: Option
Explanation:
'then' is missing.
32.
A computer program is used to read N and compute N !. IF N = 6, the result will be
Answer: Option
Explanation:
6! = 6 x 5 x 4 x 3 x 2 x 1 = 720.
33.
Consider the following statement in Basic
IF X, Y, Z are 150, 200, 250 then the output will be
15 INPUT X, Y, Z
20 IF Y > X THEN 25
21 IF Z > Y THEN 30
25 PRINT Y
30 PRINT Z, X
35 END
IF X, Y, Z are 150, 200, 250 then the output will be
Answer: Option
Explanation:
In this case Y > X , so the control goes to 25. The output is Y , Z , X which are 200 , 250 , 150.
34.
The port of PC to which mouse is connected is called
Answer: Option
Explanation:
Mouse is connected to serial port.
35.
FORTRAN expression for 3b2-5a2 is
Answer: Option
Explanation:
It is the only expression with correct symbols.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers