Frage 1
Frage
109. What is a “Kernel” in Cache Memory?
Frage 2
Frage
108. What is a “Synchronization” in Cache Memory?
Frage 3
Frage
107. How many main levels of Cache Memory?
Frage 4
Frage
106. How many size of Cache L3 is true approximately? :
Frage 5
Frage
105. How many size of Cache L2 is true approximately? :
Frage 6
Frage
104. How many size of Cache L1 is true approximately? :
Frage 7
Frage
103. Little’s Law and a series of definitions lead to several useful equations for
Frage 8
Frage
102. Little’s Law and a series of definitions lead to several useful equations for “Length server” - :
Frage 9
Frage
101. Little’s Law and a series of definitions lead to several useful equations for “Time system” - :
Antworten
-
o Average time/task in the system, or the response time, which is the sum of Time queue and Time server
-
o Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
o Average time per task in the queue
Frage 10
Frage
100. Little’s Law and a series of definitions lead to several useful equations for “Time queue” - :
Antworten
-
o Average time per task in the queue
-
o Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
o Average time/task in the system, or the response time, which is the sum of Time queue and Time server
Frage 11
Frage
99. Little’s Law and a series of definitions lead to several useful equations for “Time server” - :
Antworten
-
o Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
o Average time per task in the queue
-
o Average time/task in the system, or the response time, which is the sum of Time queue and Time server
Frage 12
Frage
98. If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Think time” - ?:
Antworten
-
o The time from the reception of the response until the user begins to enter the next command
-
o The time for the user to enter the command
-
o The time between when the user enters the command and the complete response is displayed
Frage 13
Frage
97. If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “System response time” - ?:
Antworten
-
o The time between when the user enters the command and the complete response is displayed
-
o The time for the user to enter the commando The time for the user to enter the command
-
o The time from the reception of the response until the user begins to enter the next command
Frage 14
Frage
96. If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Entry time” - ? :
Antworten
-
o The time for the user to enter the command
-
o The time between when the user enters the command and the complete response is displayed
-
o The time from the reception of the response until the user begins to enter the next command
Frage 15
Frage
95. At storage systems Gray and Siewiorek classify faults what does mean “Environmental faults”? :
Antworten
-
o Fire, flood, earthquake, power failure, and sabotage
-
o Faults in software (usually) and hardware design (occasionally)
-
o Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
Frage 16
Frage
94. At storage systems Gray and Siewiorek classify faults what does mean “Operation faults”? :
Antworten
-
o Mistakes by operations and maintenance personnel
-
o Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
-
o Faults in software (usually) and hardware design (occasionally)
Frage 17
Frage
93. At storage systems Gray and Siewiorek classify faults what does mean “Design faults”? :
Antworten
-
o Faults in software (usually) and hardware design (occasionally)
-
o Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
-
o Mistakes by operations and maintenance personnel
Frage 18
Frage
92. At storage systems Gray and Siewiorek classify faults what does mean “Hardware faults”? :
Antworten
-
o Faults in software (usually) and hardware design (occasionally)
-
o Mistakes by operations and maintenance personnel
-
o Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
Frage 19
Frage
91. What is a RAID 4?
Antworten
-
o Many applications are dominated by small accesses
-
o Since the higher-level disk interfaces understand the health of a disk, it’s easy to figure out which disk failed
-
o Also called mirroring or shadowing, there are two copies of every piece of data
Frage 20
Frage
90. What is a RAID 3?
Antworten
-
o Since the higher-level disk interfaces understand the health of a disk, it’s easy to figure out which disk failed
-
o Many applications are dominated by small accesses
-
o Also called mirroring or shadowing, there are two copies of every piece of data
Frage 21
Frage
89. What is a RAID 2?
Antworten
-
o This organization was inspired by applying memory-style error correcting codes to disks
-
o It has no redundancy and is sometimes nicknamed JBOD, for “just a bunch of disks,” although the data may be striped across the disks in the array
-
o Also called mirroring or shadowing, there are two copies of every piece of data
Frage 22
Frage
88. What is a RAID 1?
Antworten
-
o Also called mirroring or shadowing, there are two copies of every piece of data
-
o It has no redundancy and is sometimes nicknamed JBOD, for “just a bunch of disks,” although the data may be striped across the disks in the array
-
o This organization was inspired by applying memory-style error correcting codes to disks
Frage 23
Frage
87. What is a RAID 0?
Antworten
-
o It has no redundancy and is sometimes nicknamed JBOD, for “just a bunch of disks,” although the data may be striped across the disks in the array
-
o Also called mirroring or shadowing, there are two copies of every piece of data
-
o This organization was inspired by applying memory-style error correcting codes to disks
Frage 24
Frage
86. A virus classification by target includes the following categories, What is a File infector?
Antworten
-
o Infects files that the operating system or shell consider to be executable
-
o A typical approach is as follows
-
o The key is stored with the virus
-
o Far more sophisticated techniques are possible
Frage 25
Frage
85. In Non-Blocking Caches what does mean “Early restart”?
Antworten
-
o Fetch the words in normal order, but as soon as the requested word of the block arrives, send it to the processor and let the processor continue execution
-
o Request the missed word first from memory and send it to the processor as soon as it arrives; let the processor continue execution while filling the rest of the words in the block
Frage 26
Frage
84. In Non-Blocking Caches what does mean “Critical Word First”?
Antworten
-
o Fetch the words in normal order, but as soon as the requested word of the block arrives, send it to the processor and let the processor continue execution
-
o Request the missed word first from memory and send it to the processor as soon as it arrives; let the processor continue execution while filling the rest of the words in the block
Frage 27
Frage
83. Storage Systems, “Higher associativity to reduce miss rate” -
Antworten
-
o Obviously, increasing associativity reduces conflict misses
-
o The obvious way to reduce capacity misses is to increase cache capacity
-
o The simplest way to reduce the miss rate is to take advantage of spatial locality and increase the block size
Frage 28
Frage
82. Storage Systems, “Bigger caches to reduce miss rate” -
Antworten
-
o The obvious way to reduce capacity misses is to increase cache capacity
-
o Obviously, increasing associativity reduces conflict misses
-
o The simplest way to reduce the miss rate is to take advantage of spatial locality and increase the block size
Frage 29
Frage
81. Storage Systems, “Larger block size to reduce miss rate” -
Antworten
-
o The simplest way to reduce the miss rate is to take advantage of spatial locality and increase the block size
-
o The obvious way to reduce capacity misses is to increase cache capacity
-
o Obviously, increasing associativity reduces conflict misses
Frage 30
Frage
80. At Critical Word First for Miss Penalty chose correct sequence of Blocking Cache with Critical Word first “Order of fill”:
Antworten
-
o 3,4,5,6,7,0,1,2
-
o 0,1,2,3,4,5,6,7
Frage 31
Frage
79. At Critical Word First for Miss Penalty chose correct sequence of Basic Blocking Cache “Order of fill”:
Antworten
-
o 0,1,2,3,4,5,6,7
-
o 3,4,5,6,7,0,1,2
Frage 32
Antworten
-
o Miss Address File
-
o Map Address File
-
o Memory Address File
Frage 33
Frage
77. What does mean MSHR?
Antworten
-
o Miss Status Handling Register
-
o Map Status Handling Reload
-
o Mips Status Hardware Register
-
o Memory Status Handling Register
Frage 34
Frage
76. Non-Blocking Cache Timeline for “Miss Under Miss” the sequence is -?
Antworten
-
o CPU time->Cache Miss->Miss->Stall on use->Miss Penalty->Miss Penalty->CPU time
-
o CPU time->Cache Miss->Hit->Stall on use->Miss Penalty->CPU time
-
o CPU time-Cache Miss-Miss Penalty-CPU time
Frage 35
Frage
75. Non-Blocking Cache Timeline for “Hit Under Miss” the sequence is -?
Antworten
-
o CPU time->Cache Miss->Hit->Stall on use->Miss Penalty->CPU time
-
o CPU time->Cache Miss->Miss->Stall on use->Miss Penalty->CPU time
-
o CPU time-Cache Miss-Miss Penalty-CPU time
Frage 36
Frage
74. Non-Blocking Cache Timeline for “Blocking Cache” the sequence is - ?
Antworten
-
o CPU time-Cache Miss-Miss Penalty-CPU time
-
o CPU time->Cache Miss->Hit->Stall on use->Miss Penalty->CPU time
-
o CPU time->Cache Miss->Miss->Stall on use->Miss Penalty->CPU time
Frage 37
Frage
73. In Multilevel Caches “Misses per instruction” equals =
Antworten
-
o misses in cache / number of instructions
-
o misses in cache / accesses to cache
-
o misses in cache / CPU memory accesses
Frage 38
Frage
72. In Multilevel Caches “Global miss rate” equals =
Antworten
-
o misses in cache / CPU memory accesses
-
o misses in cache / accesses to cache
-
o misses in cache / number of instructions
Frage 39
Frage
71. In Multilevel Caches “Local miss rate” equals =
Antworten
-
o misses in cache / accesses to cache
-
o misses in cache / number of instructions
-
o misses in cache / CPU memory accesses
Frage 40
Frage
70. What is a Conflict?
Antworten
-
o misses that occur because of collisions due to less than full associativity
-
o first-reference to a block, occur even with infinite cache
-
o cache is too small to hold all data needed by program, occur even under perfect replacement policy
Frage 41
Frage
67. At VLIW Multi-Way Branches, which of this solution is true about problem: Long instructions provide few opportunities for branches:
Frage 42
Frage
66. What is an ALAT? :
Antworten
-
o Advanced Load Address Table
-
o Allocated Link Address Table
-
o Allowing List Address Table
-
o Addition Long Accessibility Table
Frage 43
Frage
65. h Speculative Execution, which of this solution is true about problem: Possible memory hazards limit code scheduling:
Frage 44
Frage
64. At VLIW Speculative Execution, which of this solution is true about problem: Branches restrict compiler code motion?
Frage 45
Frage
63. At VLIW by “performance and loop iteration” which time is shorter?
Antworten
-
o Software Pipelined
-
o Loop Unrolled
Frage 46
Frage
62. At VLIW by “performance and loop iteration” which time is longer?
Antworten
-
o Loop Unrolled
-
o Software Pipelined
Frage 47
Frage
61. What is “VLIW”?
Antworten
-
o Very Long Instruction Word
-
o Very Light Internal Word
-
o Very Less Interpreter Word
-
o Very Low Invalid Word
Frage 48
Frage
60. Out-of-Order Control Complexity MIPS R10000 which element is not in Control Logic?
Antworten
-
o Integer Datapath
-
o CLK
-
o Free List
-
o Address Queue
Frage 49
Frage
59. Out-of-Order Control Complexity MIPS R10000 which element is in Control Logic?
Antworten
-
o Register name
-
o Instruction cache
-
o Data tags
-
o Data cache
Frage 50
Frage
58. At VLIW “Superscalar Control Logic Scaling” which parameters are used?
Antworten
-
o Width and Lifetime
-
o Width and Height
-
o Time and Cycle
-
o Length and Addition
Frage 51
Antworten
-
o Issue Queue
-
o Internal Queue
-
o Interrupt Queue
-
o Instruction Queue
Frage 52
Antworten
-
o Free List
-
o Free Last
-
o Free Launch
-
o Free Leg
Frage 53
Antworten
-
o Rename Table
-
o Recall Table
-
o Relocate Table
-
o Remove Table
Frage 54
Frage
54. Speculating on Exceptions “Recovery mechanism” is -
Antworten
-
o Only write architectural state at commit point, so can throw away partially executed instructions after exception
-
o Exceptions are rare, so simply predicting no exceptions is very accurate
-
o An entity capable of accessing objects
-
o None of them
Frage 55
Frage
1. Speculating on Exceptions “Check prediction mechanism” is -
Antworten
-
o Exceptions detected at end of instruction execution pipeline, special hardware for various exception types
-
o Exceptions are rare, so simply predicting no exceptions is very accurate
-
o The way in which an object is accessed by a subject
-
o None of them
Frage 56
Frage
52. Speculating on Exceptions “Prediction mechanism” is -
Antworten
-
o Exceptions are rare, so simply predicting no exceptions is very accurate
-
o Exceptions detected at end of instruction execution pipeline, special hardware for various exception types
-
o Only write architectural state at commit point, so can throw away partially executed instructions after exception
-
o None of them
Frage 57
Frage
51. What is about Superscalar means “F-D-X-M-W”?
Antworten
-
o Fetch, Decode, Execute, Memory, Writeback
-
o Fetch, Decode, Instruct, Map, Write
-
o Fetch, Decode, Excite, Memory, Write
-
o Fetch, Decode, Except, Map, Writeback
Frage 58
Frage
50. How many stages used in Superscalar (Pipeline)?
Frage 59
Antworten
-
o Scoreboard
-
o Scorebased
-
o Scalebit
-
o Scaleboard
Frage 60
Antworten
-
o Physical Register File
-
o Pending Register File
-
o Pipeline Register File
-
o Pure Register File
Frage 61
Antworten
-
o Finished Store Buffer
-
o Finished Stack Buffer
-
o Finished Stall Buffer
-
o Finished Star Buffer
Frage 62
Antworten
-
o Reorder Buffer
-
o Read Only Buffer
-
o Reload Buffer
-
o Recall Buffer
Frage 63
Antworten
-
o Architectural Register File
-
o Architecture Relocation File
-
o Architecture Reload File
-
o Architectural Read File
Frage 64
Frage
44. Which of the following formula is true about Issue Queue for “Instruction Ready”:
Antworten
-
o Instruction Ready = (!Vsrc0 || !Psrc0)&&(!Vsrc1 || !Psrc1)&& no structural hazards
-
o Instruction Ready = (!Vsrc0 || !Psrc1)&&(!Vsrc1 || !Psrc0)&& no structural hazards
-
o Instruction Ready = (!Vsrc1 || !Psrc1)&&(!Vsrc0 || !Psrc1)&& no structural hazards
-
o Instruction Ready = (!Vsrc1 || !Psrc1)&&(!Vsrc0 || !Psrc0)&& no structural hazards
Frage 65
Frage
43. How many instructions used in Distributed Superscalar 2 and Exceptions?
Frage 66
Frage
42. How many issue queue used in Distributed Superscalar 2 and Exceptions:
Frage 67
Frage
41. How many issue queue used in Centralized Superscalar 2 and Exceptions?
Frage 68
Frage
40. Little’s Law and a series of definitions lead to several useful equations for “Length queue” -:
Frage 69
Frage
39. Little’s Law and a series of definitions lead to several useful equations for “Length server” - :
Frage 70
Frage
38. Little’s Law and a series of definitions lead to several useful equations for “Time system” - :
Antworten
-
o Average time/task in the system, or the response time, which is the sum of Time queue and Time server
-
o Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
o Average time per task in the queue
Frage 71
Frage
37. Little’s Law and a series of definitions lead to several useful equations for “Time queue” - :
Antworten
-
o Average time per task in the queue
-
o Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
o Average time/task in the system, or the response time, which is the sum of Time queue and Time server
Frage 72
Frage
36. Little’s Law and a series of definitions lead to several useful equations for “Time server” - :
Antworten
-
o Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
o Average time per task in the queue
-
o Average time/task in the system, or the response time, which is the sum of Time queue and Time server
Frage 73
Frage
35. If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Think time” - ?:
Antworten
-
o The time from the reception of the response until the user begins to enter the next command
-
o The time for the user to enter the command
-
o The time between when the user enters the command and the complete response is displayed
Frage 74
Frage
34. If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “System response time” - ?:
Antworten
-
o The time between when the user enters the command and the complete response is displayed
-
o The time for the user to enter the command
-
o The time from the reception of the response until the user begins to enter the next command
Frage 75
Frage
33. What is kernel process?
Antworten
-
o Provide at least two modes, indicating whether the running process is a user process or an operating system process
-
o Provide at least five modes, indicating whether the running process is a user process or an operating system process
-
o Provide a portion of the processor state that a user process can use but not write
-
o None of them
Frage 76
Frage
32. What does DDR stands for?
Antworten
-
o Double data rate
-
o Dual data rate
-
o Double data reaction
-
o None of them
Frage 77
Frage
31. What does DRAM stands for?
Antworten
-
o Dynamic Random Access memory
-
o Dual Random Access memory
-
o Dataram Random Access memory
Frage 78
Frage
30. What does SRAM stands for?
Antworten
-
o Static Random Access memory
-
o System Random Access memory
-
o Short Random Accessmemory
-
o None of them
Frage 79
Frage
29. What is the cycle time?
Antworten
-
o The minimum time between requests to memory.
-
o Time between when a read is requested and when the desired word arrives
-
o The maximum time between requests to memory.
-
o None of them
Frage 80
Frage
28. What is the access time?
Antworten
-
o Time between when a read is requested and when the desired word arrives
-
o The minimum time between requests to memory.
-
o Describes the technology inside the memory chips and those innovative, internal organizations
-
o None of them
Frage 81
Antworten
-
o An instruction depends on a data value produced by an earlier instruction
-
o An instruction in the pipeline needs a resource being used by another instruction in the pipeline
-
o Whether or not an instruction should be executed depends on a control decision made by an earlier instruction
Frage 82
Frage
26. Structural Hazard:
Antworten
-
o An instruction in the pipeline needs a resource being used by another instruction in the pipeline
-
o An instruction depends on a data value produced by an earlier instruction
-
o Whether or not an instruction should be executed depends on a control decision made by an earlier instruction
Frage 83
Frage
25. Exploit spatial locality:
Frage 84
Frage
24. Exploit temporal locality:
Frage 85
Frage
23. Reduce Miss Rate: High Associativity. Empirical Rule of Thumb:
Antworten
-
o Direct-mapped cache of size N has about the same miss rate as a two-way set- associative cache of size N/2
-
o If cache size is doubled, miss rate usually drops by about √2
-
o None of them
Frage 86
Frage
22. Reduce Miss Rate: Large Cache Size. Empirical Rule of Thumb:
Antworten
-
o If cache size is doubled, miss rate usually drops by about √2
-
o Direct-mapped cache of size N has about the same miss rate as a two-way set- associative cache of size N/2
-
o None of them
Frage 87
Antworten
-
o Write Through – write both cache and memory, generally higher traffic but simpler to design
-
o write cache only, memory is written when evicted, dirty bit per block avoids unnecessary write backs, more complicated
-
o No Write Allocate – only write to main memory
Frage 88
Frage
20. Least Recently Used (LRU):
Antworten
-
o cache state must be updated on every access
-
o Used in highly associative caches
-
o FIFO with exception for most recently used block(s)
Frage 89
Frage
19. What is Computer Architecture?
Antworten
-
o is the design of the abstraction/implementation layers that allow us to execute information processing applications efficiently using manufacturing technologies
-
o is a group of computer systems and other computing hardware devices that are linked together through communication channels to facilitate communication and resource-sharing among a wide range of users
-
o the programs used to direct the operation of a computer, as well as documentation giving instructions on how to use them
Frage 90
Frage
18. What is a Bandwidth-Delay Product:
Antworten
-
o is amount of data that can be in flight at the same time (Little’s Law)
-
o is time for a single access – Main memory latency is usually >> than processor cycle time
-
o is the number of accesses per unit time – If m instructions are loads/stores, 1 + m memory accesses per instruction, CPI = 1 requires at least 1 + m memory accesses per cycle
Frage 91
Frage
17. What is a Bandwidth:
Antworten
-
o a is the number of accesses per unit time – If m instructions are loads/stores, 1 + m memory accesses per instruction, CPI = 1 requires at least 1 + m memory accesses per cycle
-
o is time for a single access – Main memory latency is usually >> than processor cycle time
-
o is amount of data that can be in flight at the same time (Little’s Law)
Frage 92
Frage
16. Control Hazard:
Antworten
-
o Whether or not an instruction should be executed depends on a control decision made by an earlier instruction
-
o An instruction depends on a data value produced by an earlier instruction
-
o An instruction in the pipeline needs a resource being used by another instruction in the pipeline
Frage 93
Antworten
-
o An instruction depends on a data value produced by an earlier instruction
-
o An instruction in the pipeline needs a resource being used by another instruction in the pipeline
-
o Whether or not an instruction should be executed depends on a control decision made by an earlier instruction
Frage 94
Frage
1. Structural Hazard:
Antworten
-
o An instruction in the pipeline needs a resource being used by another instruction in the pipeline
-
o An instruction depends on a data value produced by an earlier instruction
-
o Whether or not an instruction should be executed depends on a control decision made by an earlier instruction
Frage 95
Frage
13. The formula of “Iron Law” of Processor Performance:
Antworten
-
o time/program = instruction/program * cycles/instruction * time/cycle
-
o time/program = instruction/program * cycles/instruction + time/cycle
-
o time/program = instruction/program + cycles/instruction * time/cycle
Frage 96
Frage
12. Algorithm for Cache MISS:
Antworten
-
o Processor issues load request to cache -> Compare request address to cache tags and see if there is a match -> Read block of data from main memory -> Replace victim block in cache with new block -> return copy of data from cache
-
o Processor issues load request to cache -> Read block of data from main memory -> return copy of data from cache
-
o Processor issues load request to cache -> Replace victim block in cache with new block -> return copy of data from cache
Frage 97
Frage
11. Algorithm for Cache HIT:
Antworten
-
o Processor issues load request to cache -> Replace victim block in cache with new block -> return copy of data from cache
-
o Processor issues load request to cache -> Read block of data from main memory -> return copy of data from cache
-
o Processor issues load request to cache -> Compare request address to cache tags and see if there is a match -> return copy of data from cache
Frage 98
Antworten
-
o cache is too small to hold all data needed by program, occur even under perfect replacement policy (loop over 5 cache lines)
-
o misses that occur because of collisions due to less than full associativity (loop over 3 cache lines)
-
o first-reference to a block, occur even with infinite cache
Frage 99
Antworten
-
o cache is too small to hold all data needed by program, occur even under perfect replacement policy (loop over 5 cache lines)
-
o first-reference to a block, occur even with infinite cache
-
o misses that occur because of collisions due to less than full associativity (loop over 3 cache lines)
Frage 100
Frage
7. Average Memory Access Time is equal:
Antworten
-
o Hit Time * ( Miss Rate + Miss Penalty )
-
o Hit Time - ( Miss Rate + Miss Penalty )
-
o Hit Time / ( Miss Rate - Miss Penalty )
-
o Hit Time + ( Miss Rate * Miss Penalty )
Frage 101
Antworten
-
o No Write Allocate, Write Allocate
-
o Write Through, Write Back
Frage 102
Antworten
-
o No Write Allocate, Write Allocate
-
o Write Through, Write Back
Frage 103
Frage
4. What occurs at Data access when we speak about Common And Predictable Memory Reference Patterns?
Antworten
-
o subroutine call
-
o n loop iterations
-
o vector access
Frage 104
Frage
3. What occurs at Stack access when we speak about Common And Predictable Memory Reference Patterns?
Antworten
-
o subroutine call
-
o n loop iterations
-
o vector access
Frage 105
Frage
2. What occurs at Intruction fetches when we speak about Common And Predictable Memory Reference Patterns?
Antworten
-
o n loop iterations
-
o subroutine call
-
o vector access
Frage 106
Frage
1. - What is a Latency:
Antworten
-
o is time for a single access – Main memory latency is usually >> than processor cycle time
-
o is the number of accesses per unit time – If m instructions are loads/stores, 1 + m memory accesses per instruction, CPI = 1 requires at least 1 + m memory accesses per cycle
-
o is amount of data that can be in flight at the same time (Little’s Law)