Questão 1
Questão
Storage Systems, “Higher associativity to reduce miss rate”
Responda
-
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
Questão 2
Questão
How many Optimizations’ in Cache memory Performance?
Questão 3
Questão
Storage Systems, “Larger block size to reduce miss rate”
Responda
-
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
Questão 4
Questão
What is the “Read Operands” in simple five-stage pipeline?
Responda
-
Wait until no data hazards, then reads the operand
-
Decode instructions, check for structural hazards
Questão 5
Questão
Storage Systems, “Bigger caches to reduce miss rate”
Responda
-
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
Questão 6
Questão
Tenth optimization of Cache Memory “Register prefetch”?
Questão 7
Questão
At storage systems Gray and Siewiorek classify faults what does mean “Operation faults”?
Responda
-
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
Questão 8
Questão
What is a “Kernel” in Cache Memory?
Questão 9
Questão
Little’s Law and a series of definitions lead to several useful equations for “Time queue” -
Responda
-
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
Questão 10
Questão
How many steps took Virtual Machine Monitor to improve performance of virtual machines?
Questão 11
Questão
How many issue queue used in Centralized Superscalar 2 and Exceptions
Questão 12
Questão
Which of the following formula is true about Issue Queue for “Instruction Ready”
Responda
-
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
Questão 13
Questão
What is the “Read Operands” in Pipelining Basics?
Responda
-
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
Questão 14
Questão
Perfect caches at The Hardware Model?
Responda
-
All memory accesses take one clock cycle
-
All conditional branches are predicted exactly
-
All memory addresses are known exactly
Questão 15
Questão
How many stages used in Superscalar (Pipeline)?
Questão 16
Questão
How much in percentage single-processor performance improvement has dropped to less than?
Questão 17
Questão 18
Questão
At VLIW by “performance and loop iteration” which time is shorter?
Responda
-
Software Pipelined
-
Loop Unrolled
Questão 19
Questão
Little’s Law and a series of definitions lead to several useful equations for “Time server” -
Responda
-
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
Questão 20
Questão
What single-processor performance improvement has dropped?
Questão 21
Responda
-
Miss Address File
-
Map Address File
-
Memory Address File
Questão 22
Questão
How many classes of computers classified?
Questão 23
Questão
Sixth Optimization of Cache Memory “Critical word first”?
Responda
-
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
Questão 24
Questão
In an important early study of intrusion, Anderson[ANDE80] identified three classes of intruders:
Responda
-
Control, exploit, system
-
Masquerader, misfeasor, clandestine user
-
Individual, legitimate, authorized
-
Outside, inside, offside
Questão 25
Questão
How many elements of the Instruction Set Architecture (ISA):
Questão 26
Questão
What is the “Bigger caches to reduce miss rate” at Basics of Memory Hierarchies
Responda
-
The obvious way to reduce capacity misses is to increase cache capacity
-
Obviously, increasing associativity reduces conflict misses
Questão 27
Questão
At storage systems Gray and Siewiorek classify faults what does mean “Design faults”?
Responda
-
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
Questão 28
Questão 29
Questão
What is the Conflict in main categories in Cache Memory?
Responda
-
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)
Questão 30
Questão
Non-Blocking Cache Timeline for “Miss Under Miss” the sequence is?
Responda
-
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
Questão 31
Questão
At VLIW “Superscalar Control Logic Scaling” which parameters are used?
Responda
-
Width and Lifetime
-
Width and Height
-
Time and Cycle
-
Length and Addition
Questão 32
Questão
What is a “Synchronization” in Cache Memory?
Questão 33
Questão
Non-Blocking Cache Timeline for “Blocking Cache” the sequence is?
Responda
-
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
Questão 34
Questão
Flash memory is a type of?
Responda
-
Electronically Erasable Programmable Read-Only Memory
-
Electronically Extensible Programmable Re-Order Memory
-
Electronically Executable Programmable Reduce Memory
Questão 35
Questão
Access time at memory latency is -
Questão 36
Questão
In Multilevel Caches “Local miss rate” equals =
Responda
-
misses in cache / accesses to cache
-
misses in cache / CPU memory accesses
-
misses in cache / number of instructions
Questão 37
Questão
What is a RAID 1?
Responda
-
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
Questão 38
Questão
RAW (read after write)?
Responda
-
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)
Questão 39
Questão
How many size of Cache L3 is true approximately?
Questão 40
Questão
What is a RAID 3?
Responda
-
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
Questão 41
Questão
What is the increasing cache bandwidth?
Responda
-
Critical word first and merging write buffer
-
Pipelined caches, multibanked caches and non-blocking caches
-
Small and simple first-level caches and way-prediction
Questão 42
Responda
-
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
Questão 43
Questão
In Non-Blocking Caches what does mean “Critical word first”?
Responda
-
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
Questão 44
Questão
Sixth optimization of cache memory “Early restart”?
Responda
-
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
Questão 45
Questão
How many size of Cache L2 is true approximately?
Questão 46
Questão
Reducing the miss penalty or miss rate via parallelism?
Responda
-
Hardware prefetching and compiler prefetching
-
Compiler optimization
-
Pipelined caches, multibanked caches and non-blocking caches
Questão 47
Responda
-
Rename Table
-
Recall Table
-
Relocate Table
-
Remove Table
Questão 48
Questão
How many functions at integrated instruction fetch units?
Questão 49
Questão
What is the PMD in computer classes?
Responda
-
Percentage map device
-
Personal mobile device
-
Powerful markup distance
-
Peak maze development
Questão 50
Questão
The second type of dependence is?
Responda
-
Data dependence
-
Name dependence
-
Control dependence
Questão 51
Questão
How many elements presented at performance trends: bandwidth over latency?
Questão 52
Questão
What is the compulsory in main categories in cache memory?
Responda
-
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
Questão 53
Questão
How many elements in trends of technology?
Questão 54
Questão
Perfect memory address alias analysis at the Hardware model?
Responda
-
All conditional branches are predicted exactly
-
All memory accesses take one clock cycle
-
All memory addresses are known exactly
Questão 55
Questão
Speculating on exceptions “Recovery mechanism” is –
Responda
-
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
Questão 56
Questão
What is the reducing the miss rate?
Questão 57
Responda
-
Double data rate
-
Density data rate
-
Dynamic data rate
Questão 58
Questão
In Non-blocking caches what does mean “Early restart”?
Responda
-
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
Questão 59
Questão
Which distance of price has clusters/warehouse-scale computers?
Responda
-
100-100 000$
-
100 000-200 000 000$
-
5 000 -10 000 000$
Questão 60
Questão
Little’s Law and a series of definitions lead to several useful equations for “Time System”-
Responda
-
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
Questão 61
Questão
What is the MISD one of the categories of computers?
Responda
-
Multiple instructions streams, set data stream
-
Multiple instructions streams, single data stream
-
Multiple instruction stream, multiple data streams
Questão 62
Questão
What is a RAID 4?
Responda
-
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
Questão 63
Questão
Tenth Optimization of cache memory “Cache prefetch”?
Questão 64
Questão
What is the Request level parallelism?
Responda
-
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.
Questão 65
Questão
Non-blocking cache timeline for “Hit under miss” the sequence is -?
Responda
-
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
Questão 66
Questão
At storage systems Gray and Siewiorek classify faults what does mean “Hardware faults”?
Responda
-
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
Questão 67
Questão
WAR(write after read)?
Questão 68
Questão
Main term of dependability is SLAs?
Questão 69
Questão
At VLIW by “performance and loop iteration” which time is longer?
Responda
-
Loop unrolled
-
Software Pipelined
Questão 70
Questão
What is the temporal locality?
Questão 71
Responda
-
Issue Queue
-
Internal Queue
-
Interrupt Queue
-
Instruction Queue
Questão 72
Questão
If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “System response time”-?
Responda
-
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
Questão 73
Questão
How many size of Cache L1 is true approximately?
Questão 74
Questão
What is a RISC computers?
Responda
-
Reduced instruction set computer
-
Research interconnect several computer
-
Rational interruptible security computer
Questão 75
Questão
The hardware model represents the assumptions made for an ideal or perfect processor is as how many follow elements?
Questão 76
Questão
What is the “opcode”?
Responda
-
Operand code
-
Optional code
-
Operation code
Questão 77
Questão
WAW(write after write)?
Responda
-
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
Questão 78
Questão
What is the Vector Architectures and graphic processor units(GPUs)?
Responda
-
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
Questão 79
Questão
Speculating on exceptions “Check prediction mechanism” is –
Responda
-
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
Questão 80
Questão
At VLIW Speculative Execution, which of this solution is true about problem: Possible memory hazards limit code scheduling:
Questão 81
Questão
At VLIW Speculative Execution, which of this solution is true about problem: Branches restrict compiler code motion:
Questão 82
Responda
-
Pipeline Register File
-
Physical Register File
-
Pure Register File
-
Pending Register File
Questão 83
Questão
Speculation and the Challenge of Energy efficiency consume excess energy in how many ways?
Questão 84
Questão
How many instructions used in Distributed Superscalar 2 and Exceptions?
Questão 85
Questão
What is about Superscalar means “F-D-X-M-W”?
Responda
-
Fetch, Decode, Instruct, Map, Write
-
Fetch, Decode, Excite, Memory, Write
-
Fetch, Decode, Except, Map, Writeback
-
Fetch, Decode, Execute, Memory, Writeback
Questão 86
Responda
-
Synchronous dynamic random access memory
-
Static dynamic random access memory
-
Super dynamic random access memory
Questão 87
Questão
How many restrictions RAW hazards through memory are maintained?
Questão 88
Questão
In Multilevel Caches “Misses per instruction” equals =
Responda
-
Misses in cache / number of instructions
-
Misses in cache / accesses to cache
-
Misses in cache / CPU memory accesses
Questão 89
Questão
How many possible Elements of Data Hazards?
Questão 90
Questão
If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Entry time” ?
Responda
-
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
Questão 91
Questão
Clock cycle time is -
Responda
-
Hardware technology and organization
-
Organization and instruction set architecture
-
Instruction set architecture and compiler technology
Questão 92
Questão
A virus classification by target includes the following categories. What is a File infector?
Responda
-
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
Questão 93
Responda
-
Addition Long Accessibility Table
-
Allocated Link Address Table
-
Allowing List Address Table
-
Advanced Load Address Table
Questão 94
Responda
-
Hardware technology and organization
-
Organization and instruction set architecture
-
Instruction set architecture and compiler technology
Questão 95
Responda
-
Scaleboard
-
Scoreboard
-
Scorebased
-
Scalebit
Questão 96
Questão
At Critical Word First for miss penalty chose correct sequence of Basic Blocking Cache “Order of fill”:
Responda
-
0,1,2,3,4,5,6,7
-
3,4,5,6,7,0,1,2
Questão 97
Questão
At Critical Word First for miss penalty chose correct sequence of Blocking Cache with critical word first “Order of fill”:
Responda
-
0,1,2,3,4,5,6,7
-
3,4,5,6,7,0,1,2
Questão 98
Questão
What is a RAID 0?
Responda
-
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
Questão 99
Responda
-
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
Questão 100
Questão
What is the reducing the miss penalty?
Responda
-
Pipelined caches, multibanked caches, and nonblocking caches
-
Critical word first and merging write buffer
-
Small and simple first-level caches and way-prediction
Questão 101
Questão
Little’s Law and a series of definitions lead to several useful equations for “length server”-:
Questão 102
Questão
At storage systems gray and Siewiorek classify faults what does mean “environmental faults”?
Responda
-
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
Questão 103
Questão
How many types of dependencies do you know?
Questão 104
Questão
How many major flavors in multiple-issue processors?
Questão 105
Questão
Out-of-order control complexity MIPS R10000 which is not in control logic?
Responda
-
CLK
-
Address queue
-
Integer datapath
-
Free list
Questão 106
Questão
At VLIW Multi-Way Branches, which of this solution is true about problem: Long instructions provide few opportunities for branches
Questão 107
Questão
Infinite register renaming at the hardware model?
Responda
-
There are an infinite number of virtual registers available
-
Branch prediction is perfect, all conditional branches are predicted exactly
Questão 108
Questão
What is reducing hit time?
Responda
-
Pipelined caches, multibanked caches, and nonblocking caches
-
Critical word first and merging write buffer
-
Small and simple first-level caches and way-prediction
Questão 109
Questão
Cycle time at memory latency is -
Questão 110
Questão
Speculating on Exceptions “Prediction mechanism” is
Responda
-
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
Questão 111
Questão
How many main levels of cache memory?
Questão 112
Questão
What is the thread level parallelism -
Responda
-
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
Questão 113
Questão
How many steps in instruction execution?
Questão 114
Questão
How many issue queue used in Centralized Superscalar 2 and exceptions?
Questão 115
Responda
-
free leg
-
free list
-
free last
-
free launch
Questão 116
Questão
If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Think time”-?
Responda
-
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
Questão 117
Questão
What is the “issue” in pipelining basics?
Responda
-
Decode instructions, check for data hazard
-
Decode instructions, check for control hazard
-
Decode instructions, check for structural hazard
Questão 118
Questão
Little’s Law and a series of definitions lead to several useful equations for “Length queue”
Questão 119
Questão
Perfect jump prediction at The Hardware Model?
Responda
-
All jumps are perfectly predicted
-
All memory addresses are known exactly
-
Branch prediction is perfect
Questão 120
Questão
What is the term of dependability in SLOs?
Questão 121
Responda
-
Finished store Buffer
-
Finished stack Buffer
-
Finished star Buffer
-
Finished stall Buffer
Questão 122
Questão
Out-of-order control complexity MIPS R10000 which is in control logic?
Responda
-
Data tags
-
Register name
-
Instruction cache
-
Data cache
Questão 123
Questão
Instruction count is –
Responda
-
Organization and instruction set architecture
-
Hardware technology and organization
-
Instruction set architecture and compiler technology
Questão 124
Questão
What is the Instruction Level Parallelism?
Responda
-
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.
Questão 125
Questão 126
Questão
In multilevel caches “Global miss rate” equals:
Responda
-
misses in cache / CPU memory accesses
-
misses in cache / accesses to cache
-
misses in cache / number of instructions
Questão 127
Questão
What does mean MSHR?
Responda
-
Miss Status Handling Register
-
Memory status handling register
-
mips status hardware prefetching
-
map status handling reload
Questão 128
Questão
What is the spatial locality?