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
41.
If A = 20 and B = - 7 in PASCAL, A mod B =
Answer: Option
Explanation:
It gives remainder in division operation.
42.
Which of the following is a computer language?
Answer: Option
Explanation:
LISP is a computer language. The remaining are software packages.
43.
Which of the following DO statements is invalid in FORTRAN 77?
Answer: Option
Explanation:
All are valid.
44.
Read the following statements about files in Pascal
- A file is a data structure which consists of a sequence of components of the same type.
- The number of components in a file is variable.
- The components in a file can be accessed only sequentially starting from the beginning of the file.
Answer: Option
Explanation:
All statements are true.
45.
Consider the following C program int ram
Now consider the following statements about this program
float alpha, gamma
ram = 6400
alpha = 0.562
gamma = alpha * ram + 1
Now consider the following statements about this program
- ram is an integer variable
- alpha, gamma are real variables
- *, + are arithmetic operators
- 0.562 may be an integer constant or real constant
Answer: Option
Explanation:
0.562 is not an integer constant.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers