291. Which formula is used to calculate the number of memory stall cycles:
Correct answer: (C)
Memory access * Cache miss rate * Cache miss penalty
292. Which formula is used to calculate the number of read stall cycles:
Correct answer: (A)
Reads* Read miss rate * Read miss penalty
293. Which formula is used to calculate the number of write stall cycles:
Correct answer: (B)
Write* (Write miss rate * Write miss penalty)+write buffer stalls
294. Which generate an interrupt to the microprocessor after a certain interval of time:
Correct answer: (B)
8254
295. Which has great important in modular programming:
Correct answer: (A)
Stack segment
296. Which is 16 Bit microprocessor:
Correct answer: (D)
All of these
297. Which is a programmable communication interface:
Correct answer: (C)
8251
298. Which is an integral part of any microcomputer system and its primary purpose is to hold program and data:
Correct answer: (A)
Memory unit
299. Which is called superhighway:
Correct answer: (C)
Backbone bus
300. Which is designed to automatically manage the handshake operation:
Correct answer: (C)
8255