curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f36132e09c33a21645096.md
Involve means to include as a necessary part.
The verb involve is used to indicate that something includes or contains as a necessary part or component. In various contexts, it can mean that a person or thing is actively engaged in something or that a situation requires something as a part of the process.
For example, The job involves using computers every day. This means using computers is a necessary part of the job.
The term blueprint originally refers to a detailed technical drawing or plan for building something. In a broader sense, and especially in programming, a blueprint is a guide or a model that shows how to construct or design something.
It BLANK classes, which are like BLANK for BLANK, and, inside the classes, you find the classes' methods, which are actions those objects can perform.
involves
This verb means to include something as a necessary component or part of a process.
blueprints
It refers to a detailed plan or model for constructing something complex, like software objects.
objects
In programming, it is an entity created from a class; it can hold data and perform actions defined by the class.
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-3.mp3",
"startTime": 1,
"startTimestamp": 21.98,
"finishTimestamp": 30.8
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.76,
"dialogue": {
"text": "It involves classes, which are like blueprints for objects, and inside the classes,",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 5.84,
"finishTime": 9.82,
"dialogue": {
"text": "you find the classes' methods, which are actions those objects can perform.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 10.32
}
]
}