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

Arxitektura - gavno

285
18
0
Good Guy Beket
Creado por Good Guy Beket hace casi 6 años
Cerrar

PCA_Final [arc2-1, Part-2]

Pregunta 1 de 34

1

What is a Latency:

Selecciona una de las siguientes respuestas posibles:

  • is time for a single access – Main memory latency is usually >> than processor cycle time

  • is the number of accesses per unit time – If m instructions are loads/stores, 1 + m memory accesses per instruction, CPI = 1 requires at least 1 + m memory accesses per cycle

  • is amount of data that can be in flight at the same time (Little’s Law)

Explicación

Pregunta 2 de 34

1

What occurs at Intruction fetches when we speak about Common And Predictable Memory Reference Patterns?

Selecciona una de las siguientes respuestas posibles:

  • n loop iterations

  • subroutine call

  • vector access

Explicación

Pregunta 3 de 34

1

What occurs at Stack access when we speak about Common And Predictable Memory Reference Patterns?

Selecciona una de las siguientes respuestas posibles:

  • subroutine call

  • n loop iterations

  • vector access

Explicación

Pregunta 4 de 34

1

What occurs at Data access when we speak about Common And Predictable Memory Reference Patterns?

Selecciona una de las siguientes respuestas posibles:

  • subroutine call

  • n loop iterations

  • vector access

Explicación

Pregunta 5 de 34

1

Cache HIT:

Selecciona una de las siguientes respuestas posibles:

  • No Write Allocate, Write Allocate

  • Write Through, Write Back

Explicación

Pregunta 6 de 34

1

Cache MISS:

Selecciona una de las siguientes respuestas posibles:

  • No Write Allocate, Write Allocate

  • Write Through, Write Back

Explicación

Pregunta 7 de 34

1

Average Memory Access Time is equal:

Selecciona una de las siguientes respuestas posibles:

  • Hit Time * ( Miss Rate + Miss Penalty )

  • Hit Time - ( Miss Rate + Miss Penalty )

  • Hit Time / ( Miss Rate - Miss Penalty )

  • Hit Time + ( Miss Rate * Miss Penalty )

Explicación

Pregunta 8 de 34

1

The formula of “Iron Law” of Processor Performance:

Selecciona una de las siguientes respuestas posibles:

  • time/program = instruction/program * cycles/instruction * time/cycle

  • time/program = instruction/program * cycles/instruction + time/cycle

  • time/program = instruction/program + cycles/instruction * time/cycle

Explicación

Pregunta 9 de 34

1

Structural Hazard:

Selecciona una de las siguientes respuestas posibles:

  • An instruction in the pipeline needs a resource being used by another instruction in the pipeline

  • An instruction depends on a data value produced by an earlier instruction

  • Whether or not an instruction should be executed depends on a control decision made by an earlier instruction

Explicación

Pregunta 10 de 34

1

Data Hazard:

Selecciona una de las siguientes respuestas posibles:

  • An instruction depends on a data value produced by an earlier instruction

  • An instruction in the pipeline needs a resource being used by another instruction in the pipeline

  • Whether or not an instruction should be executed depends on a control decision made by an earlier instruction

Explicación

Pregunta 11 de 34

1

Control Hazard:

Selecciona una de las siguientes respuestas posibles:

  • Whether or not an instruction should be executed depends on a control decision made by an earlier instruction

  • An instruction depends on a data value produced by an earlier instruction

  • An instruction in the pipeline needs a resource being used by another instruction in the pipeline

Explicación

Pregunta 12 de 34

1

What is a Bandwidth:

Selecciona una de las siguientes respuestas posibles:

  • a is the number of accesses per unit time – If m instructions are loads/stores, 1 + m memory accesses per instruction, CPI = 1 requires at least 1 + m memory accesses per cycle

  • is time for a single access – Main memory latency is usually >> than processor cycle time

  • is amount of data that can be in flight at the same time (Little’s Law)

Explicación

Pregunta 13 de 34

1

What is a Bandwidth-Delay Product:

Selecciona una de las siguientes respuestas posibles:

  • is amount of data that can be in flight at the same time (Little’s Law)

  • is time for a single access – Main memory latency is usually >> than processor cycle time

  • is the number of accesses per unit time – If m instructions are loads/stores, 1 + m memory accesses per instruction, CPI = 1 requires at least 1 + m memory accesses per cycle

