Good Guy Beket
Quiz por , criado more than 1 year ago

Arc2-1 file's quiz

518
21
0
Good Guy Beket
Criado por Good Guy Beket quase 6 anos atrás
Fechar

PCA_Final [arc2-1, Part-1]

Questão 1 de 128

1

Storage Systems, “Higher associativity to reduce miss rate”

Selecione uma das seguintes:

  • 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

Explicação

Questão 2 de 128

1

How many Optimizations’ in Cache memory Performance?

Selecione uma das seguintes:

  • 6

  • 8

  • 10

Explicação

Questão 3 de 128

1

Storage Systems, “Larger block size to reduce miss rate”

Selecione uma das seguintes:

  • 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

Explicação

Questão 4 de 128

1

What is the “Read Operands” in simple five-stage pipeline?

Selecione uma das seguintes:

  • Wait until no data hazards, then reads the operand

  • Decode instructions, check for structural hazards

Explicação

Questão 5 de 128

1

Storage Systems, “Bigger caches to reduce miss rate”

Selecione uma das seguintes:

  • 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

Explicação

Questão 6 de 128

1

Tenth optimization of Cache Memory “Register prefetch”?

Selecione uma das seguintes:

  • Loads data only into the cache and not the register

  • Will load the value into register

Explicação

Questão 7 de 128

1

At storage systems Gray and Siewiorek classify faults what does mean “Operation faults”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 8 de 128

1

What is a “Kernel” in Cache Memory?

Selecione uma das seguintes:

  • Execution or waiting for synchronization variables

  • Execution in user code

  • Execution in the OS that is neither idle nor in synchronization access

Explicação

Questão 9 de 128

1

Little’s Law and a series of definitions lead to several useful equations for “Time queue” -

Selecione uma das seguintes:

  • 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

Explicação

Questão 10 de 128

1

How many steps took Virtual Machine Monitor to improve performance of virtual machines?

Selecione uma das seguintes:

  • 5

  • 3

  • 4

Explicação

Questão 11 de 128

1

How many issue queue used in Centralized Superscalar 2 and Exceptions

Selecione uma das seguintes:

  • 4

  • 3

  • 2

  • 1

Explicação

Questão 12 de 128

1

Which of the following formula is true about Issue Queue for “Instruction Ready”

Selecione uma das seguintes:

  • 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

Explicação

Questão 13 de 128

1

What is the “Read Operands” in Pipelining Basics?

Selecione uma das seguintes:

  • 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

Explicação

Questão 14 de 128

1

Perfect caches at The Hardware Model?

Selecione uma das seguintes:

  • All memory accesses take one clock cycle

  • All conditional branches are predicted exactly

  • All memory addresses are known exactly

Explicação

Questão 15 de 128

1

How many stages used in Superscalar (Pipeline)?

Selecione uma das seguintes:

  • 4

  • 5

  • 6

  • 7

Explicação

Questão 16 de 128

1

How much in percentage single-processor performance improvement has dropped to less than?

Selecione uma das seguintes:

  • 22%

  • 33%

  • 11%

Explicação

Questão 17 de 128

1

What is “VLIW”?

Selecione uma das seguintes:

  • Very Long Instruction Word

  • Very Less Interpreter Word

  • Very Light Internal Word

  • Very Low Invalid Word

Explicação

Questão 18 de 128

1

At VLIW by “performance and loop iteration” which time is shorter?

Selecione uma das seguintes:

  • Software Pipelined

  • Loop Unrolled

Explicação

Questão 19 de 128

1

Little’s Law and a series of definitions lead to several useful equations for “Time server” -

Selecione uma das seguintes:

  • 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

Explicação

Questão 20 de 128

1

What single-processor performance improvement has dropped?

Selecione uma das seguintes:

  • 2004

  • 2002

  • 2003

Explicação

Questão 21 de 128

1

What does MAF?

Selecione uma das seguintes:

  • Miss Address File

  • Map Address File

  • Memory Address File

