ECE :: Microprocessors
-
Which one is true for writing array variable in Pascal?
-
What does the instruction
'PCHL'
in 8085 do? -
In a multi-processor configuration two coprocessors are connected to host 8086 processor. The instruction sets of the two coprocessors
-
Virus is a
-
For converting a decimal number into octal number, the decimal number is expressed as a series of the type
-
Consider the following statements
- The sign of a floating point number depends on the sign of mantissa only.
- If the absolute value of a number is less than 1, the sign of exponent is zero or positive.
- With sign bit of mantissa as 0, increasing the exponent from a positive to a more positive value gives a larger floating point number.
-
Assertion (A): In microprocessor 8085 instruction LXIB, 90 FF H means register B and C are loaded with upper and lower bytes to get B = 90 H and C = FFH.
Reason (R): In 8085 the stack pointer indicates which memory location is to accessed.
-
The initial contents of
ACC and CY
in 8085 areCY = 1
ACC = 10000001
RAL
is executed once the contents ofCY and ACC
respectively will be
A.
The general form of an array variable is an integer or a real variable name followed by subscripts enclosed within square brackets. The subscripts are separated by commas
|
B.
The general form of an array variable must be an integer name followed by subscripts enclosed within square brackets. The subscripts are separated by commas
|
C.
The subscripts in array variable must be separated by dots
|
D.
The subscripts must be enclosed within parenthesis
|