Explicación

Pregunta 14 de 34

1

What is Computer Architecture?

Selecciona una de las siguientes respuestas posibles:

  • is the design of the abstraction/implementation layers that allow us to execute information processing applications efficiently using manufacturing technologies

  • is a group of computer systems and other computing hardware devices that are linked together through communication channels to facilitate communication and resource-sharing among a wide range of users

  • the programs used to direct the operation of a computer, as well as documentation giving instructions on how to use them

Explicación

Pregunta 15 de 34

1

Least Recently Used (LRU):

Selecciona una de las siguientes respuestas posibles:

  • cache state must be updated on every access

  • Used in highly associative caches

  • FIFO with exception for most recently used block(s)

Explicación

Pregunta 16 de 34

1

Cache Hit -

Selecciona una de las siguientes respuestas posibles:

  • Write Through – write both cache and memory, generally higher traffic but simpler to design

  • Write cache only, memory is written when evicted, dirty bit per block avoids unnecessary write backs, more complicated

  • No Write Allocate – only write to main memory

Explicación

Pregunta 17 de 34

1

Reduce Miss Rate: Large Cache Size.
Empirical Rule of Thumb:

Selecciona una de las siguientes respuestas posibles:

  • If cache size is doubled, miss rate usually drops by about √2

  • Direct-mapped cache of size N has about the same miss rate as a two-way set- associative cache of size N/2

  • None of them

Explicación

Pregunta 18 de 34

1

Reduce Miss Rate: High Associativity.
Empirical Rule of Thumb:

Selecciona una de las siguientes respuestas posibles:

  • Direct-mapped cache of size N has about the same miss rate as a two-way set- associative cache of size N/2

  • If cache size is doubled, miss rate usually drops by about √2

  • None of them

Explicación

Pregunta 19 de 34

1

What is the access time?

Selecciona una de las siguientes respuestas posibles:

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

  • The minimum time between requests to memory.

  • Describes the technology inside the memory chips and those innovative, internal organizations

  • None of them

Explicación

Pregunta 20 de 34

1

What is the cycle time?

Selecciona una de las siguientes respuestas posibles:

  • The minimum time between requests to memory.

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

  • The maximum time between requests to memory.

  • None of them

Explicación

Pregunta 21 de 34

1

What does SRAM stands for?

Selecciona una de las siguientes respuestas posibles:

  • Static Random Access memory

  • System Random Access memory

  • Short Random Access memory

  • None of them

Explicación

Pregunta 22 de 34

1

What does DRAM stands for?

Selecciona una de las siguientes respuestas posibles:

  • Dynamic Random Access memory

  • Dual Random Access memory

  • Dataram Random Access memory

Explicación

Pregunta 23 de 34

1

Which one is concerning to fallacy?

Selecciona una de las siguientes respuestas posibles:

  • Predicting cache performance of one program from another

  • Simulating enough instructions to get accurate performance measures of the memory hierarchy

  • Implementing a virtual machine monitor on an instruction set architecture that wasn’t designed to be virtualizable

  • Over emphasizing memory bandwidth in DRAMs

Explicación

Pregunta 24 de 34

1

Which one is NOT concerning to pitfall?

Selecciona una de las siguientes respuestas posibles:

  • Predicting cache performance of one program from another

  • Simulating enough instructions to get accurate performance measures of the memory hierarchy

  • Implementing a virtual machine monitor on an instruction set architecture that wasn’t designed to be virtualizable

  • Over emphasizing memory bandwidth in DRAMs

Explicación

Pregunta 25 de 34

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 26 de 34

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 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 27 de 34

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 28 de 34

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 29 de 34

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 30 de 34

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 number of tasks in service

  • Average length of queue

Explicación

Pregunta 31 de 34

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 32 de 34

1

Select two-dimensional interconnection network

Selecciona una de las siguientes respuestas posibles:

  • Mesh

  • Linear Array

  • Cross Bar

Explicación

Pregunta 33 de 34

1

Select multi-dimensional interconnection network

Selecciona una de las siguientes respuestas posibles:

  • Linear Array

  • Cross Bar

  • Cube

Explicación

Pregunta 34 de 34

1

Select multi-dimensional interconnection network

Selecciona una de las siguientes respuestas posibles:

  • Linear Array

  • Cross Bar

  • Hyper Cube

Explicación