Cloud Computing MCQ Quiz Hub

High Performance Computing Set 3

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

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




2. Systems that do not have parallel processing capabilities are




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




4. Parallel processing may occur




5. Execution of several activities at the same time.




6. Cache memory works on the principle of




7. SIMD represents an organization that ______________.




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




9. General MIMD configuration usually called




10. A Von Neumann computer uses which one of the following?




11. A Von Neumann computer uses which one of the following?




12. MIMD stands for




13. MIPS stands for:




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




15. VLIW stands for:




16. The major disadvantage of pipeline is:




17. A topology that involves Tokens.




18. multipoint topology is




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




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




21. Multiprocessors are classified as ________.




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




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




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




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




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




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




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




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




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




31. which of the following is not static network




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




33. ___ have been developed specifically for pipelined systems.




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




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




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




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




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




39. Which of the following is not a Pipeline Conflicts?




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




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




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




43. 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




44. Which of the following is NOT a BITONIC Sequence




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




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




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




48. 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




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




50. What is TRUE about SHELL SORT