Good Guy Beket
Test por , creado hace más de 1 año

Arc2-1 file's quiz

518
21
0
Good Guy Beket
Creado por Good Guy Beket hace casi 6 años
Cerrar

PCA_Final [arc2-1, Part-1]

Pregunta 1 de 128

1

Storage Systems, “Higher associativity to reduce miss rate”

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 2 de 128

1

How many Optimizations’ in Cache memory Performance?

Selecciona una de las siguientes respuestas posibles:

  • 6

  • 8

  • 10

Explicación

Pregunta 3 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 4 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Wait until no data hazards, then reads the operand

  • Decode instructions, check for structural hazards

Explicación

Pregunta 5 de 128

1

Storage Systems, “Bigger caches to reduce miss rate”

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 6 de 128

1

Tenth optimization of Cache Memory “Register prefetch”?

Selecciona una de las siguientes respuestas posibles:

  • Loads data only into the cache and not the register

  • Will load the value into register

Explicación

Pregunta 7 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 8 de 128

1

What is a “Kernel” in Cache Memory?

Selecciona una de las siguientes respuestas posibles:

  • Execution or waiting for synchronization variables

  • Execution in user code

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

Explicación

Pregunta 9 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 10 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 5

  • 3

  • 4

Explicación

Pregunta 11 de 128

1

How many issue queue used in Centralized Superscalar 2 and Exceptions

Selecciona una de las siguientes respuestas posibles:

  • 4

  • 3

  • 2

  • 1

Explicación

Pregunta 12 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 13 de 128

1

What is the “Read Operands” in Pipelining Basics?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 14 de 128

1

Perfect caches at The Hardware Model?

Selecciona una de las siguientes respuestas posibles:

  • All memory accesses take one clock cycle

  • All conditional branches are predicted exactly

  • All memory addresses are known exactly

Explicación

Pregunta 15 de 128

1

How many stages used in Superscalar (Pipeline)?

Selecciona una de las siguientes respuestas posibles:

  • 4

  • 5

  • 6

  • 7

Explicación

Pregunta 16 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 22%

  • 33%

  • 11%

Explicación

Pregunta 17 de 128

1

What is “VLIW”?

Selecciona una de las siguientes respuestas posibles:

  • Very Long Instruction Word

  • Very Less Interpreter Word

  • Very Light Internal Word

  • Very Low Invalid Word

Explicación

Pregunta 18 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Software Pipelined

  • Loop Unrolled

Explicación

Pregunta 19 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 20 de 128

1

What single-processor performance improvement has dropped?

Selecciona una de las siguientes respuestas posibles:

  • 2004

  • 2002

  • 2003

Explicación

Pregunta 21 de 128

1

What does MAF?

Selecciona una de las siguientes respuestas posibles:

  • Miss Address File

  • Map Address File

  • Memory Address File

Explicación

Pregunta 22 de 128

1

How many classes of computers classified?

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 5

  • 7

Explicación

Pregunta 23 de 128

1

Sixth Optimization of Cache Memory “Critical word first”?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 24 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Control, exploit, system

  • Masquerader, misfeasor, clandestine user

  • Individual, legitimate, authorized

  • Outside, inside, offside

Explicación

Pregunta 25 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 7

  • 8

Explicación

Pregunta 26 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

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

  • Obviously, increasing associativity reduces conflict misses

Explicación

Pregunta 27 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 28 de 128

1

What is the ARF?

Selecciona una de las siguientes respuestas posibles:

  • Architectural Register File

  • Architecture Relocation File

  • Architecture Reload File

  • Architectural Read File

Explicación

Pregunta 29 de 128

1

What is the Conflict in main categories in Cache Memory?

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 30 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 31 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Width and Lifetime

  • Width and Height

  • Time and Cycle

  • Length and Addition

Explicación

Pregunta 32 de 128

1

What is a “Synchronization” in Cache Memory?

Selecciona una de las siguientes respuestas posibles:

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

  • Execution in user code

  • Execution or waiting for synchronization variables

Explicación

Pregunta 33 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 34 de 128

1

Flash memory is a type of?

Selecciona una de las siguientes respuestas posibles:

  • Electronically Erasable Programmable Read-Only Memory

  • Electronically Extensible Programmable Re-Order Memory

  • Electronically Executable Programmable Reduce Memory

Explicación

Pregunta 35 de 128

1

Access time at memory latency is -

Selecciona una de las siguientes respuestas posibles:

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

  • The minimum time between unrelated requests to memory

