Questão 1
Questão
37. On all instruction cycles, the processor accesses memory at least once, to:
.
Questão 2
Questão
38. When a processor attempts to read a byte or word of memory, it firstly checks
the:
Responda
-
● Main memory
-
● Cache
-
● Secondary memory
-
● Register
Questão 3
Questão
39. Block size is:
Responda
-
● (How much data should be transferred from main memory to cache)
-
● Larger block size yields more hits until probability of using newly fetched
data becomes less than the probability of reusing data that have to be
moved out of cache
-
● The unit of data exchanged between cache and main memory
Questão 4
Questão
40. This determines which cache location the block will occupy:
Responda
-
● replacement algorithm
-
● locality of reference
-
● Mapping function
Questão 5
Questão
41. This chooses which block to replace when a new block is to be loaded into the
cache and the cache already had all slots filled with other blocks:
Responda
-
● locality of reference
-
● Back to nowcache size
-
● write policy
-
● replacement algorithm
Questão 6
Questão
42. If the contents of a block in the cache are altered, then it is needed to save it
back to main memory before replacing it. This is called:
Responda
-
● replacement algorithm
-
● locality of reference
-
● mapping function
-
● write policy
Questão 7
Questão
43. Which of the following is not a technique possible for I/O operations?
Questão 8
Questão
44. The processor issues an I/O command to a module and waits, periodically
checking the status of the I/O module until it finds that the operation is
complete.
Questão 9
Questão
45. The I/O module performs the requested action and then sets the appropriate
bits in the I/O status register but takes no further action to alert the processor.
Questão 10
Questão
47. The main disadvantage of this technique: it is a time-consuming process that
keeps the processor busy needlessly.
Questão 11
Questão
48. The processor issues an I/O command to a module and then go on to some
other useful work.
Questão 12
Questão
49. The I/O module performs the requested action and alerts the processor to
request service when it is ready to exchange data with the processor.
Questão 13
Questão
51. The main disadvantage of this technique: consumes a lot of processor time,
because every word of data that goes from memory to I/O module or from I/O
module to memory must pass through the processor.
Questão 14
Questão
52. The processor issues an I/O command to a separate module, by sending the
type of operation (четыре вопроса в одном)read/write), the address of the I/O device, the starting
location in memory for data, number of words. Then the processor continues
with other work.
Questão 15
Questão
53. The module transfers the entire block of data to/from memory without going
through the processor.
Questão 16
Questão
55. The main disadvantage of this technique: there is a competition for bus usage.