Data Types and Variable Scope in GDevelop

Data Types and Variable Scope in GDevelop

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

Data types and Input

Data types and Input

7th - 9th Grade

14 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Variables

Variables

7th - 10th Grade

16 Qs

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

Python Alternating Turns

Python Alternating Turns

7th - 12th Grade

10 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Intro to Python

Intro to Python

KG - University

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?