Explicación

Pregunta 36 de 128

1

In Multilevel Caches “Local miss rate” equals =

Selecciona una de las siguientes respuestas posibles:

  • misses in cache / accesses to cache

  • misses in cache / CPU memory accesses

  • misses in cache / number of instructions

Explicación

Pregunta 37 de 128

1

What is a RAID 1?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 38 de 128

1

RAW (read after write)?

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 39 de 128

1

How many size of Cache L3 is true approximately?

Selecciona una de las siguientes respuestas posibles:

  • 3 MB

  • 256 MB

  • 256 KB

Explicación

Pregunta 40 de 128

1

What is a RAID 3?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 41 de 128

1

What is the increasing cache bandwidth?

Selecciona una de las siguientes respuestas posibles:

  • Critical word first and merging write buffer

  • Pipelined caches, multibanked caches and non-blocking caches

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

Explicación

Pregunta 42 de 128

1

What is RAID 2?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 43 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 44 de 128

1

Sixth optimization of cache memory “Early restart”?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 45 de 128

1

How many size of Cache L2 is true approximately?

Selecciona una de las siguientes respuestas posibles:

  • 256 KB

  • 4 KB

  • 32 MB

Explicación

Pregunta 46 de 128

1

Reducing the miss penalty or miss rate via parallelism?

Selecciona una de las siguientes respuestas posibles:

  • Hardware prefetching and compiler prefetching

  • Compiler optimization

  • Pipelined caches, multibanked caches and non-blocking caches

Explicación

Pregunta 47 de 128

1

What is a RT?

Selecciona una de las siguientes respuestas posibles:

  • Rename Table

  • Recall Table

  • Relocate Table

  • Remove Table

Explicación

Pregunta 48 de 128

1

How many functions at integrated instruction fetch units?

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 4

  • 5

Explicación

Pregunta 49 de 128

1

What is the PMD in computer classes?

Selecciona una de las siguientes respuestas posibles:

  • Percentage map device

  • Personal mobile device

  • Powerful markup distance

  • Peak maze development

Explicación

Pregunta 50 de 128

1

The second type of dependence is?

Selecciona una de las siguientes respuestas posibles:

  • Data dependence

  • Name dependence

  • Control dependence

Explicación

Pregunta 51 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 4

  • 5

  • 3

Explicación

Pregunta 52 de 128

1

What is the compulsory in main categories in cache memory?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 53 de 128

1

How many elements in trends of technology?

Selecciona una de las siguientes respuestas posibles:

  • 5

  • 4

  • 6

Explicación

Pregunta 54 de 128

1

Perfect memory address alias analysis at the Hardware model?

Selecciona una de las siguientes respuestas posibles:

  • All conditional branches are predicted exactly

  • All memory accesses take one clock cycle

  • All memory addresses are known exactly

Explicación

Pregunta 55 de 128

1

Speculating on exceptions “Recovery mechanism” is –

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 56 de 128

1

What is the reducing the miss rate?

Selecciona una de las siguientes respuestas posibles:

  • What is the reducing the miss rate?

  • Performance optimization

  • Compiler optimization

  • Time optimization

Explicación

Pregunta 57 de 128

1

DDR is –

Selecciona una de las siguientes respuestas posibles:

  • Double data rate

  • Density data rate

  • Dynamic data rate

Explicación

Pregunta 58 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 59 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 100-100 000$

  • 100 000-200 000 000$

  • 5 000 -10 000 000$

Explicación

Pregunta 60 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 61 de 128

1

What is the MISD one of the categories of computers?

Selecciona una de las siguientes respuestas posibles:

  • Multiple instructions streams, set data stream

  • Multiple instructions streams, single data stream

  • Multiple instruction stream, multiple data streams

Explicación

Pregunta 62 de 128

1

What is a RAID 4?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 63 de 128

1

Tenth Optimization of cache memory “Cache prefetch”?

Selecciona una de las siguientes respuestas posibles:

  • Will load the value into a register

  • Loads data only into the cache and not the register

Explicación

Pregunta 64 de 128

1

What is the Request level parallelism?

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 65 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 66 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 67 de 128

1

WAR(write after read)?

Selecciona una de las siguientes respuestas posibles:

  • This hazard correspond to an output dependence

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

Explicación

Pregunta 68 de 128

1

Main term of dependability is SLAs?

Selecciona una de las siguientes respuestas posibles:

  • Scale level approach

  • Service level agreements

  • Standard level achievement

