Good Guy Beket
Quiz von , erstellt am more than 1 year ago

Arc2-1 file's quiz

518
21
0
Good Guy Beket
Erstellt von Good Guy Beket vor fast 6 Jahre
Schließen

PCA_Final [arc2-1, Part-1]

Frage 1 von 128

1

Storage Systems, “Higher associativity to reduce miss rate”

Wähle eine der folgenden:

  • 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

Erklärung

Frage 2 von 128

1

How many Optimizations’ in Cache memory Performance?

Wähle eine der folgenden:

  • 6

  • 8

  • 10

Erklärung

Frage 3 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 4 von 128

1

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

Wähle eine der folgenden:

  • Wait until no data hazards, then reads the operand

  • Decode instructions, check for structural hazards

Erklärung

Frage 5 von 128

1

Storage Systems, “Bigger caches to reduce miss rate”

Wähle eine der folgenden:

  • 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

Erklärung

Frage 6 von 128

1

Tenth optimization of Cache Memory “Register prefetch”?

Wähle eine der folgenden:

  • Loads data only into the cache and not the register

  • Will load the value into register

Erklärung

Frage 7 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 8 von 128

1

What is a “Kernel” in Cache Memory?

Wähle eine der folgenden:

  • Execution or waiting for synchronization variables

  • Execution in user code

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

Erklärung

Frage 9 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 10 von 128

1

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

Wähle eine der folgenden:

  • 5

  • 3

  • 4

Erklärung

Frage 11 von 128

1

How many issue queue used in Centralized Superscalar 2 and Exceptions

Wähle eine der folgenden:

  • 4

  • 3

  • 2

  • 1

Erklärung

Frage 12 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 13 von 128

1

What is the “Read Operands” in Pipelining Basics?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 14 von 128

1

Perfect caches at The Hardware Model?

Wähle eine der folgenden:

  • All memory accesses take one clock cycle

  • All conditional branches are predicted exactly

  • All memory addresses are known exactly

Erklärung

Frage 15 von 128

1

How many stages used in Superscalar (Pipeline)?

Wähle eine der folgenden:

  • 4

  • 5

  • 6

  • 7

Erklärung

Frage 16 von 128

1

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

Wähle eine der folgenden:

  • 22%

  • 33%

  • 11%

Erklärung

Frage 17 von 128

1

What is “VLIW”?

Wähle eine der folgenden:

  • Very Long Instruction Word

  • Very Less Interpreter Word

  • Very Light Internal Word

  • Very Low Invalid Word

Erklärung

Frage 18 von 128

1

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

Wähle eine der folgenden:

  • Software Pipelined

  • Loop Unrolled

Erklärung

Frage 19 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 20 von 128

1

What single-processor performance improvement has dropped?

Wähle eine der folgenden:

  • 2004

  • 2002

  • 2003

Erklärung

Frage 21 von 128

1

What does MAF?

Wähle eine der folgenden:

  • Miss Address File

  • Map Address File

  • Memory Address File

Erklärung

Frage 22 von 128

1

How many classes of computers classified?

Wähle eine der folgenden:

  • 3

  • 5

  • 7

Erklärung

Frage 23 von 128

1

Sixth Optimization of Cache Memory “Critical word first”?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 24 von 128

1

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

Wähle eine der folgenden:

  • Control, exploit, system

  • Masquerader, misfeasor, clandestine user

  • Individual, legitimate, authorized

  • Outside, inside, offside

Erklärung

Frage 25 von 128

1

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

Wähle eine der folgenden:

  • 7

  • 8

Erklärung

Frage 26 von 128

1

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

Wähle eine der folgenden:

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

  • Obviously, increasing associativity reduces conflict misses

Erklärung

Frage 27 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 28 von 128

1

What is the ARF?

Wähle eine der folgenden:

  • Architectural Register File

  • Architecture Relocation File

  • Architecture Reload File

  • Architectural Read File

Erklärung

Frage 29 von 128

1

What is the Conflict in main categories in Cache Memory?

Wähle eine der folgenden:

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

Erklärung

Frage 30 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 31 von 128

1

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

Wähle eine der folgenden:

  • Width and Lifetime

  • Width and Height

  • Time and Cycle

  • Length and Addition

Erklärung

Frage 32 von 128

1

What is a “Synchronization” in Cache Memory?

Wähle eine der folgenden:

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

  • Execution in user code

  • Execution or waiting for synchronization variables

Erklärung

Frage 33 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 34 von 128

1

Flash memory is a type of?

Wähle eine der folgenden:

  • Electronically Erasable Programmable Read-Only Memory

  • Electronically Extensible Programmable Re-Order Memory

  • Electronically Executable Programmable Reduce Memory

