Question 91 :
An interface between the user or an application program, and the system resources is
- Microprocessor
- Microcontroller
- Multimicroprocessor
- operating system
Question 92 :
_________ is a method for inducing concurrency in problems that can be solved using the divide-and-conquer strategy.
- exploratory decomposition
- speculative decomposition
- data-decomposition
- Recursive decomposition
Question 93 :
A pipeline is like_
- Overlaps various stages of instruction execution to achieve performance.
- House pipeline
- Both a and b
- gas line
Question 94 :
In the scatter operation_
- Single node send a unique message of size m to every other node
- Single node send a same message of size m to every other node
- Single node send a unique message of size m to next node
- None of Above
Question 95 :
The number of tasks into which a problem is decomposed determines its_
- Granularity
- Priority
- Modernity
- None of above
Question 96 :
The problem where process concurrency becomes an issue is called as ___________
- Reader-write problem
- Bankers problem
- Bakery problem
- Philosophers problem
Question 97 :
Status bit is also called
- Binary bit
- Flag bit
- Signed bit
- Unsigned bit
Question 98 :
A distributed operating system must provide a mechanism for
- intraprocessor communication
- intraprocess and intraprocessor communication
- interprocess and interprocessor communication
- interprocessor communication
Question 99 :
CISC stands for
- Complete Instruction Sequential Compilation
- Complete Instruction Sequential Compiler
- Complete Instruction Serial Compilation
- Complex Instruction set computer
Question 100 :
Decomposition Techniques are_
- recursive decomposition
- data decomposition
- exploratory decomposition
- speculative decomposition
Question 101 :
The main objective in building the multi-microprocessor is
- greater throughput
- enhanced fault tolerance
- greater throughput and enhanced fault tolerance
- zero throughput
Question 102 :
Group communication operations are built using point-to-point messaging primitives
- TRUE
- False
Question 103 :
The main objective in building the multimicroprocessor is
- greater throughput
- enhanced fault tolerance
- greater throughput and enhanced fault tolerance
- none of the mentioned
Question 104 :
We denote the serial runtime by TS and the parallel____by TP
- runtime
- clock time
- processor time
- clock frequency
Question 105 :
In MPI programing MPI_char is the instruction for
- Unsign Char
- Sign character
- Long Char
- unsign long char
Question 106 :
The graph of tasks (nodes) and their interactions/data exchange (edges)_
- Is referred to as a task interaction graph
- Is referred to as a task Communication graph
- Is referred to as a task interface graph
- None of Above
Question 107 :
In message passing, send and receive message between
- Task or processes
- Task and Execution
- Processor and Instruction
- Instruction and decode
Question 108 :
The time lost due to the branch instruction is often referred to as ____________
- Delay
- Branch penalty
- Latency
- control hazard
Question 109 :
Conventional architectures coarsely comprise of a_
- processor
- Memory system
- Data path.
- All of Above
Question 110 :
What is usually regarded as the von Neumann Bottleneck
- Instruction set
- Arithmetic logical unit
- Processor/memory interface
- Control unit
Question 111 :
NUMA architecture uses _______in design
- cache
- shared memory
- message passing
- distributed memory
Question 112 :
. ______________ leads to concurrency
- Serialization
- cloud computing
- Distribution
- Parallelism
Question 113 :
Hazard are eliminated through renaming by renaming all
- Source register
- Memory
- Data
- Destination register
Question 114 :
Mappings are determined by_
- task dependency
- task interaction graphs
- Both A - B
- None of Above
Question 115 :
Interaction overheads can be minimized by____
- Maximize Data Locality
- Maximize Volume of data exchange
- Increase Bandwidth
- Minimize social media contents
Question 116 :
Pipelining strategy is called implement
- Instruction execution
- Instruction prefetch
- Instruction manipulation
- instruction decoding
Question 117 :
In a multi-processor configuration two coprocessors are connected to host 8086 processor. The instruction sets of the two coprocessors
- must be same
- may overlap
- must be disjoint
- must be the same as that of host
Question 118 :
parallel computer is capable of
- Decentalized computing
- Parallel computing
- Distributed computing
- centralized computing
Question 119 :
Design of _______processor is complex
- parallel
- pipeline
- serial
- distributed
Question 120 :
VLIW processors rely on_
- ACompile time analysis
- Initial time analysis
- Final time analysis
- Mid time analysis