ECE :: Microprocessors
-
Which of the following is a valid logical expression in Pascal?
-
In a typical microcomputer data transfer takes place between
-
In 8085 the pins for + 5 V input and ground are
-
The normalised form of 1.81 x 10-11 is
-
'Burst refresh' in DRAM is also called
-
If KMT = 100, LITRES = 5.0, PCOST = 28.0 and OPCOST = 70.0 what will be the result of the following FORTRAN 77 program?
INTEGER KMT
REAL LITRES, PCOST, OPCOST, PKCOST READ *, KMT,
LITRES, PCOST, OPCOST, PKCOST
KMPL = KMT/LITRES PKCOST = (PCOST * LITRES + OPCOST)/ KMT -
A real number consists of
-
Assertion (A): Negative values of incremental operator in DO loop are allowed in Fortran 77 but not in earlier versions of Fortran.
Reason (R): Fortran 77 has better array facilities than earlier versions of Fortran.
-
In FORTRAN 77 the correct way to write mathematical expression is be