Erklärung

Frage 35 von 128

1

Access time at memory latency is -

Wähle eine der folgenden:

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

  • The minimum time between unrelated requests to memory

Erklärung

Frage 36 von 128

1

In Multilevel Caches “Local miss rate” equals =

Wähle eine der folgenden:

  • misses in cache / accesses to cache

  • misses in cache / CPU memory accesses

  • misses in cache / number of instructions

Erklärung

Frage 37 von 128

1

What is a RAID 1?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 38 von 128

1

RAW (read after write)?

Wähle eine der folgenden:

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

Erklärung

Frage 39 von 128

1

How many size of Cache L3 is true approximately?

Wähle eine der folgenden:

  • 3 MB

  • 256 MB

  • 256 KB

Erklärung

Frage 40 von 128

1

What is a RAID 3?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 41 von 128

1

What is the increasing cache bandwidth?

Wähle eine der folgenden:

  • Critical word first and merging write buffer

  • Pipelined caches, multibanked caches and non-blocking caches

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

Erklärung

Frage 42 von 128

1

What is RAID 2?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 43 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 44 von 128

1

Sixth optimization of cache memory “Early restart”?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 45 von 128

1

How many size of Cache L2 is true approximately?

Wähle eine der folgenden:

  • 256 KB

  • 4 KB

  • 32 MB

Erklärung

Frage 46 von 128

1

Reducing the miss penalty or miss rate via parallelism?

Wähle eine der folgenden:

  • Hardware prefetching and compiler prefetching

  • Compiler optimization

  • Pipelined caches, multibanked caches and non-blocking caches

Erklärung

Frage 47 von 128

1

What is a RT?

Wähle eine der folgenden:

  • Rename Table

  • Recall Table

  • Relocate Table

  • Remove Table

Erklärung

Frage 48 von 128

1

How many functions at integrated instruction fetch units?

Wähle eine der folgenden:

  • 3

  • 4

  • 5

Erklärung

Frage 49 von 128

1

What is the PMD in computer classes?

Wähle eine der folgenden:

  • Percentage map device

  • Personal mobile device

  • Powerful markup distance

  • Peak maze development

Erklärung

Frage 50 von 128

1

The second type of dependence is?

Wähle eine der folgenden:

  • Data dependence

  • Name dependence

  • Control dependence

Erklärung

Frage 51 von 128

1

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

Wähle eine der folgenden:

  • 4

  • 5

  • 3

Erklärung

Frage 52 von 128

1

What is the compulsory in main categories in cache memory?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 53 von 128

1

How many elements in trends of technology?

Wähle eine der folgenden:

  • 5

  • 4

  • 6

Erklärung

Frage 54 von 128

1

Perfect memory address alias analysis at the Hardware model?

Wähle eine der folgenden:

  • All conditional branches are predicted exactly

  • All memory accesses take one clock cycle

  • All memory addresses are known exactly

Erklärung

Frage 55 von 128

1

Speculating on exceptions “Recovery mechanism” is –

Wähle eine der folgenden:

  • 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

Erklärung

Frage 56 von 128

1

What is the reducing the miss rate?

Wähle eine der folgenden:

  • What is the reducing the miss rate?

  • Performance optimization

  • Compiler optimization

  • Time optimization

Erklärung

Frage 57 von 128

1

DDR is –

Wähle eine der folgenden:

  • Double data rate

  • Density data rate

  • Dynamic data rate

Erklärung

Frage 58 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 59 von 128

1

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

Wähle eine der folgenden:

  • 100-100 000$

  • 100 000-200 000 000$

  • 5 000 -10 000 000$

Erklärung

Frage 60 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 61 von 128

1

What is the MISD one of the categories of computers?

Wähle eine der folgenden:

  • Multiple instructions streams, set data stream

  • Multiple instructions streams, single data stream

  • Multiple instruction stream, multiple data streams

Erklärung

Frage 62 von 128

1

What is a RAID 4?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 63 von 128

1

Tenth Optimization of cache memory “Cache prefetch”?

Wähle eine der folgenden:

  • Will load the value into a register

  • Loads data only into the cache and not the register

Erklärung

Frage 64 von 128

1

What is the Request level parallelism?

Wähle eine der folgenden:

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

Erklärung

Frage 65 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 66 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 67 von 128

1

WAR(write after read)?

Wähle eine der folgenden:

  • This hazard correspond to an output dependence

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

Erklärung

Frage 68 von 128

1

Main term of dependability is SLAs?

Wähle eine der folgenden:

  • Scale level approach

  • Service level agreements

  • Standard level achievement

