CUDA C/C++ Basics Quiz

CUDA C/C++ Basics Quiz

University

25 Qs

quiz-placeholder

Similar activities

Petrophysics Raya Quiz

Petrophysics Raya Quiz

University

21 Qs

C++ OOPs Concepts & Inheritance Quiz

C++ OOPs Concepts & Inheritance Quiz

University

20 Qs

CUDA Programming Quiz

CUDA Programming Quiz

University

20 Qs

Java basic

Java basic

University

21 Qs

Computer Hardware Basics

Computer Hardware Basics

9th Grade - University

20 Qs

GPU and Graphics Processing Quiz

GPU and Graphics Processing Quiz

University

30 Qs

Operating System

Operating System

University

20 Qs

BE23CS407 - Design and Analysis of Algorithms (Unit-1)

BE23CS407 - Design and Analysis of Algorithms (Unit-1)

University

20 Qs

CUDA C/C++ Basics Quiz

CUDA C/C++ Basics Quiz

Assessment

Quiz

Engineering

University

Hard

Created by

Kavitha R

FREE Resource

25 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What is CUDA?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What will you learn in this session?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

You (probably) need experience with C or C++

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the purpose of the __syncthreads() function?

Evaluate responses using AI:

OFF

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What does the CUDA C/C++ keyword __global__ indicate?

A function that runs on the host

A function that runs on the device

A function that is called from device code

A function that is called from host code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in the Simple Processing Flow?

Load GPU code and execute it

Copy input data from CPU memory to GPU memory

Copy results from GPU memory to CPU memory

Manage GPU memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: printf("Hello World!\n");?

Hello World!

Hello World

Hello

World!

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?