High Performance Computing MCQs with answers Page - 1

Here, you will find a collection of MCQ questions on High Performance Computing. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 799.53K Points
Coach

Q. A CUDA program is comprised of two primary components: a host and a _____.

  • (A) gpu??kernel
  • (B) cpu??kernel
  • (C) os
  • (D) none of above

A

Admin • 799.53K Points
Coach

Q. The kernel code is dentified by the ________qualifier with void return type

  • (A) _host_
  • (B) __global__??
  • (C) _device_
  • (D) void

A

Admin • 799.53K Points
Coach

Q. The kernel code is executable on the device and host

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

A

Admin • 799.53K Points
Coach

Q. Calling a kernel is typically referred to as _________.

  • (A) kernel thread
  • (B) kernel initialization
  • (C) kernel termination
  • (D) kernel invocation

A

Admin • 799.53K Points
Coach

Q. Host codes in a CUDA application can Initialize a device

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

A

Admin • 799.53K Points
Coach

Q. Host codes in a CUDA application can Allocate GPU memory

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

A

Admin • 799.53K Points
Coach

Q. Host codes in a CUDA application can not Invoke kernels

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

A

Admin • 799.53K Points
Coach

Q. CUDA offers the Chevron Syntax to configure and execute a kernel.

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

A

Admin • 799.53K Points
Coach

Q. the BlockPerGrid and ThreadPerBlock parameters are related to the ________ model supported by CUDA.

  • (A) host
  • (B) kernel
  • (C) thread??abstraction
  • (D) none of above