Erklärung

Frage 69 von 128

1

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

Wähle eine der folgenden:

  • Loop unrolled

  • Software Pipelined

Erklärung

Frage 70 von 128

1

What is the temporal locality?

Wähle eine der folgenden:

  • Exploit by remembering the contents of recently accessed locations

  • Exploit by fetching blocks of data around recently accessed locations

Erklärung

Frage 71 von 128

1

What is an IQ?

Wähle eine der folgenden:

  • Issue Queue

  • Internal Queue

  • Interrupt Queue

  • Instruction Queue

Erklärung

Frage 72 von 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”-?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 73 von 128

1

How many size of Cache L1 is true approximately?

Wähle eine der folgenden:

  • 8 KB

  • 256 KB

  • 2 MB

Erklärung

Frage 74 von 128

1

What is a RISC computers?

Wähle eine der folgenden:

  • Reduced instruction set computer

  • Research interconnect several computer

  • Rational interruptible security computer

Erklärung

Frage 75 von 128

1

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

Wähle eine der folgenden:

  • 4

  • 6

  • 5

Erklärung

Frage 76 von 128

1

What is the “opcode”?

Wähle eine der folgenden:

  • Operand code

  • Optional code

  • Operation code

Erklärung

Frage 77 von 128

1

WAW(write after write)?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 78 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 79 von 128

1

Speculating on exceptions “Check prediction mechanism” is –

Wähle eine der folgenden:

  • 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

Erklärung

Frage 80 von 128

1

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

Wähle eine der folgenden:

  • Speculative operations that don’t cause exceptions

  • Hardware to check pointer hazards

Erklärung

Frage 81 von 128

1

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

Wähle eine der folgenden:

  • Speculative operations that don’t cause exceptions

  • Hardware to check pointer hazards

Erklärung

Frage 82 von 128

1

What is PRF?

Wähle eine der folgenden:

  • Pipeline Register File

  • Physical Register File

  • Pure Register File

  • Pending Register File

Erklärung

Frage 83 von 128

1

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

Wähle eine der folgenden:

  • 3

  • 4

  • 2

Erklärung

Frage 84 von 128

1

How many instructions used in Distributed Superscalar 2 and Exceptions?

Wähle eine der folgenden:

  • 1

  • 2

  • 3

  • 4

Erklärung

Frage 85 von 128

1

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

Wähle eine der folgenden:

  • Fetch, Decode, Instruct, Map, Write

  • Fetch, Decode, Excite, Memory, Write

  • Fetch, Decode, Except, Map, Writeback

  • Fetch, Decode, Execute, Memory, Writeback

Erklärung

Frage 86 von 128

1

SDRAM is -

Wähle eine der folgenden:

  • Synchronous dynamic random access memory

  • Static dynamic random access memory

  • Super dynamic random access memory

Erklärung

Frage 87 von 128

1

How many restrictions RAW hazards through memory are maintained?

Wähle eine der folgenden:

  • 3

  • 4

  • 2

Erklärung

Frage 88 von 128

1

In Multilevel Caches “Misses per instruction” equals =

Wähle eine der folgenden:

  • Misses in cache / number of instructions

  • Misses in cache / accesses to cache

  • Misses in cache / CPU memory accesses

Erklärung

Frage 89 von 128

1

How many possible Elements of Data Hazards?

Wähle eine der folgenden:

  • 3

  • 6

  • 8

Erklärung

Frage 90 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 91 von 128

1

Clock cycle time is -

Wähle eine der folgenden:

  • Hardware technology and organization

  • Organization and instruction set architecture

  • Instruction set architecture and compiler technology

Erklärung

Frage 92 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 93 von 128

1

What is an ALAT?

Wähle eine der folgenden:

  • Addition Long Accessibility Table

  • Allocated Link Address Table

  • Allowing List Address Table

  • Advanced Load Address Table

Erklärung

Frage 94 von 128

1

CPI is -

Wähle eine der folgenden:

  • Hardware technology and organization

  • Organization and instruction set architecture

  • Instruction set architecture and compiler technology

Erklärung

Frage 95 von 128

1

What is SB?

Wähle eine der folgenden:

  • Scaleboard

  • Scoreboard

  • Scorebased

  • Scalebit

Erklärung

Frage 96 von 128

1

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

Wähle eine der folgenden:

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

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

Erklärung

Frage 97 von 128

1

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

Wähle eine der folgenden:

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

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

Erklärung

Frage 98 von 128

1

What is a RAID 0?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 99 von 128

1

What is a file?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 100 von 128

1

What is the reducing the miss penalty?

Wähle eine der folgenden:

  • Pipelined caches, multibanked caches, and nonblocking caches

  • Critical word first and merging write buffer

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

