Cloud Computing MCQ Quiz Hub

High Performance Computing Set 3

Choose a topic to test your knowledge and improve your Cloud Computing skills

Data hazards occur when .....................





✅ Correct Answer: 2

Systems that do not have parallel processing capabilities are





✅ Correct Answer: 1

How does the number of transistors per chip increase according to Moore ´s law?





✅ Correct Answer: 4

Parallel processing may occur





✅ Correct Answer: 3

Execution of several activities at the same time.





✅ Correct Answer: 2

Cache memory works on the principle of





✅ Correct Answer: 3

SIMD represents an organization that ______________.





✅ Correct Answer: 3

A processor performing fetch or decoding of different instruction during the execution of another instruction is called ______ .





✅ Correct Answer: 2

General MIMD configuration usually called





✅ Correct Answer: 1

A Von Neumann computer uses which one of the following?





✅ Correct Answer: 1

A Von Neumann computer uses which one of the following?





✅ Correct Answer: 1

MIMD stands for





✅ Correct Answer: 1

MIPS stands for:





✅ Correct Answer: 4

M.J. Flynn's parallel processing classification is based on:





✅ Correct Answer: 3

VLIW stands for:





✅ Correct Answer: 2

The major disadvantage of pipeline is:





✅ Correct Answer: 4

A topology that involves Tokens.





✅ Correct Answer: 2

multipoint topology is





✅ Correct Answer: 1

Which mechanism performs an analysis on the code to determine which data items may become unsafe for caching, and they mark those items accordingly?





✅ Correct Answer: 4

How many processors can be organized in 5-dimensional binary hypercube system?





✅ Correct Answer: 3

Multiprocessors are classified as ________.





✅ Correct Answer: 2

Which of the following is not one of the interconnection structures?





✅ Correct Answer: 3

Which combinational device is used in crossbar switch for selecting proper memory from multiple addresses?





✅ Correct Answer: 1

How many switch points are there in crossbar switch network that connects 9 processors to 6 memory modules?





✅ Correct Answer: 4

In a three-cube structure, node 101 cannot communicate directly with node?





✅ Correct Answer: 2

Which method is used as an alternative way of snooping-based coherence protocol?





✅ Correct Answer: 1

snoopy cache protocol are used in -----------------based system





✅ Correct Answer: 1

superscalar architecture contains -------------execution units for instruction execution





✅ Correct Answer: 2

time taken by header of a message between two directly connected nodes is called as-----------------





✅ Correct Answer: 2

the number of switch requirement for a network with n input and n output is ------------------





✅ Correct Answer: 2

which of the following is not static network





✅ Correct Answer: 4

In super-scalar processors, ________ mode of execution is used.





✅ Correct Answer: 3

___ have been developed specifically for pipelined systems.





✅ Correct Answer: 3

Which of the following is a combination of several processors on a single chip?





✅ Correct Answer: 1

The important feature of the VLIW is .....





✅ Correct Answer: 1

The parallel execution of operations in VLIW is done according to the schedule determined by ..





✅ Correct Answer: 3

The VLIW processors are much simpler as they do not require of .....





✅ Correct Answer: 4

The VLIW architecture follows ..... approach to achieve parallelism.





✅ Correct Answer: 4

Which of the following is not a Pipeline Conflicts?





✅ Correct Answer: 3

Which of the following statements is NOT TRUE for Internal Sorting algorithms





✅ Correct Answer: 3

In sorting networks for INCREASING COMPARATOR with input x,y select the correct output X', Y' from the following options





✅ Correct Answer: 3

In sorting networks for DECREASING COMPARATOR with input x,y select the correct output X', Y' from the following options





✅ Correct Answer: 2

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





✅ Correct Answer: 4

Which of the following is NOT a BITONIC Sequence





✅ Correct Answer: 4

The procedure of sorting a bitonic sequence using bitonic splits is called





✅ Correct Answer: 1

While mapping Bitonic sort on Hypercube, Compare-exchange operations take place between wires whose labels differ in





✅ Correct Answer: 1

Which of following is NOT A WAY of mapping the input wires of the bitonicsorting network to a MESH of processes





✅ Correct Answer: 2

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





✅ Correct Answer: 1

The odd-even transposition algorithm sorts n elements in n phases (n is even), each of which requires ------------compare-exchange operations





✅ Correct Answer: 3

What is TRUE about SHELL SORT





✅ Correct Answer: 4