Frage 1
Frage
Storage Systems, “Higher associativity to reduce miss rate”
Antworten
-
The simplest way to reduce the miss rate to take advantage of spatial locality and increase the block size
-
The obvious way to reduce capacity misses is to increase cache capacity
-
Obviously, increasing associativity reduces conflict misses
Frage 2
Frage
How many Optimizations’ in Cache memory Performance?
Frage 3
Frage
Storage Systems, “Larger block size to reduce miss rate”
Antworten
-
The simplest way to reduce the miss rate to take advantage of spatial locality and increase the block size
-
The obvious way to reduce capacity misses is to increase cache capacity
-
Obviously, increasing associativity reduces conflict misses
Frage 4
Frage
What is the “Read Operands” in simple five-stage pipeline?
Antworten
-
Wait until no data hazards, then reads the operand
-
Decode instructions, check for structural hazards
Frage 5
Frage
Storage Systems, “Bigger caches to reduce miss rate”
Antworten
-
The simplest way to reduce the miss rate to take advantage of spatial locality and increase the block size
-
The obvious way to reduce capacity misses is to increase cache capacity
-
Obviously, increasing associativity reduces conflict misses
Frage 6
Frage
Tenth optimization of Cache Memory “Register prefetch”?
Frage 7
Frage
At storage systems Gray and Siewiorek classify faults what does mean “Operation faults”?
Antworten
-
Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
-
Faults in software (usually) and hardware design (occasionally)
-
Mistakes by operations and maintenance personnel
Frage 8
Frage
What is a “Kernel” in Cache Memory?
Frage 9
Frage
Little’s Law and a series of definitions lead to several useful equations for “Time queue” -
Antworten
-
Average time per task in the queue
-
Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
Average time/task in the system, or the response time, which is the sum of Time queue and Time server
Frage 10
Frage
How many steps took Virtual Machine Monitor to improve performance of virtual machines?
Frage 11
Frage
How many issue queue used in Centralized Superscalar 2 and Exceptions
Frage 12
Frage
Which of the following formula is true about Issue Queue for “Instruction Ready”
Antworten
-
Instruction Ready = (!Vsrc0 || !Psrc0)&&(!Vsrc1 || !Psrc1)&& no structural hazards
-
Instruction Ready = (!Vsrc1 || !Psrc1)&&(!Vsrc0 || !Psrc1)&& no structural hazards
-
Instruction Ready = (!Vsrc0 || !Psrc1)&&(!Vsrc1 || !Psrc0)&& no structural hazards
-
Instruction Ready = (!Vsrc1 || !Psrc1)&&(!Vsrc0 || !Psrc0)&& no structural hazards
Frage 13
Frage
What is the “Read Operands” in Pipelining Basics?
Antworten
-
Wait until no control hazards, then reads the operand
-
Wait until no structural hazards, then reads the operand
-
Wait until no data hazards, then reads the operand
Frage 14
Frage
Perfect caches at The Hardware Model?
Antworten
-
All memory accesses take one clock cycle
-
All conditional branches are predicted exactly
-
All memory addresses are known exactly
Frage 15
Frage
How many stages used in Superscalar (Pipeline)?
Frage 16
Frage
How much in percentage single-processor performance improvement has dropped to less than?
Frage 17
Frage 18
Frage
At VLIW by “performance and loop iteration” which time is shorter?
Antworten
-
Software Pipelined
-
Loop Unrolled
Frage 19
Frage
Little’s Law and a series of definitions lead to several useful equations for “Time server” -
Antworten
-
Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
Average time per task in the queue
-
Average time/task in the system, or the response time, which is the sum of Time queue and Time server
Frage 20
Frage
What single-processor performance improvement has dropped?
Frage 21
Antworten
-
Miss Address File
-
Map Address File
-
Memory Address File
Frage 22
Frage
How many classes of computers classified?
Frage 23
Frage
Sixth Optimization of Cache Memory “Critical word first”?
Antworten
-
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
-
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 24
Frage
In an important early study of intrusion, Anderson[ANDE80] identified three classes of intruders:
Antworten
-
Control, exploit, system
-
Masquerader, misfeasor, clandestine user
-
Individual, legitimate, authorized
-
Outside, inside, offside
Frage 25
Frage
How many elements of the Instruction Set Architecture (ISA):
Frage 26
Frage
What is the “Bigger caches to reduce miss rate” at Basics of Memory Hierarchies
Antworten
-
The obvious way to reduce capacity misses is to increase cache capacity
-
Obviously, increasing associativity reduces conflict misses
Frage 27
Frage
At storage systems Gray and Siewiorek classify faults what does mean “Design faults”?
Antworten
-
Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
-
Faults in software (usually) and hardware design (occasionally)
-
Mistakes by operations and maintenance personnel
Frage 28
Frage 29
Frage
What is the Conflict in main categories in Cache Memory?
Antworten
-
first-reference to a block, occur even with infinite cache
-
misses that occur because of collisions due to less than full associativity (loop over 3 cache lines)
-
cache is too small to hold all data needed by program, occur even under perfect replacement policy (loop over 5 cache lines)
Frage 30
Frage
Non-Blocking Cache Timeline for “Miss Under Miss” the sequence is?
Antworten
-
CPU time->Cache Miss->Miss->Stall on use->Miss Penalty->Miss Penalty->CPU time
-
CPU time-Cache Miss-Miss Penalty-CPU time
-
CPU time->Cache Miss->Hit->Stall on use->Miss Penalty->CPU time
Frage 31
Frage
At VLIW “Superscalar Control Logic Scaling” which parameters are used?
Antworten
-
Width and Lifetime
-
Width and Height
-
Time and Cycle
-
Length and Addition
Frage 32
Frage
What is a “Synchronization” in Cache Memory?
Frage 33
Frage
Non-Blocking Cache Timeline for “Blocking Cache” the sequence is?
Antworten
-
CPU time-Cache Miss-Miss Penalty-CPU time
-
CPU time->Cache Miss->Hit->Stall on use->Miss Penalty->CPU time
-
CPU time->Cache Miss->Miss->Stall on use->Miss Penalty->CPU time
Frage 34
Frage
Flash memory is a type of?
Antworten
-
Electronically Erasable Programmable Read-Only Memory
-
Electronically Extensible Programmable Re-Order Memory
-
Electronically Executable Programmable Reduce Memory
Frage 35
Frage
Access time at memory latency is -
Frage 36
Frage
In Multilevel Caches “Local miss rate” equals =
Antworten
-
misses in cache / accesses to cache
-
misses in cache / CPU memory accesses
-
misses in cache / number of instructions
Frage 37
Antworten
-
Also called mirroring or shadowing, there are two copies of every piece of data
-
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
-
This organization was inspired by applying memory-style error correcting codes to disks
Frage 38
Frage
RAW (read after write)?
Antworten
-
This hazard corresponds to an output dependence
-
This hazard is the most common type and corresponds to a true data dependence
-
This hazard arises n antidependence (or name dependence)
Frage 39
Frage
How many size of Cache L3 is true approximately?
Frage 40
Antworten
-
Since the higher-level disk interfaces understand the health of a disk, it’s easy to figure out which disk failed
-
Many applications are dominated by small accesses
-
Also called mirroring or shadowing, there are two copies of every piece of data
Frage 41
Frage
What is the increasing cache bandwidth?
Antworten
-
Critical word first and merging write buffer
-
Pipelined caches, multibanked caches and non-blocking caches
-
Small and simple first-level caches and way-prediction
Frage 42
Antworten
-
This organization was inspired by applying memory-style error correcting codes to disks
-
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
-
Also called mirroring or shadowing, there are two copies of every piece of data
Frage 43
Frage
In Non-Blocking Caches what does mean “Critical word first”?
Antworten
-
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
-
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
Frage 44
Frage
Sixth optimization of cache memory “Early restart”?
Antworten
-
Fetch the word 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
-
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 45
Frage
How many size of Cache L2 is true approximately?
Frage 46
Frage
Reducing the miss penalty or miss rate via parallelism?
Antworten
-
Hardware prefetching and compiler prefetching
-
Compiler optimization
-
Pipelined caches, multibanked caches and non-blocking caches
Frage 47
Antworten
-
Rename Table
-
Recall Table
-
Relocate Table
-
Remove Table
Frage 48
Frage
How many functions at integrated instruction fetch units?
Frage 49
Frage
What is the PMD in computer classes?
Antworten
-
Percentage map device
-
Personal mobile device
-
Powerful markup distance
-
Peak maze development
Frage 50
Frage
The second type of dependence is?
Antworten
-
Data dependence
-
Name dependence
-
Control dependence
Frage 51
Frage
How many elements presented at performance trends: bandwidth over latency?
Frage 52
Frage
What is the compulsory in main categories in cache memory?
Antworten
-
Cache is too small to hold all data needed by program, occur even under perfect replacement policy(loop over 5 cache lines)
-
Misses that occur because of collisions due to less than full associativity (loop over 3 cache lines)
-
First-reference to a block, occurs even with infinite cache
Frage 53
Frage
How many elements in trends of technology?
Frage 54
Frage
Perfect memory address alias analysis at the Hardware model?
Antworten
-
All conditional branches are predicted exactly
-
All memory accesses take one clock cycle
-
All memory addresses are known exactly
Frage 55
Frage
Speculating on exceptions “Recovery mechanism” is –
Antworten
-
Exceptions are rare, so simply predicting no exceptions is very accurate
-
Only write architectural state at commit point, so can throw away partially executed instructions after exception
-
None of them
-
An entity capable of accessing objects
Frage 56
Frage
What is the reducing the miss rate?
Frage 57
Antworten
-
Double data rate
-
Density data rate
-
Dynamic data rate
Frage 58
Frage
In Non-blocking caches what does mean “Early restart”?
Antworten
-
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
-
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 59
Frage
Which distance of price has clusters/warehouse-scale computers?
Antworten
-
100-100 000$
-
100 000-200 000 000$
-
5 000 -10 000 000$
Frage 60
Frage
Little’s Law and a series of definitions lead to several useful equations for “Time System”-
Antworten
-
Average time/task in the system, or the response time, which is the sum of Time queue and Time server
-
Average time to service a task; average service rate is 1/Time server traditionally represented by the symbol µ in many queuing texts
-
Average time per task in the queue
Frage 61
Frage
What is the MISD one of the categories of computers?
Antworten
-
Multiple instructions streams, set data stream
-
Multiple instructions streams, single data stream
-
Multiple instruction stream, multiple data streams
Frage 62
Antworten
-
Many applications are dominated by small accesses
-
Since the higher-level disk interfaces understand the health of a disk, it’s easy to figure out which disk failed
-
Also called mirroring or shadowing, there are two copies of every piece of data
Frage 63
Frage
Tenth Optimization of cache memory “Cache prefetch”?
Frage 64
Frage
What is the Request level parallelism?
Antworten
-
Exploits either data-level parallelism or task-level parallelism in a tightly coupled hardware model that allows for interaction among parallel threads.
-
Exploits parallelism among largely decoupled tasks specified by the programmer or the operating system
-
Exploit data-level parallelism by applying a single instruction to a collection of data in parallel.
Frage 65
Frage
Non-blocking cache timeline for “Hit under miss” the sequence is -?
Antworten
-
CPU time->Cache Miss->Hit->Stall on use->Miss Penalty->CPU time
-
CPU time-Cache Miss-Miss Penalty-CPU time
-
CPU time->Cache Miss->Miss->Stall on use->Miss Penalty->CPU time
Frage 66
Frage
At storage systems Gray and Siewiorek classify faults what does mean “Hardware faults”?
Antworten
-
Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
-
Faults in software (usually) and hardware design (occasionally)
-
Mistakes by operations and maintenance personnel
Frage 67
Frage
WAR(write after read)?
Frage 68
Frage
Main term of dependability is SLAs?
Frage 69
Frage
At VLIW by “performance and loop iteration” which time is longer?
Antworten
-
Loop unrolled
-
Software Pipelined
Frage 70
Frage
What is the temporal locality?
Frage 71
Antworten
-
Issue Queue
-
Internal Queue
-
Interrupt Queue
-
Instruction Queue
Frage 72
Frage
If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “System response time”-?
Antworten
-
The time between when the user enters the command and the complete response is displayed
-
The time for the user to enter the command
-
The time from the reception of the response until the user begins to enter the next command
Frage 73
Frage
How many size of Cache L1 is true approximately?
Frage 74
Frage
What is a RISC computers?
Antworten
-
Reduced instruction set computer
-
Research interconnect several computer
-
Rational interruptible security computer
Frage 75
Frage
The hardware model represents the assumptions made for an ideal or perfect processor is as how many follow elements?
Frage 76
Frage
What is the “opcode”?
Antworten
-
Operand code
-
Optional code
-
Operation code
Frage 77
Frage
WAW(write after write)?
Antworten
-
This hazard arises from an antidependence (or name dependence)
-
This hazard corresponds to an output dependence
-
This hazard is the most common type and corresponds to a true data dependence
Frage 78
Frage
What is the Vector Architectures and graphic processor units(GPUs)?
Antworten
-
Exploits parallelism among largely decoupled tasks specified by the programmer or operating system
-
Exploit data-level parallelism by applying a single instruction to a collection of data in parallel
-
Exploits data-level parallelism at modest levels with compiler help using ideas like pipelining and at medium levels using ideas like speculative execution
Frage 79
Frage
Speculating on exceptions “Check prediction mechanism” is –
Antworten
-
Exceptions detected at end of instruction execution pipeline, special hardware for various exception types
-
Exceptions are rare, so simply predicting no exceptions is very accurate
-
The way in which an object is accessed by a subject
-
None of them
Frage 80
Frage
At VLIW Speculative Execution, which of this solution is true about problem: Possible memory hazards limit code scheduling:
Frage 81
Frage
At VLIW Speculative Execution, which of this solution is true about problem: Branches restrict compiler code motion:
Frage 82
Antworten
-
Pipeline Register File
-
Physical Register File
-
Pure Register File
-
Pending Register File
Frage 83
Frage
Speculation and the Challenge of Energy efficiency consume excess energy in how many ways?
Frage 84
Frage
How many instructions used in Distributed Superscalar 2 and Exceptions?
Frage 85
Frage
What is about Superscalar means “F-D-X-M-W”?
Antworten
-
Fetch, Decode, Instruct, Map, Write
-
Fetch, Decode, Excite, Memory, Write
-
Fetch, Decode, Except, Map, Writeback
-
Fetch, Decode, Execute, Memory, Writeback
Frage 86
Antworten
-
Synchronous dynamic random access memory
-
Static dynamic random access memory
-
Super dynamic random access memory
Frage 87
Frage
How many restrictions RAW hazards through memory are maintained?
Frage 88
Frage
In Multilevel Caches “Misses per instruction” equals =
Antworten
-
Misses in cache / number of instructions
-
Misses in cache / accesses to cache
-
Misses in cache / CPU memory accesses
Frage 89
Frage
How many possible Elements of Data Hazards?
Frage 90
Frage
If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Entry time” ?
Antworten
-
The time from the reception of the response until the user begins to enter the next command
-
The time for the user to enter the command
-
The time between when the user enters the command and the complete response is displayed
Frage 91
Frage
Clock cycle time is -
Antworten
-
Hardware technology and organization
-
Organization and instruction set architecture
-
Instruction set architecture and compiler technology
Frage 92
Frage
A virus classification by target includes the following categories. What is a File infector?
Antworten
-
The key is stored with the virus
-
Far more sophisticated techniques are possible
-
A typical approach is as follows
-
Infects files that the operating system or shell consider to be executable
Frage 93
Antworten
-
Addition Long Accessibility Table
-
Allocated Link Address Table
-
Allowing List Address Table
-
Advanced Load Address Table
Frage 94
Antworten
-
Hardware technology and organization
-
Organization and instruction set architecture
-
Instruction set architecture and compiler technology
Frage 95
Antworten
-
Scaleboard
-
Scoreboard
-
Scorebased
-
Scalebit
Frage 96
Frage
At Critical Word First for miss penalty chose correct sequence of Basic Blocking Cache “Order of fill”:
Antworten
-
0,1,2,3,4,5,6,7
-
3,4,5,6,7,0,1,2
Frage 97
Frage
At Critical Word First for miss penalty chose correct sequence of Blocking Cache with critical word first “Order of fill”:
Antworten
-
0,1,2,3,4,5,6,7
-
3,4,5,6,7,0,1,2
Frage 98
Antworten
-
This organization was inspired by applying memory-style errorcorrecting codes to disks
-
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
-
Also called mirroring or shadowing, there are two copies of every piece of data
Frage 99
Antworten
-
It is the basic element of data
-
it is a collection of related fields that can be treated as a unit by some application program
-
it is a collection of related data
-
it is a collection of similar records
Frage 100
Frage
What is the reducing the miss penalty?
Antworten
-
Pipelined caches, multibanked caches, and nonblocking caches
-
Critical word first and merging write buffer
-
Small and simple first-level caches and way-prediction
Frage 101
Frage
Little’s Law and a series of definitions lead to several useful equations for “length server”-:
Frage 102
Frage
At storage systems gray and Siewiorek classify faults what does mean “environmental faults”?
Antworten
-
Fire, flood, earthquake, power failure and sabotage
-
Faults in software (usually) and hardware design (occasionally)
-
Devices that fail, such as perhaps due to an alpha particle hitting a memory cell
Frage 103
Frage
How many types of dependencies do you know?
Frage 104
Frage
How many major flavors in multiple-issue processors?
Frage 105
Frage
Out-of-order control complexity MIPS R10000 which is not in control logic?
Antworten
-
CLK
-
Address queue
-
Integer datapath
-
Free list
Frage 106
Frage
At VLIW Multi-Way Branches, which of this solution is true about problem: Long instructions provide few opportunities for branches
Frage 107
Frage
Infinite register renaming at the hardware model?
Antworten
-
There are an infinite number of virtual registers available
-
Branch prediction is perfect, all conditional branches are predicted exactly
Frage 108
Frage
What is reducing hit time?
Antworten
-
Pipelined caches, multibanked caches, and nonblocking caches
-
Critical word first and merging write buffer
-
Small and simple first-level caches and way-prediction
Frage 109
Frage
Cycle time at memory latency is -
Frage 110
Frage
Speculating on Exceptions “Prediction mechanism” is
Antworten
-
None of them
-
exceptions are rare, so simply predicting no exceptions is very accurate
-
only write architecture state at commit point, so can throw away partially executed instructions after exception
-
Exceptions detected at end of instruction execution pipeline, special hardware for various exception types
Frage 111
Frage
How many main levels of cache memory?
Frage 112
Frage
What is the thread level parallelism -
Antworten
-
Exploits either data-level parallelism or task-level parallelism in a tightly coupled hardware model that allows for interaction among parallel threads
-
Exploits parallelism among largely decoupled tasks specified by the programmer or operating system
-
Exploit data-level parallelism by applying a single instruction to a collection of data in parallel
Frage 113
Frage
How many steps in instruction execution?
Frage 114
Frage
How many issue queue used in Centralized Superscalar 2 and exceptions?
Frage 115
Antworten
-
free leg
-
free list
-
free last
-
free launch
Frage 116
Frage
If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Think time”-?
Antworten
-
The time from the reception of the response until the user begins to enter the next command
-
the time between when the user enters the command and the complete response is displayed
-
the time for the user to enter the command
Frage 117
Frage
What is the “issue” in pipelining basics?
Antworten
-
Decode instructions, check for data hazard
-
Decode instructions, check for control hazard
-
Decode instructions, check for structural hazard
Frage 118
Frage
Little’s Law and a series of definitions lead to several useful equations for “Length queue”
Frage 119
Frage
Perfect jump prediction at The Hardware Model?
Antworten
-
All jumps are perfectly predicted
-
All memory addresses are known exactly
-
Branch prediction is perfect
Frage 120
Frage
What is the term of dependability in SLOs?
Frage 121
Antworten
-
Finished store Buffer
-
Finished stack Buffer
-
Finished star Buffer
-
Finished stall Buffer
Frage 122
Frage
Out-of-order control complexity MIPS R10000 which is in control logic?
Antworten
-
Data tags
-
Register name
-
Instruction cache
-
Data cache
Frage 123
Frage
Instruction count is –
Antworten
-
Organization and instruction set architecture
-
Hardware technology and organization
-
Instruction set architecture and compiler technology
Frage 124
Frage
What is the Instruction Level Parallelism?
Antworten
-
Exploit data-level parallelism by applying a single instruction to a collection of data in parallel.
-
Exploits data-level parallelism at modest levels with compiler help using ideas like pipelining and at a medium levels using ideas like speculative execution.
-
Exploits parallelism among largely decoupled tasks specified by the programmer or operating system.
Frage 125
Frage 126
Frage
In multilevel caches “Global miss rate” equals:
Antworten
-
misses in cache / CPU memory accesses
-
misses in cache / accesses to cache
-
misses in cache / number of instructions
Frage 127
Frage
What does mean MSHR?
Antworten
-
Miss Status Handling Register
-
Memory status handling register
-
mips status hardware prefetching
-
map status handling reload
Frage 128
Frage
What is the spatial locality?