Explicación

Pregunta 69 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Loop unrolled

  • Software Pipelined

Explicación

Pregunta 70 de 128

1

What is the temporal locality?

Selecciona una de las siguientes respuestas posibles:

  • Exploit by remembering the contents of recently accessed locations

  • Exploit by fetching blocks of data around recently accessed locations

Explicación

Pregunta 71 de 128

1

What is an IQ?

Selecciona una de las siguientes respuestas posibles:

  • Issue Queue

  • Internal Queue

  • Interrupt Queue

  • Instruction Queue

Explicación

Pregunta 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”-?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 73 de 128

1

How many size of Cache L1 is true approximately?

Selecciona una de las siguientes respuestas posibles:

  • 8 KB

  • 256 KB

  • 2 MB

Explicación

Pregunta 74 de 128

1

What is a RISC computers?

Selecciona una de las siguientes respuestas posibles:

  • Reduced instruction set computer

  • Research interconnect several computer

  • Rational interruptible security computer

Explicación

Pregunta 75 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 4

  • 6

  • 5

Explicación

Pregunta 76 de 128

1

What is the “opcode”?

Selecciona una de las siguientes respuestas posibles:

  • Operand code

  • Optional code

  • Operation code

Explicación

Pregunta 77 de 128

1

WAW(write after write)?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 78 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 79 de 128

1

Speculating on exceptions “Check prediction mechanism” is –

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 80 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Speculative operations that don’t cause exceptions

  • Hardware to check pointer hazards

Explicación

Pregunta 81 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Speculative operations that don’t cause exceptions

  • Hardware to check pointer hazards

Explicación

Pregunta 82 de 128

1

What is PRF?

Selecciona una de las siguientes respuestas posibles:

  • Pipeline Register File

  • Physical Register File

  • Pure Register File

  • Pending Register File

Explicación

Pregunta 83 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 4

  • 2

Explicación

Pregunta 84 de 128

1

How many instructions used in Distributed Superscalar 2 and Exceptions?

Selecciona una de las siguientes respuestas posibles:

  • 1

  • 2

  • 3

  • 4

Explicación

Pregunta 85 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Fetch, Decode, Instruct, Map, Write

  • Fetch, Decode, Excite, Memory, Write

  • Fetch, Decode, Except, Map, Writeback

  • Fetch, Decode, Execute, Memory, Writeback

Explicación

Pregunta 86 de 128

1

SDRAM is -

Selecciona una de las siguientes respuestas posibles:

  • Synchronous dynamic random access memory

  • Static dynamic random access memory

  • Super dynamic random access memory

Explicación

Pregunta 87 de 128

1

How many restrictions RAW hazards through memory are maintained?

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 4

  • 2

Explicación

Pregunta 88 de 128

1

In Multilevel Caches “Misses per instruction” equals =

Selecciona una de las siguientes respuestas posibles:

  • Misses in cache / number of instructions

  • Misses in cache / accesses to cache

  • Misses in cache / CPU memory accesses

Explicación

Pregunta 89 de 128

1

How many possible Elements of Data Hazards?

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 6

  • 8

Explicación

Pregunta 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” ?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 91 de 128

1

Clock cycle time is -

Selecciona una de las siguientes respuestas posibles:

  • Hardware technology and organization

  • Organization and instruction set architecture

  • Instruction set architecture and compiler technology

Explicación

Pregunta 92 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 93 de 128

1

What is an ALAT?

Selecciona una de las siguientes respuestas posibles:

  • Addition Long Accessibility Table

  • Allocated Link Address Table

  • Allowing List Address Table

  • Advanced Load Address Table

Explicación

Pregunta 94 de 128

1

CPI is -

Selecciona una de las siguientes respuestas posibles:

  • Hardware technology and organization

  • Organization and instruction set architecture

  • Instruction set architecture and compiler technology

Explicación

Pregunta 95 de 128

1

What is SB?

Selecciona una de las siguientes respuestas posibles:

  • Scaleboard

  • Scoreboard

  • Scorebased

  • Scalebit

Explicación

Pregunta 96 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

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

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

Explicación

Pregunta 97 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

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

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

Explicación

Pregunta 98 de 128

1

What is a RAID 0?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 99 de 128

1

What is a file?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 100 de 128

1

What is the reducing the miss penalty?

Selecciona una de las siguientes respuestas posibles:

  • Pipelined caches, multibanked caches, and nonblocking caches

  • Critical word first and merging write buffer

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

