ECE :: Microprocessors
-
Which of the following is not a valid real variable in FORTRAN 77?
-
Let JCOKE = 3 and LPEPSI = 5. Consider the statement
What will be the final value of JCOKE after the above statement is executed?
IF (3 * JCOKE. EQ. LPESPSI)
JCOKE = JCOKE + 2
JCOKE = JCOKE + 5 -
Diskette can be used for primary storage as well as secondary storage in a computer.
-
Read the following statements
- Magnetic tape is a sequential device.
- Magnetic disc is a direct access device.
- Magnetic tape and disc are both sequential devices.
- Magnetic tape and disc are both direct access devices.
-
A memory chip has 65536 cells in it. Then
-
Assertion (A): Mnemonics are used in assembly level program.
Reason (R): Computer cannot understand mnemonics.
-
Consider the following logical IF statement in FORTRAN 77
The above statement using arithmetic IF statement would be
IF (SALT. GE. PEPPER) GOTO 11
GOTO 13 -
Assertion (A): Microprocessor 8085 can address 65536 memory locations.
Reason (R): Microprocessor 8085 has 16 address lines.
-
If initial value of
PROD
is zero and a program adds X toPROD
, Y times we get the result