Explicação

Questão 22 de 128

1

How many classes of computers classified?

Selecione uma das seguintes:

  • 3

  • 5

  • 7

Explicação

Questão 23 de 128

1

Sixth Optimization of Cache Memory “Critical word first”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 24 de 128

1

In an important early study of intrusion, Anderson[ANDE80] identified three classes of intruders:

Selecione uma das seguintes:

  • Control, exploit, system

  • Masquerader, misfeasor, clandestine user

  • Individual, legitimate, authorized

  • Outside, inside, offside

Explicação

Questão 25 de 128

1

How many elements of the Instruction Set Architecture (ISA):

Selecione uma das seguintes:

  • 7

  • 8

Explicação

Questão 26 de 128

1

What is the “Bigger caches to reduce miss rate” at Basics of Memory Hierarchies

Selecione uma das seguintes:

  • The obvious way to reduce capacity misses is to increase cache capacity

  • Obviously, increasing associativity reduces conflict misses

Explicação

Questão 27 de 128

1

At storage systems Gray and Siewiorek classify faults what does mean “Design faults”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 28 de 128

1

What is the ARF?

Selecione uma das seguintes:

  • Architectural Register File

  • Architecture Relocation File

  • Architecture Reload File

  • Architectural Read File

Explicação

Questão 29 de 128

1

What is the Conflict in main categories in Cache Memory?

Selecione uma das seguintes:

  • 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)

Explicação

Questão 30 de 128

1

Non-Blocking Cache Timeline for “Miss Under Miss” the sequence is?

Selecione uma das seguintes:

  • 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

Explicação

Questão 31 de 128

1

At VLIW “Superscalar Control Logic Scaling” which parameters are used?

Selecione uma das seguintes:

  • Width and Lifetime

  • Width and Height

  • Time and Cycle

  • Length and Addition

Explicação

Questão 32 de 128

1

What is a “Synchronization” in Cache Memory?

Selecione uma das seguintes:

  • Execution in the OS that is neither idle nor in synchronization access

  • Execution in user code

  • Execution or waiting for synchronization variables

Explicação

Questão 33 de 128

1

Non-Blocking Cache Timeline for “Blocking Cache” the sequence is?

Selecione uma das seguintes:

  • 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

Explicação

Questão 34 de 128

1

Flash memory is a type of?

Selecione uma das seguintes:

  • Electronically Erasable Programmable Read-Only Memory

  • Electronically Extensible Programmable Re-Order Memory

  • Electronically Executable Programmable Reduce Memory

Explicação

Questão 35 de 128

1

Access time at memory latency is -

Selecione uma das seguintes:

  • The time between when a read is requested and when the desired word arrives

  • The minimum time between unrelated requests to memory

Explicação

Questão 36 de 128

1

In Multilevel Caches “Local miss rate” equals =

Selecione uma das seguintes:

  • misses in cache / accesses to cache

  • misses in cache / CPU memory accesses

  • misses in cache / number of instructions

Explicação

Questão 37 de 128

1

What is a RAID 1?

Selecione uma das seguintes:

  • 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

Explicação

Questão 38 de 128

1

RAW (read after write)?

Selecione uma das seguintes:

  • 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)

Explicação

Questão 39 de 128

1

How many size of Cache L3 is true approximately?

Selecione uma das seguintes:

  • 3 MB

  • 256 MB

  • 256 KB

Explicação

Questão 40 de 128

1

What is a RAID 3?

Selecione uma das seguintes:

  • 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

Explicação

Questão 41 de 128

1

What is the increasing cache bandwidth?

Selecione uma das seguintes:

  • Critical word first and merging write buffer

  • Pipelined caches, multibanked caches and non-blocking caches

  • Small and simple first-level caches and way-prediction

Explicação

Questão 42 de 128

1

What is RAID 2?

Selecione uma das seguintes:

  • 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

Explicação

Questão 43 de 128

1

In Non-Blocking Caches what does mean “Critical word first”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 44 de 128

