On This Page

This set of High Performance Computing HPC Multiple Choice Questions & Answers (MCQs) focuses on High Performance Computing Set 12

Q1 | the BlockPerGrid and ThreadPerBlock parameters are related to the ________ model supported by CUDA.
Q2 | _________ is Callable from the device only
Q3 | ______ is Callable from the host
Q4 | ______ is Callable from the host
Q5 | Cache memory works on the principle of
Q6 | SIMD represents an organization that ______________.
Q7 | Select different aspects of parallelism
Q8 | Select correct answer: DRAM access times have only improved at the rate of roughly        % per year over this interval.
Q9 | Analyze, if the second instruction has data dependencies with the first, but the third instruction does not, the first
Q10 | Select the parameters which captures Memory system performance
Q11 | Consider the example of a fire- hose. If the water comes out of the hose five seconds after the hydrant is turned on. Once the water starts flowing, if the hydrant delivers water at the rate of 15 gallons/second. Analyze the bandwidth and latency.
Q12 | Select alternate approaches for Hiding Memory Latency
Q13 | Select which clause in OpenMP is similar to the private, except values of variables are initialized to corresponding values before the
Q14 | Which of the following projects of Blue Gene is not in development?
Q15 | A decomposition can be illustrated in the form of a directed graph with nodes corresponding to tasks and edges indicating that the result of one task is required for processing the next. Such graph is called as
Q16 | In which case, the owner computes rule implies that the output is computed by the process to which the output data is assigned?
Q17 | Select relevant task characteristics from the options given below:
Q18 | A classic example of game playing - each 15 puzzle board is the example of
Q19 | Which model is equally suitable to shared-address- space or message- passing paradigms, since the interaction is naturally two ways.
Q20 | In which type of the model, tasks are dynamically assigned to the processes for balancing the load?
Q21 | Select the appropriate stage of GPU Pipeline which receives commands from CPU and also pulls geometry information from system memory.
Q22 | In all-to-one reduction, data items must be combined piece-wise and the result made available at a                     processor.
Q23 | Analyze the Cost of Scatter and Gather .
Q24 | All-to-all personalized communication is also known as                              .
Q25 | All-to-all personalized communication is performed independently in each row with clustered messages of size on a mesh.