Question 121 :
binary tree in which processors are (logically) at the leaves and internal nodes are routing nodes.
- TRUE
- False
Question 122 :
Each of the clock cycle from the previous section of execution becomes
- Previous stage
- stall
- previous cycle
- pipe stage
Question 123 :
The instructions which copy information from one location to another either in the processor’s internal register set or in the external main memory are called
- Data transfer instructions
- Program control instructions
- Input-output instructions
- Logical instructions
Question 124 :
A feature of a task-dependency graph that determines the average degree of concurrency for a given granularity is its ___________ path
- critical
- easy
- difficult
- ambiguous
Question 125 :
Data intensive applications utilize_
- High aggregate throughput
- High aggregate network bandwidth
- High processing and memory system performance.
- None of above
Question 126 :
In vector processor a single instruction, can ask for ____________ data operations
- multiple
- single
- two
- four
Question 127 :
Private data that is used by a single processor then shared data are used
- Single processor
- Multi processor
- Single tasking
- Multi tasking
Question 128 :
The number and size of tasks into which a problem is decomposed determines the
- fine-grainularity
- coarse-grainularity
- sub Task
- granularity
Question 129 :
The___ time collectively spent by all the processing elements Tall = p TP
- total
- Average
- mean
- sum
Question 130 :
The dual of one-to-all broadcast is_
- All-to-one reduction
- All-to-one receiver
- All-to-one Sum
- None of Above
Question 131 :
The instuction execution sequence ,that holds the instruction result known as
- Data buffer
- control buffer
- reorder buffer
- ordered buffer
Question 132 :
Which Algorithm is better choice for pipelining
- Small Algorithm
- Hash Algorithm
- Merge-Sort Algorithm
- Quick-Sort Algorithm
Question 133 :
In All-to-All Personalized Communication Each node has a distinct message of size m for every other node
- TRUE
- False
Question 134 :
The cost of dynamic networks is often determined by the number of ____________ nodes in the network.
- Packet
- Ring
- Static
- Switching
Question 135 :
type of parallelism that is naturally expressed by independent tasks in a task-dependency graph is called _______ parallelism.
- Task
- Instruction
- Data
- Program
Question 136 :
task characteristics include:
- Task generation.
- Task sizes.
- Size of data associated with tasks.
- All of Above
Question 137 :
A microprogram sequencer
- generates the address of next micro instruction to be executed.
- generates the control signals to execute a microinstruction.
- sequentially averages all microinstructions in the control memory.
- enables the efficient handling of a micro program subroutine.
Question 138 :
Which of the following interrupt is non maskable
- INTR
- RST 7.5
- RST 6.5
- TRAP
Question 139 :
The tighhtly copuled set of threads execution working on a single task is called
- Serial processing
- parallel processing
- Multithreading
- Recurrent
Question 140 :
The straight-forward model used for the memory consistency, is called
- Sequential consistency
- Random consistency
- Remote node
- Host node
Question 141 :
_________ gives the theoretical speedup in latency of the execution of a task at fixed execution time
- Amdahl's
- Moor's
- metcalfe's
- Gustafson's law
Question 142 :
A processor that continuously tries to acquire the locks, spinning around a loop till it reaches its success, is known as
- Spin locks
- Store locks
- Link locks
- Store operational
Question 143 :
The First step in developing a parallel algorithm is_
- To Decompose the problem into tasks that can be executed concurrently
- Execute directly
- Execute indirectly
- None of Above