1

Sixth optimization of cache memory “Early restart”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 45 de 128

1

How many size of Cache L2 is true approximately?

Selecione uma das seguintes:

  • 256 KB

  • 4 KB

  • 32 MB

Explicação

Questão 46 de 128

1

Reducing the miss penalty or miss rate via parallelism?

Selecione uma das seguintes:

  • Hardware prefetching and compiler prefetching

  • Compiler optimization

  • Pipelined caches, multibanked caches and non-blocking caches

Explicação

Questão 47 de 128

1

What is a RT?

Selecione uma das seguintes:

  • Rename Table

  • Recall Table

  • Relocate Table

  • Remove Table

Explicação

Questão 48 de 128

1

How many functions at integrated instruction fetch units?

Selecione uma das seguintes:

  • 3

  • 4

  • 5

Explicação

Questão 49 de 128

1

What is the PMD in computer classes?

Selecione uma das seguintes:

  • Percentage map device

  • Personal mobile device

  • Powerful markup distance

  • Peak maze development

Explicação

Questão 50 de 128

1

The second type of dependence is?

Selecione uma das seguintes:

  • Data dependence

  • Name dependence

  • Control dependence

Explicação

Questão 51 de 128

1

How many elements presented at performance trends: bandwidth over latency?

Selecione uma das seguintes:

  • 4

  • 5

  • 3

Explicação

Questão 52 de 128

1

What is the compulsory in main categories in cache memory?

Selecione uma das seguintes:

  • 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

Explicação

Questão 53 de 128

1

How many elements in trends of technology?

Selecione uma das seguintes:

  • 5

  • 4

  • 6

Explicação

Questão 54 de 128

1

Perfect memory address alias analysis at the Hardware model?

Selecione uma das seguintes:

  • All conditional branches are predicted exactly

  • All memory accesses take one clock cycle

  • All memory addresses are known exactly

Explicação

Questão 55 de 128

1

Speculating on exceptions “Recovery mechanism” is –

Selecione uma das seguintes:

  • 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

Explicação

Questão 56 de 128

1

What is the reducing the miss rate?

Selecione uma das seguintes:

  • What is the reducing the miss rate?

  • Performance optimization

  • Compiler optimization

  • Time optimization

Explicação

Questão 57 de 128

1

DDR is –

Selecione uma das seguintes:

  • Double data rate

  • Density data rate

  • Dynamic data rate

Explicação

Questão 58 de 128

1

In Non-blocking caches what does mean “Early restart”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 59 de 128

1

Which distance of price has clusters/warehouse-scale computers?

Selecione uma das seguintes:

  • 100-100 000$

  • 100 000-200 000 000$

  • 5 000 -10 000 000$

Explicação

Questão 60 de 128

1

Little’s Law and a series of definitions lead to several useful equations for “Time System”-

Selecione uma das seguintes:

  • 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

Explicação

Questão 61 de 128

1

What is the MISD one of the categories of computers?

Selecione uma das seguintes:

  • Multiple instructions streams, set data stream

  • Multiple instructions streams, single data stream

  • Multiple instruction stream, multiple data streams

Explicação

Questão 62 de 128

1

What is a RAID 4?

Selecione uma das seguintes:

  • 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

Explicação

Questão 63 de 128

1

Tenth Optimization of cache memory “Cache prefetch”?

Selecione uma das seguintes:

  • Will load the value into a register

  • Loads data only into the cache and not the register

Explicação

Questão 64 de 128

1

What is the Request level parallelism?

Selecione uma das seguintes:

  • 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.

Explicação

Questão 65 de 128

1

Non-blocking cache timeline for “Hit under miss” the sequence is -?

Selecione uma das seguintes:

  • 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

Explicação

Questão 66 de 128

1

At storage systems Gray and Siewiorek classify faults what does mean “Hardware faults”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 67 de 128

1

WAR(write after read)?

