McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
High Performance Computing (HPC)
→
CUDA helps do execute code in parallel m...
Q.
CUDA helps do execute code in parallel mode using __________
A.
cpu
B.
gpu
C.
rom
D.
cash memory
Answer» B. gpu
572
0
Do you find this helpful?
4
View all MCQs in
High Performance Computing (HPC)
Discussion
No comments yet
Login to comment
Related MCQs
The NVIDIA G80 is a ---- CUDA core device, the NVIDIA G200 is a ---- CUDA core device, and the NVIDIA Fermi is a ---- CUDA core device.
CUDA Hardware programming model supports: a) fully generally data-parallel archtecture; b) General thread launch; c) Global load-store; d) Parallel data cache; e) Scalar architecture; f) Integers, bit operation
What makes a CUDA code runs in parallel
CUDA offers the Chevron Syntax to configure and execute a kernel.
The CUDA architecture consists of --------- for parallel computing kernels and functions.
CUDA is a parallel computing platform and programming model
CUDA supports ____________ in which code in a single thread is executed by all other threads.
A CUDA program is comprised of two primary components: a host and a _____.
Host codes in a CUDA application can Initialize a device
Host codes in a CUDA application can Allocate GPU memory