Data Types and Variable Scope in GDevelop

Data Types and Variable Scope in GDevelop

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

Classes in C++

Classes in C++

6th - 9th Grade

14 Qs

Variables

Variables

6th - 8th Grade

9 Qs

Apple - Learn to code (revision 1)

Apple - Learn to code (revision 1)

7th Grade

10 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

PICO8/LUA QUIZ

PICO8/LUA QUIZ

6th Grade - Professional Development

15 Qs

Variables and ifs in p5.js

Variables and ifs in p5.js

8th Grade

10 Qs

Gaming Lesson 2

Gaming Lesson 2

6th - 8th Grade

15 Qs

YouCode Scratch Quiz

YouCode Scratch Quiz

KG - 12th Grade

10 Qs

Data Types and Variable Scope in GDevelop

Data Types and Variable Scope in GDevelop

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Abokhai Ane

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to keep track of a player's exact health, which might be a value like 95.5. What is the best data type for a Health variable?

Text

Boolean

Number

Structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to store the player's chosen name, for example, "Captain_Awesome", to display on the screen. Which data type should you use for the PlayerName variable?

Number

Text

Boolean

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: Your game has a special power-up. You need a variable to track if the power-up is currently active (true) or not active (false). What is the most efficient data type for the IsPowerUpActive variable?

Boolean

Number

Text

Structure

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You are designing an inventory system. You need a single variable that can hold a list of all the item names the player has collected, like ["Sword", "Shield", "Potion"]. Which data type is built for holding a list of values?

Structure

Boolean

Array

Text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You want to group all the stats for a specific enemy (Health, Speed, AttackDamage) into one organized variable. Which data type allows you to create named sub-variables like EnemyStats.Health?

Array

Structure

Number

Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You want to create a HighScore variable that saves the best score achieved in the entire game. This score should not be reset when the player changes levels (scenes). What scope should you use?

Global

Scene

Object

Local

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You have multiple Enemy objects on the screen, and each one needs its own individual health points. When one enemy takes damage, the others should not be affected. Where should you store the Health variable for each enemy?

Global

Scene

Object

Local

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?