9/22 Daily Do Now

Interactive Video
•
Information Technology (IT)
•
9th - 12th Grade
•
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()
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider a variable `numberA` initialized as a string (`var numberA = "Hello"`). What is the outcome if you later attempt to assign an integer value to it (`numberA = 0`)?
The variable's type will automatically change to integer.
The integer value will be implicitly converted to a string.
A runtime error will occur due to type mismatch.
The assignment will be ignored, and `numberA` will retain its original string value.
Similar Resources on Wayground
11 questions
Understanding Pulleys and Mechanical Advantage

Interactive video
•
9th - 10th Grade
11 questions
Why String Theory is Right

Interactive video
•
11th Grade - University
11 questions
9-Struktur Data

Interactive video
•
9th Grade
8 questions
Standing Waves

Interactive video
•
9th - 12th Grade
11 questions
Resonance in Closed Pipes

Interactive video
•
9th - 12th Grade
6 questions
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Special Characters

Interactive video
•
9th - 10th Grade
6 questions
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution part II - Automate a Company Website wit

Interactive video
•
9th - 10th Grade
11 questions
Nervous System Signal Pathways

Interactive video
•
9th - 10th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Distribute and Combine Like Terms

Quiz
•
7th - 9th Grade
12 questions
Graphing Inequalities on a Number Line

Quiz
•
9th Grade
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Cell Organelles

Quiz
•
9th Grade
20 questions
Cell Transport

Quiz
•
9th Grade