retagged by
896 views
0 votes
0 votes
Interrupt latency is the time elapsed between:

a) Occurrence of an interrupt and its detection by the CPU

b) Assertion of an interrupt and the start of the associated ISR

c) Assertion of an interrupt and the completion of the associated ISR

d) Start and completion of associated ISR
retagged by

3 Answers

Related questions

0 votes
0 votes
1 answer
1
sh!va asked Mar 1, 2017
1,268 views
An 8-bit microcontroller has an external RAM with the memory map from 8000H to 9FFFH.The number of bytes this RAM can store isa) 8193b) 8192c) 8191d) 8000
0 votes
0 votes
1 answer
2
sh!va asked Mar 1, 2017
426 views
A micro controller differs from a microprocessor in terms ofa) I/O interfaces and instruction decodingb) Memory configuration and I/O interfacesc) Data bus width and cloc...
0 votes
0 votes
1 answer
3
sh!va asked Feb 28, 2017
837 views
Consider the following program for 8085 XRA A LXI B, 0007HLOOP : DCX B JNZ LOOPThe loop will be executeda) 8 timesb) on...
0 votes
0 votes
1 answer
4
sh!va asked Mar 2, 2017
622 views
Digital signal processors use a computer architecture derived from(a) Harvard Architecture(b) Von-Neumann Architecture(c) Cray Architecture(d) None of the above