Explicación

Pregunta 101 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Average length of queue

  • Average number of tasks in service

Explicación

Pregunta 102 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 103 de 128

1

How many types of dependencies do you know?

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 4

  • 5

Explicación

Pregunta 104 de 128

1

How many major flavors in multiple-issue processors?

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 4

  • 5

Explicación

Pregunta 105 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • CLK

  • Address queue

  • Integer datapath

  • Free list

Explicación

Pregunta 106 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Allow one instruction to branch multiple directions

  • Speculative operations that don’t cause exceptions

Explicación

Pregunta 107 de 128

1

Infinite register renaming at the hardware model?

Selecciona una de las siguientes respuestas posibles:

  • There are an infinite number of virtual registers available

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

Explicación

Pregunta 108 de 128

1

What is reducing hit time?

Selecciona una de las siguientes respuestas posibles:

  • Pipelined caches, multibanked caches, and nonblocking caches

  • Critical word first and merging write buffer

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

Explicación

Pregunta 109 de 128

1

Cycle time at memory latency is -

Selecciona una de las siguientes respuestas posibles:

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

  • the minimum time between unrelated requests to memory

Explicación

Pregunta 110 de 128

1

Speculating on Exceptions “Prediction mechanism” is

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 111 de 128

1

How many main levels of cache memory?

Selecciona una de las siguientes respuestas posibles:

  • 2

  • 8

  • 3

  • 6

Explicación

Pregunta 112 de 128

1

What is the thread level parallelism -

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 113 de 128

1

How many steps in instruction execution?

Selecciona una de las siguientes respuestas posibles:

  • 4

  • 6

  • 3

  • 5

Explicación

Pregunta 114 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • 2

  • 4

  • 3

  • 1

Explicación

Pregunta 115 de 128

1

What is a FL?

Selecciona una de las siguientes respuestas posibles:

  • free leg

  • free list

  • free last

  • free launch

Explicación

Pregunta 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”-?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 117 de 128

1

What is the “issue” in pipelining basics?

Selecciona una de las siguientes respuestas posibles:

  • Decode instructions, check for data hazard

  • Decode instructions, check for control hazard

  • Decode instructions, check for structural hazard

Explicación

Pregunta 118 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Average length of queue

  • Average number of tasks in service

Explicación

Pregunta 119 de 128

1

Perfect jump prediction at The Hardware Model?

Selecciona una de las siguientes respuestas posibles:

  • All jumps are perfectly predicted

  • All memory addresses are known exactly

  • Branch prediction is perfect

Explicación

Pregunta 120 de 128

1

What is the term of dependability in SLOs?

Selecciona una de las siguientes respuestas posibles:

  • Standard Level Offset

  • Standard Level Objectives

Explicación

Pregunta 121 de 128

1

What is a FSB?

Selecciona una de las siguientes respuestas posibles:

  • Finished store Buffer

  • Finished stack Buffer

  • Finished star Buffer

  • Finished stall Buffer

Explicación

Pregunta 122 de 128

1

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

Selecciona una de las siguientes respuestas posibles:

  • Data tags

  • Register name

  • Instruction cache

  • Data cache

Explicación

Pregunta 123 de 128

1

Instruction count is –

Selecciona una de las siguientes respuestas posibles:

  • Organization and instruction set architecture

  • Hardware technology and organization

  • Instruction set architecture and compiler technology

Explicación

Pregunta 124 de 128

1

What is the Instruction Level Parallelism?

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 125 de 128

1

What is the RLP?

Selecciona una de las siguientes respuestas posibles:

  • Random Level Parallelism

  • Request Level Parallelism

  • Research Level Parallelism

Explicación

Pregunta 126 de 128

1

In multilevel caches “Global miss rate” equals:

Selecciona una de las siguientes respuestas posibles:

  • misses in cache / CPU memory accesses

  • misses in cache / accesses to cache

  • misses in cache / number of instructions

Explicación

Pregunta 127 de 128

1

What does mean MSHR?

Selecciona una de las siguientes respuestas posibles:

  • Miss Status Handling Register

  • Memory status handling register

  • mips status hardware prefetching

  • map status handling reload

Explicación

Pregunta 128 de 128

1

What is the spatial locality?

Selecciona una de las siguientes respuestas posibles:

  • Exploit by remembering the contents of recently accessed locations

  • Exploit by fetching blocks of data around recently accessed locations

Explicación