ECE :: Microprocessors
-
In the words Kb or Mb used describing memory capacity, the letter b denotes
-
In the expression a = 5 * 2 / 3.2 + 4 / 8 - 2 + 5 / 9 which operation will have the first priority in C?
-
Assertion (A): C has 32 keywords like auto, if, do, float etc.
Reason (R): Key words can not be used as variable names in C.
-
Consider the following statements
- A total of about 1 million bytes can be directly accessed by 8086 microprocessor.
- The 8086 has thirteen 16 bit registers.
- The 8086 has eight flags.
- Compared to 8086, the 80286 provides a higher degree of memory protection.
-
Consider the following program for 8085
The contents of accumulator at the end of this program will be
MVIA, 00H
MVIA, 53H
CMA -
In Pascal the repeat and while loops will terminate
A.
only when the logical expression controlling the loop becomes true for both repeat and while loops
|
B.
only when the logical expression controlling the loop becomes false for both repeat and while loops
|
C.
only when the logical expression controlling the loop becomes true for repeat loop and false for while loop
|
D.
only when the logical expression controlling the loop becomes false for repeat loop and true for while loop
|