Selecione uma das seguintes:

  • This hazard correspond to an output dependence

  • This hazard arises from an antidependence (or name dependence)

Explicação

Questão 68 de 128

1

Main term of dependability is SLAs?

Selecione uma das seguintes:

  • Scale level approach

  • Service level agreements

  • Standard level achievement

Explicação

Questão 69 de 128

1

At VLIW by “performance and loop iteration” which time is longer?

Selecione uma das seguintes:

  • Loop unrolled

  • Software Pipelined

Explicação

Questão 70 de 128

1

What is the temporal locality?

Selecione uma das seguintes:

  • Exploit by remembering the contents of recently accessed locations

  • Exploit by fetching blocks of data around recently accessed locations

Explicação

Questão 71 de 128

1

What is an IQ?

Selecione uma das seguintes:

  • Issue Queue

  • Internal Queue

  • Interrupt Queue

  • Instruction Queue

Explicação

Questão 72 de 128

1

If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “System response time”-?

Selecione uma das seguintes:

  • 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

Explicação

Questão 73 de 128

1

How many size of Cache L1 is true approximately?

Selecione uma das seguintes:

  • 8 KB

  • 256 KB

  • 2 MB

Explicação

Questão 74 de 128

1

What is a RISC computers?

Selecione uma das seguintes:

  • Reduced instruction set computer

  • Research interconnect several computer

  • Rational interruptible security computer

Explicação

Questão 75 de 128

1

The hardware model represents the assumptions made for an ideal or perfect processor is as how many follow elements?

Selecione uma das seguintes:

  • 4

  • 6

  • 5

Explicação

Questão 76 de 128

1

What is the “opcode”?

Selecione uma das seguintes:

  • Operand code

  • Optional code

  • Operation code

Explicação

Questão 77 de 128

1

WAW(write after write)?

Selecione uma das seguintes:

  • 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

Explicação

Questão 78 de 128

1

What is the Vector Architectures and graphic processor units(GPUs)?

Selecione uma das seguintes:

  • 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

Explicação

Questão 79 de 128

1

Speculating on exceptions “Check prediction mechanism” is –

Selecione uma das seguintes:

  • 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

Explicação

Questão 80 de 128

1

At VLIW Speculative Execution, which of this solution is true about problem: Possible memory hazards limit code scheduling:

Selecione uma das seguintes:

  • Speculative operations that don’t cause exceptions

  • Hardware to check pointer hazards

Explicação

Questão 81 de 128

1

At VLIW Speculative Execution, which of this solution is true about problem: Branches restrict compiler code motion:

Selecione uma das seguintes:

  • Speculative operations that don’t cause exceptions

  • Hardware to check pointer hazards

Explicação

Questão 82 de 128

1

What is PRF?

Selecione uma das seguintes:

  • Pipeline Register File

  • Physical Register File

  • Pure Register File

  • Pending Register File

Explicação

Questão 83 de 128

1

Speculation and the Challenge of Energy efficiency consume excess energy in how many ways?

Selecione uma das seguintes:

  • 3

  • 4

  • 2

Explicação

Questão 84 de 128

1

How many instructions used in Distributed Superscalar 2 and Exceptions?

Selecione uma das seguintes:

  • 1

  • 2

  • 3

  • 4

Explicação

Questão 85 de 128

1

What is about Superscalar means “F-D-X-M-W”?

Selecione uma das seguintes:

  • Fetch, Decode, Instruct, Map, Write

  • Fetch, Decode, Excite, Memory, Write

  • Fetch, Decode, Except, Map, Writeback

  • Fetch, Decode, Execute, Memory, Writeback

Explicação

Questão 86 de 128

1

SDRAM is -

Selecione uma das seguintes:

  • Synchronous dynamic random access memory

  • Static dynamic random access memory

  • Super dynamic random access memory

Explicação

Questão 87 de 128

1

How many restrictions RAW hazards through memory are maintained?

Selecione uma das seguintes:

  • 3

  • 4

  • 2

Explicação

