ECE :: Microprocessors
-
In 8085 microprocessor with memory mapped I/O which of the following is true?
-
Which of the following 8 bit microprocessors has maximum addressing modes?
-
Java variables are called
-
Consider the real expression in Pascal language
What would be evaluated first
((X * Z) + Y/(M * P + K) + X)/Y + Y) -
Assertion (A): In C arithmetic operations are pemiissible on ints, floats and chars.
Reason (R): In C every arithmetic operator must be written explicitly.
-
Which of the following is a valid expression in FORTRAN 77?
-
In setting up 'for' loops in Pascal, the initial and final values of index may be
-
In a 3 byte instruction of 8085, the first, second and third byte respectively indicate
A.
operation code, low order byte of data/address and high order byte of data / address
|
B.
low order byte of data / address, high order byte of data / address and operation code
|
C.
high order byte of data / address, low order byte of data / address and operation code
|
D.
high order byte of data / address, operation code and low order byte of data / address
|