ECE :: Microprocessors
-
Assertion (A): To add 8 bit words, two 1C 74181 can be cascaded.
Reason (R): In 1C 74181 a sum greater than 15 leads to high carry out.
-
Consider the following tasks in a micro computer
- Receiving data and instruction
- Performing arithmetic computation
- Performing logical computations
- Storing data and instructions
-
Consider the following DO statement in FORTRAN 77
The number of DO loop executions in the above statement is
DO 25 J = 1, 7 -
Initially the number decimal 8 is stored. If instruction
RAL
is executed twice, the final number stored will be -
For the expression
cos (ωt + 0)
the correct Pascal equivalent is -
Consider the following features of 'structures' in C?
- The values of a structure variable can be assigned to another structure variable of the same type using the assignment operator.
- One structure can be nested within another structure.
- A variable structure can also be passed to a function.
-
Assertion (A): In 8085 SP and PC are 8 bit each.
Reason (R): 8085 is an 8 bit microprocessor.