ECE :: Microprocessors
-
Internet is a worldwide network of computers where most of the information is freely available.
-
A 37 bit mantissa has an accuracy of
-
In a C expression using assignment operators, relational operators and arithmetic operators, the hierarchy of operations (in the absence of parenthesis) is
-
In 8085, the pins for SID and SOD are
-
Assertion (A): Each memory chip has its own address latch.
Reason (R): ALE signal comes out of microprocessor 8085 and goes to memory chip.
-
Consider the statement
20 X = A + B/C + D * Y
Which of the following formulae does the above statement represent? -
In the expression b = 2.1 / 1.2 * 3.1 + 3 / 7.1 * 6 which operation would have the first priority in C?
-
Consider the instructions
MOV M, B
OUT 4
LDAX
-
Read the following statements about address space in microprocessors
- An address space is a set of all possible addresses which can be generated by a microprocessor.
- Each address in the address space allows a designer to provide at least one memory or I/O location in the system.
- Two types of address spaces are memory and I/O address space.
- Some micro processors have only one type of address space.