MSYS2 and SDL2 Quiz

MSYS2 and SDL2 Quiz

University

14 Qs

quiz-placeholder

Similar activities

Programming C

Programming C

University

10 Qs

C++ Workshop 2021 [Quiz-1]

C++ Workshop 2021 [Quiz-1]

University

10 Qs

Arithmetic Operations Quiz

Arithmetic Operations Quiz

University

10 Qs

TR155_Semana 9

TR155_Semana 9

University

10 Qs

Introduction II

Introduction II

University

10 Qs

Programowanie C++

Programowanie C++

University

14 Qs

Java

Java

University

18 Qs

Cpp programming quiz 1 : get started with basics

Cpp programming quiz 1 : get started with basics

University

11 Qs

MSYS2 and SDL2 Quiz

MSYS2 and SDL2 Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Andy Durante

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to install the MinGW-w64 toolchain within the MSYS2 terminal?

pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain

apt-get install mingw-w64 mingw-w64-ucrt-x86_64-toolchain

yum install mingw-w64 mingw-w64-ucrt-x86_64-toolchain

brew install mingw-w64 mingw-w64-ucrt-x86_64-toolchain

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which environment variable needs to be modified to include the paths to MinGW-w64 and SDL2?

PATH

MSYS2_PATH

SDL2_PATH

INCLUDE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended default installation folder for MSYS2?

C:\msys64\

C:\Windows\System32

C:\Program Files

C:\Users\YourUserName\

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SDL2_ttf library?

To render text using TrueType fonts.

To create and edit font files.

To measure text width and height.

To display text in different colors and styles.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended installation folder for SDL2 and its associated libraries?

C:\sdl2

C:\Program Files\SDL2

C:\Windows\System32\SDL2

C:\Users\YourUserName\Documents\SDL2\

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SDL2_mixer library?

To load and play audio files in various formats.

To mix multiple audio streams together.

To create sound effects in various formats.

To record audio from the microphone.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a file extension commonly used for SDL2 source code files?

.cpp

.c

.h

.sdl

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?