Questão 88 de 128

1

In Multilevel Caches “Misses per instruction” equals =

Selecione uma das seguintes:

  • Misses in cache / number of instructions

  • Misses in cache / accesses to cache

  • Misses in cache / CPU memory accesses

Explicação

Questão 89 de 128

1

How many possible Elements of Data Hazards?

Selecione uma das seguintes:

  • 3

  • 6

  • 8

Explicação

Questão 90 de 128

1

If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Entry time” ?

Selecione uma das seguintes:

  • 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

Explicação

Questão 91 de 128

1

Clock cycle time is -

Selecione uma das seguintes:

  • Hardware technology and organization

  • Organization and instruction set architecture

  • Instruction set architecture and compiler technology

Explicação

Questão 92 de 128

1

A virus classification by target includes the following categories. What is a File infector?

Selecione uma das seguintes:

  • 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

Explicação

Questão 93 de 128

1

What is an ALAT?

Selecione uma das seguintes:

  • Addition Long Accessibility Table

  • Allocated Link Address Table

  • Allowing List Address Table

  • Advanced Load Address Table

Explicação

Questão 94 de 128

1

CPI is -

Selecione uma das seguintes:

  • Hardware technology and organization

  • Organization and instruction set architecture

  • Instruction set architecture and compiler technology

Explicação

Questão 95 de 128

1

What is SB?

Selecione uma das seguintes:

  • Scaleboard

  • Scoreboard

  • Scorebased

  • Scalebit

Explicação

Questão 96 de 128

1

At Critical Word First for miss penalty chose correct sequence of Basic Blocking Cache “Order of fill”:

Selecione uma das seguintes:

  • 0,1,2,3,4,5,6,7

  • 3,4,5,6,7,0,1,2

Explicação

Questão 97 de 128

1

At Critical Word First for miss penalty chose correct sequence of Blocking Cache with critical word first “Order of fill”:

Selecione uma das seguintes:

  • 0,1,2,3,4,5,6,7

  • 3,4,5,6,7,0,1,2

Explicação

Questão 98 de 128

1

What is a RAID 0?

Selecione uma das seguintes:

  • 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

Explicação

Questão 99 de 128

1

What is a file?

Selecione uma das seguintes:

  • 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

Explicação

Questão 100 de 128

1

What is the reducing the miss penalty?

Selecione uma das seguintes:

  • Pipelined caches, multibanked caches, and nonblocking caches

  • Critical word first and merging write buffer

  • Small and simple first-level caches and way-prediction

Explicação

Questão 101 de 128

1

Little’s Law and a series of definitions lead to several useful equations for “length server”-:

Selecione uma das seguintes:

  • Average length of queue

  • Average number of tasks in service

Explicação

Questão 102 de 128

1

At storage systems gray and Siewiorek classify faults what does mean “environmental faults”?

Selecione uma das seguintes:

  • 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

Explicação

Questão 103 de 128

1

How many types of dependencies do you know?

Selecione uma das seguintes:

  • 3

  • 4

  • 5

Explicação

Questão 104 de 128

1

How many major flavors in multiple-issue processors?

Selecione uma das seguintes:

  • 3

  • 4

  • 5

Explicação

Questão 105 de 128

1

Out-of-order control complexity MIPS R10000 which is not in control logic?

Selecione uma das seguintes:

  • CLK

  • Address queue

  • Integer datapath

  • Free list

Explicação

Questão 106 de 128

1

At VLIW Multi-Way Branches, which of this solution is true about problem: Long instructions provide few opportunities for branches

Selecione uma das seguintes:

  • Allow one instruction to branch multiple directions

  • Speculative operations that don’t cause exceptions

Explicação

Questão 107 de 128

1

Infinite register renaming at the hardware model?

Selecione uma das seguintes:

  • There are an infinite number of virtual registers available

  • Branch prediction is perfect, all conditional branches are predicted exactly

Explicação

Questão 108 de 128

1

What is reducing hit time?

