PCA_Final [arc2-1, Part-1]

Descrição

Arc2-1 file's quiz
Good Guy Beket
Quiz por Good Guy Beket, atualizado more than 1 year ago
Good Guy Beket
Criado por Good Guy Beket quase 6 anos atrás
515
21

Resumo de Recurso

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?
Responda
  • 6
  • 8
  • 10

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”?
Responda
  • Loads data only into the cache and not the register
  • Will load the value into register

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?
Responda
  • Execution or waiting for synchronization variables
  • Execution in user code
  • Execution in the OS that is neither idle nor in synchronization access

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?
Responda
  • 5
  • 3
  • 4

Questão 11

Questão
How many issue queue used in Centralized Superscalar 2 and Exceptions
Responda
  • 4
  • 3
  • 2
  • 1

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)?
Responda
  • 4
  • 5
  • 6
  • 7

Questão 16

Questão
How much in percentage single-processor performance improvement has dropped to less than?
Responda
  • 22%
  • 33%
  • 11%

Questão 17

Questão
What is “VLIW”?
Responda
  • Very Long Instruction Word
  • Very Less Interpreter Word
  • Very Light Internal Word
  • Very Low Invalid Word

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?
Responda
  • 2004
  • 2002
  • 2003

Questão 21

Questão
What does MAF?
Responda
  • Miss Address File
  • Map Address File
  • Memory Address File

Questão 22

Questão
How many classes of computers classified?
Responda
  • 3
  • 5
  • 7

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):
Responda
  • 7
  • 8

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
What is the ARF?
Responda
  • Architectural Register File
  • Architecture Relocation File
  • Architecture Reload File
  • Architectural Read File

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?
Responda
  • Execution in the OS that is neither idle nor in synchronization access
  • Execution in user code
  • Execution or waiting for synchronization variables

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 -
Responda
  • The time between when a read is requested and when the desired word arrives
  • The minimum time between unrelated requests to memory

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?
Responda
  • 3 MB
  • 256 MB
  • 256 KB

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

Questão
What is RAID 2?
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?
Responda
  • 256 KB
  • 4 KB
  • 32 MB

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

Questão
What is a RT?
Responda
  • Rename Table
  • Recall Table
  • Relocate Table
  • Remove Table

Questão 48

Questão
How many functions at integrated instruction fetch units?
Responda
  • 3
  • 4
  • 5

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?
Responda
  • 4
  • 5
  • 3

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?
Responda
  • 5
  • 4
  • 6

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?
Responda
  • What is the reducing the miss rate?
  • Performance optimization
  • Compiler optimization
  • Time optimization

Questão 57

Questão
DDR is –
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”?
Responda
  • Will load the value into a register
  • Loads data only into the cache and not the register

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)?
Responda
  • This hazard correspond to an output dependence
  • This hazard arises from an antidependence (or name dependence)

Questão 68

Questão
Main term of dependability is SLAs?
Responda
  • Scale level approach
  • Service level agreements
  • Standard level achievement

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?
Responda
  • Exploit by remembering the contents of recently accessed locations
  • Exploit by fetching blocks of data around recently accessed locations

Questão 71

Questão
What is an IQ?
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?
Responda
  • 8 KB
  • 256 KB
  • 2 MB

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?
Responda
  • 4
  • 6
  • 5

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:
Responda
  • Speculative operations that don’t cause exceptions
  • Hardware to check pointer hazards

Questão 81

Questão
At VLIW Speculative Execution, which of this solution is true about problem: Branches restrict compiler code motion:
Responda
  • Speculative operations that don’t cause exceptions
  • Hardware to check pointer hazards

Questão 82

Questão
What is PRF?
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?
Responda
  • 3
  • 4
  • 2

Questão 84

Questão
How many instructions used in Distributed Superscalar 2 and Exceptions?
Responda
  • 1
  • 2
  • 3
  • 4

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

Questão
SDRAM is -
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?
Responda
  • 3
  • 4
  • 2

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?
Responda
  • 3
  • 6
  • 8

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

Questão
What is an ALAT?
Responda
  • Addition Long Accessibility Table
  • Allocated Link Address Table
  • Allowing List Address Table
  • Advanced Load Address Table

Questão 94

Questão
CPI is -
Responda
  • Hardware technology and organization
  • Organization and instruction set architecture
  • Instruction set architecture and compiler technology

Questão 95

Questão
What is SB?
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

Questão
What is a file?
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”-:
Responda
  • Average length of queue
  • Average number of tasks in service

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?
Responda
  • 3
  • 4
  • 5

Questão 104

Questão
How many major flavors in multiple-issue processors?
Responda
  • 3
  • 4
  • 5

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
Responda
  • Allow one instruction to branch multiple directions
  • Speculative operations that don’t cause exceptions

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 -
Responda
  • The time between when a read is requested and when the desired word arrives
  • the minimum time between unrelated requests to memory

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?
Responda
  • 2
  • 8
  • 3
  • 6

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?
Responda
  • 4
  • 6
  • 3
  • 5

Questão 114

Questão
How many issue queue used in Centralized Superscalar 2 and exceptions?
Responda
  • 2
  • 4
  • 3
  • 1

Questão 115

Questão
What is a FL?
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”
Responda
  • Average length of queue
  • Average number of tasks in service

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?
Responda
  • Standard Level Offset
  • Standard Level Objectives

Questão 121

Questão
What is a FSB?
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
What is the RLP?
Responda
  • Random Level Parallelism
  • Request Level Parallelism
  • Research Level Parallelism

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?
Responda
  • Exploit by remembering the contents of recently accessed locations
  • Exploit by fetching blocks of data around recently accessed locations

Semelhante

Guia de Estudos do ENEM 2014
Alessandra S.
RESUMOS EXAME GEOGRAFIA A
beatriizcunha
Função do 2º grau
queziagama
Phrasal Verbs - Inglês #5
Eduardo .
Morfologia
Raíza Da Cunha
Redação para Vestibular
GoConqr suporte .
Capítulo 1: Ligações Químicas
Mariana Mello
História do Islamismo
Marcus Vital
Hobbes, Locke e Rousseau
Ricardo l.
Geografia - Problemas ambientais e outros
Catarina Araújo
Estatuto dos militares - Exercício 3
Ibsen Rodrigues Maciel