
9/22 Daily Do Now
Interactive Video
•
Information Technology (IT)
•
9th - 12th Grade
•
Practice Problem
•
Hard
Amy Austin
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the foundational step required to begin working with variables and scripts in a Godot project?
Creating a new project folder.
Creating a scene with at least one node.
Declaring a variable using the 'var' keyword.
Attaching a script to an existing node.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to declare a variable in GDScript?
let
const
var
def
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of attempting to assign an integer value to a variable that has been explicitly type-casted as a String in GDScript?
The integer value is automatically converted to a string.
The variable's type is dynamically changed to integer.
A runtime error occurs, preventing the assignment.
The integer value is ignored, and the variable retains its original string value.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In GDScript, how can two string variables, for example, `numberA = "Hello "` and `numberB = "World"`, be combined to print "Hello World"?
print(numberA - numberB)
print(numberA * numberB)
print(numberA + numberB)
print(numberA / numberB)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When a new Node instance is created without explicitly setting its name, what kind of name does it typically receive?
A generic name like "Node"
A name based on its script file
An auto-generated name, such as "@2"
An empty string
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In GDScript, how do you assign a specific name to a Node instance after it has been created?
node_instance.set_name("CustomName")
node_instance.name = "CustomName"
set_node_property(node_instance, "name", "CustomName")
rename_node(node_instance, "CustomName")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which built-in GDScript function is used to determine the data type of a variable?
get_type()
type_of()
typeof()
check_type()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Popular Resources on Wayground
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
9 questions
FOREST Perception
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
Discover more resources for Information Technology (IT)
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
10 questions
Cell Organelles and Their Functions
Interactive video
•
6th - 10th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
20 questions
Figurative Language Review
Quiz
•
10th Grade
20 questions
Combining Sentences
Lesson
•
9th Grade
11 questions
Adding and Subtracting Polynomials
Quiz
•
9th Grade
22 questions
El Imperfecto
Quiz
•
9th - 12th Grade
20 questions
Box and Whisker Plots
Quiz
•
9th Grade