Choose a topic to test your knowledge and improve your Cloud Computing skills
Data hazards occur when .....................
Systems that do not have parallel processing capabilities are
How does the number of transistors per chip increase according to Moore ´s law?
Parallel processing may occur
Execution of several activities at the same time.
Cache memory works on the principle of
SIMD represents an organization that ______________.
A processor performing fetch or decoding of different instruction during the execution of another instruction is called ______ .
General MIMD configuration usually called
A Von Neumann computer uses which one of the following?
A Von Neumann computer uses which one of the following?
MIMD stands for
MIPS stands for:
M.J. Flynn's parallel processing classification is based on:
VLIW stands for:
The major disadvantage of pipeline is:
A topology that involves Tokens.
multipoint topology is
Which mechanism performs an analysis on the code to determine which data items may become unsafe for caching, and they mark those items accordingly?
How many processors can be organized in 5-dimensional binary hypercube system?
Multiprocessors are classified as ________.
Which of the following is not one of the interconnection structures?
Which combinational device is used in crossbar switch for selecting proper memory from multiple addresses?
How many switch points are there in crossbar switch network that connects 9 processors to 6 memory modules?
In a three-cube structure, node 101 cannot communicate directly with node?
Which method is used as an alternative way of snooping-based coherence protocol?
snoopy cache protocol are used in -----------------based system
superscalar architecture contains -------------execution units for instruction execution
time taken by header of a message between two directly connected nodes is called as-----------------
the number of switch requirement for a network with n input and n output is ------------------
which of the following is not static network
In super-scalar processors, ________ mode of execution is used.
___ have been developed specifically for pipelined systems.
Which of the following is a combination of several processors on a single chip?
The important feature of the VLIW is .....
The parallel execution of operations in VLIW is done according to the schedule determined by ..
The VLIW processors are much simpler as they do not require of .....
The VLIW architecture follows ..... approach to achieve parallelism.
Which of the following is not a Pipeline Conflicts?
Which of the following statements is NOT TRUE for Internal Sorting algorithms
In sorting networks for INCREASING COMPARATOR with input x,y select the correct output X', Y' from the following options
In sorting networks for DECREASING COMPARATOR with input x,y select the correct output X', Y' from the following options
Which of the following is TRUE for Bitonic Sequence a) Monotonically increasing b) Monotonically Decreasing c) With cyclic shift of indices d) First increasing then decreasing
Which of the following is NOT a BITONIC Sequence
The procedure of sorting a bitonic sequence using bitonic splits is called
While mapping Bitonic sort on Hypercube, Compare-exchange operations take place between wires whose labels differ in
Which of following is NOT A WAY of mapping the input wires of the bitonicsorting network to a MESH of processes
Which is the sorting algorithm in below given steps - 1. procedure X_SORT(n) 2. begin 3. for i := n - 1 downto 1 do 4. for j := 1 to i do 5. compare-exchange(aj, aj + 1); 6. end X_SORT
The odd-even transposition algorithm sorts n elements in n phases (n is even), each of which requires ------------compare-exchange operations
What is TRUE about SHELL SORT