CUDA C/C++ Basics Quiz

CUDA C/C++ Basics Quiz

University

25 Qs

quiz-placeholder

Similar activities

Computer Hardware Basics

Computer Hardware Basics

9th Grade - University

20 Qs

Theory Exam prep Quiz

Theory Exam prep Quiz

University

27 Qs

C Programming Challenge for Students

C Programming Challenge for Students

University

20 Qs

Java MCQ Test Day-2

Java MCQ Test Day-2

University

20 Qs

C classroom activity 8.4.25

C classroom activity 8.4.25

University

20 Qs

OS QUIZ1

OS QUIZ1

University

21 Qs

Parallel Computing Quiz

Parallel Computing Quiz

University

25 Qs

Introduction to C++

Introduction to C++

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?