ECE :: Microprocessors
-
If N = 196, the result of the following program will be
INTEGER N, DIGIT 1, DIGIT 2, DIGIT 3,
SUM
READ*, N
DIGIT 1 = N - (N / 10)* 10 N = N / 10
DIGIT 2 = N - (N / 10)* 10 N = N / 10
DIGIT 3 = N - (N / 10)* 10
SUM = DIGIT 1 + DIGIT 2 + DIGIT 3 -
If the mantissa has a sign bit of 0 and the exponent is changed from a negative number to a more positive number the result is
-
Which of the following statements in FORTRAN 77 is non executable?
-
A blank EPROM has
-
In 8085 the term 'absolute addressing' means
-
The range of floating point numbers in Java is
-
What does the operator ( ) mean in C?
-
Which of the following is a valid FORTRAN assignment statement?
-
Which of the following statements is written in plain English in 8085?