ECE :: Microprocessors
-
A microprocessor can understand instruction written in
-
In a display specified as 600 x 400 the number of pixels across the display screen is
-
Consider the following DO statement in Fortran 77
The number of DO loop executions in the above statement is
DO 12 A = 1.0, 5.5, 0.5 -
Which of the following real expressions is incorrect in Pascal?
-
The instruction
MVI A, 20
in 8085 means -
The two orientations of worksheet page are called
-
The correct form of expression B3 -2 A C in FORTRAN 77 is
-
If RADIUS = 3.0 the result of the following FORTRAN 77 program will be
REAL RADIUS, CAREA, SAREA, RATIO
PI
PI = 3.1416
READ *, RADIUS CAREA = PI * RADIUS * RADIUS
SAREA = 2 * RADIUS * RADIUS
RATIO = CAREA/SAREA -
Which one is not a valid subscripted variable?