
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
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
15 questions
Making Inferences
Quiz
•
7th - 12th Grade
20 questions
El Verbo IR Practice
Quiz
•
9th Grade
23 questions
TSI Math Vocabulary
Quiz
•
10th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
15 questions
Graphing Inequalities
Quiz
•
7th - 9th 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
15 questions
Combine Like Terms and Distributive Property
Quiz
•
8th - 9th Grade