Erklärung

Frage 101 von 128

1

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

Wähle eine der folgenden:

  • Average length of queue

  • Average number of tasks in service

Erklärung

Frage 102 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 103 von 128

1

How many types of dependencies do you know?

Wähle eine der folgenden:

  • 3

  • 4

  • 5

Erklärung

Frage 104 von 128

1

How many major flavors in multiple-issue processors?

Wähle eine der folgenden:

  • 3

  • 4

  • 5

Erklärung

Frage 105 von 128

1

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

Wähle eine der folgenden:

  • CLK

  • Address queue

  • Integer datapath

  • Free list

Erklärung

Frage 106 von 128

1

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

Wähle eine der folgenden:

  • Allow one instruction to branch multiple directions

  • Speculative operations that don’t cause exceptions

Erklärung

Frage 107 von 128

1

Infinite register renaming at the hardware model?

Wähle eine der folgenden:

  • There are an infinite number of virtual registers available

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

Erklärung

Frage 108 von 128

1

What is reducing hit time?

Wähle eine der folgenden:

  • Pipelined caches, multibanked caches, and nonblocking caches

  • Critical word first and merging write buffer

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

Erklärung

Frage 109 von 128

1

Cycle time at memory latency is -

Wähle eine der folgenden:

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

  • the minimum time between unrelated requests to memory

Erklärung

Frage 110 von 128

1

Speculating on Exceptions “Prediction mechanism” is

Wähle eine der folgenden:

  • 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

Erklärung

Frage 111 von 128

1

How many main levels of cache memory?

Wähle eine der folgenden:

  • 2

  • 8

  • 3

  • 6

Erklärung

Frage 112 von 128

1

What is the thread level parallelism -

Wähle eine der folgenden:

  • 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

Erklärung

Frage 113 von 128

1

How many steps in instruction execution?

Wähle eine der folgenden:

  • 4

  • 6

  • 3

  • 5

Erklärung

Frage 114 von 128

1

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

Wähle eine der folgenden:

  • 2

  • 4

  • 3

  • 1

Erklärung

Frage 115 von 128

1

What is a FL?

Wähle eine der folgenden:

  • free leg

  • free list

  • free last

  • free launch

Erklärung

Frage 116 von 128

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 117 von 128

1

What is the “issue” in pipelining basics?

Wähle eine der folgenden:

  • Decode instructions, check for data hazard

  • Decode instructions, check for control hazard

  • Decode instructions, check for structural hazard

Erklärung

Frage 118 von 128

1

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

Wähle eine der folgenden:

  • Average length of queue

  • Average number of tasks in service

Erklärung

Frage 119 von 128

1

Perfect jump prediction at The Hardware Model?

Wähle eine der folgenden:

  • All jumps are perfectly predicted

  • All memory addresses are known exactly

  • Branch prediction is perfect

Erklärung

Frage 120 von 128

1

What is the term of dependability in SLOs?

Wähle eine der folgenden:

  • Standard Level Offset

  • Standard Level Objectives

Erklärung

Frage 121 von 128

1

What is a FSB?

Wähle eine der folgenden:

  • Finished store Buffer

  • Finished stack Buffer

  • Finished star Buffer

  • Finished stall Buffer

Erklärung

Frage 122 von 128

1

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

Wähle eine der folgenden:

  • Data tags

  • Register name

  • Instruction cache

  • Data cache

Erklärung

Frage 123 von 128

1

Instruction count is –

Wähle eine der folgenden:

  • Organization and instruction set architecture

  • Hardware technology and organization

  • Instruction set architecture and compiler technology

Erklärung

Frage 124 von 128

1

What is the Instruction Level Parallelism?

Wähle eine der folgenden:

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

Erklärung

Frage 125 von 128

1

What is the RLP?

Wähle eine der folgenden:

  • Random Level Parallelism

  • Request Level Parallelism

  • Research Level Parallelism

Erklärung

Frage 126 von 128

1

In multilevel caches “Global miss rate” equals:

Wähle eine der folgenden:

  • misses in cache / CPU memory accesses

  • misses in cache / accesses to cache

  • misses in cache / number of instructions

Erklärung

Frage 127 von 128

1

What does mean MSHR?

Wähle eine der folgenden:

  • Miss Status Handling Register

  • Memory status handling register

  • mips status hardware prefetching

  • map status handling reload

Erklärung

Frage 128 von 128

1

What is the spatial locality?

Wähle eine der folgenden:

  • Exploit by remembering the contents of recently accessed locations

  • Exploit by fetching blocks of data around recently accessed locations

Erklärung