curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/663316fdcce39d9144ae40cd.md
The word what can be used to introduce a clause. It typically introduces noun clauses, providing more information about a noun or acting as a part of a statement.
A noun clause is a clause that functions as a noun within a larger sentence. It typically includes a subject and a verb, and can act as the subject, object, or complement in a sentence.
For example, in the sentence She doesn't know what to buy, what to buy is a clause where what stands for the thing that she needs to decide on purchasing.
Another example is Tell me what you heard. What you heard is the clause, with what explaining the specific things that were heard, acting as the object of the verb heard.
These is a plural demonstrative pronoun refers to specific items previously mentioned or understood from the context.
Got it. So, that means I should read the function names and comments to know BLANK BLANK functions BLANK.
what
This word introduces a clause, leading to information that explains the activities or responsibilities of these functions.
these
This pronoun refers back to a specific group of functions previously discussed or understood from the context.
do
This verb completes the indirect statement, indicating the actions performed by the functions.
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-2.mp3",
"startTime": 1,
"startTimestamp": 20.68,
"finishTimestamp": 25.86
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.18,
"dialogue": {
"text": "Got it. So that means I should read the function names and comments to what these functions do.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6.68
}
]
}