Exam NCA-AIIO Topic 2 Question 43 Discussion
Actual exam question for NVIDIA's NCA-AIIO exam
Question #: 43
Topic #: 2
Question #: 43
Topic #: 2
Which of the following statements is true about GPUs and CPUs?
Suggested Answer: A Vote an answer
GPUs and CPUs are architecturally distinct due to their optimization goals. GPUs feature thousands of simpler cores designed for massive parallelism, excelling at executing many lightweight threads concurrently-ideal for tasks like matrix operations in AI. CPUs, conversely, have fewer, more complex cores optimized for sequential processing and handling intricate control flows, making them suited for serial tasks.
This divergence in design means GPUs outperform CPUs in parallel workloads, while CPUs excel in single- threaded performance, contradicting claims of identical architectures or interchangeable use.
(Reference: NVIDIA GPU Architecture Whitepaper, Section on GPU vs. CPU Design)
This divergence in design means GPUs outperform CPUs in parallel workloads, while CPUs excel in single- threaded performance, contradicting claims of identical architectures or interchangeable use.
(Reference: NVIDIA GPU Architecture Whitepaper, Section on GPU vs. CPU Design)
by Hugo at Jan 23, 2026, 03:35 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).