Selecione uma das seguintes:

  • Pipelined caches, multibanked caches, and nonblocking caches

  • Critical word first and merging write buffer

  • Small and simple first-level caches and way-prediction

Explicação

Questão 109 de 128

1

Cycle time at memory latency is -

Selecione uma das seguintes:

  • The time between when a read is requested and when the desired word arrives

  • the minimum time between unrelated requests to memory

Explicação

Questão 110 de 128

1

Speculating on Exceptions “Prediction mechanism” is

Selecione uma das seguintes:

  • 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

Explicação

Questão 111 de 128

1

How many main levels of cache memory?

Selecione uma das seguintes:

  • 2

  • 8

  • 3

  • 6

Explicação

Questão 112 de 128

1

What is the thread level parallelism -

Selecione uma das seguintes:

  • 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

Explicação

Questão 113 de 128

1

How many steps in instruction execution?

Selecione uma das seguintes:

  • 4

  • 6

  • 3

  • 5

Explicação

Questão 114 de 128

1

How many issue queue used in Centralized Superscalar 2 and exceptions?

Selecione uma das seguintes:

  • 2

  • 4

  • 3

  • 1

Explicação

Questão 115 de 128

1

What is a FL?

Selecione uma das seguintes:

  • free leg

  • free list

  • free last

  • free launch

Explicação

Questão 116 de 128

1

If we talk about storage systems an interaction or transaction with a computer is divided for first what is an “Think time”-?

Selecione uma das seguintes:

  • 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

Explicação

Questão 117 de 128

1

What is the “issue” in pipelining basics?

Selecione uma das seguintes:

  • Decode instructions, check for data hazard

  • Decode instructions, check for control hazard

  • Decode instructions, check for structural hazard

Explicação

Questão 118 de 128

1

Little’s Law and a series of definitions lead to several useful equations for “Length queue”

Selecione uma das seguintes:

  • Average length of queue

  • Average number of tasks in service

Explicação

Questão 119 de 128

1

Perfect jump prediction at The Hardware Model?

Selecione uma das seguintes:

  • All jumps are perfectly predicted

  • All memory addresses are known exactly

  • Branch prediction is perfect

Explicação

Questão 120 de 128

1

What is the term of dependability in SLOs?

Selecione uma das seguintes:

  • Standard Level Offset

  • Standard Level Objectives

Explicação

Questão 121 de 128

1

What is a FSB?

Selecione uma das seguintes:

  • Finished store Buffer

  • Finished stack Buffer

  • Finished star Buffer

  • Finished stall Buffer

Explicação

Questão 122 de 128

1

Out-of-order control complexity MIPS R10000 which is in control logic?

Selecione uma das seguintes:

  • Data tags

  • Register name

  • Instruction cache

  • Data cache

Explicação

Questão 123 de 128

1

Instruction count is –

Selecione uma das seguintes:

  • Organization and instruction set architecture

  • Hardware technology and organization

  • Instruction set architecture and compiler technology

Explicação

Questão 124 de 128

1

What is the Instruction Level Parallelism?

Selecione uma das seguintes:

  • 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.

Explicação

Questão 125 de 128

1

What is the RLP?

Selecione uma das seguintes:

  • Random Level Parallelism

  • Request Level Parallelism

  • Research Level Parallelism

Explicação

Questão 126 de 128

1

In multilevel caches “Global miss rate” equals:

Selecione uma das seguintes:

  • misses in cache / CPU memory accesses

  • misses in cache / accesses to cache

  • misses in cache / number of instructions

Explicação

Questão 127 de 128

1

What does mean MSHR?

Selecione uma das seguintes:

  • Miss Status Handling Register

  • Memory status handling register

  • mips status hardware prefetching

  • map status handling reload

Explicação

Questão 128 de 128

1

What is the spatial locality?

Selecione uma das seguintes:

  • Exploit by remembering the contents of recently accessed locations

  • Exploit by fetching blocks of data around recently accessed locations

Explicação