curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6630e609d81a446cd663c521.md
The verb to store in programming refers to the act of keeping or saving data so that it can be used later. Choosing the right data types is critical because it influences how information is stored and used in a program.
Different data types are suited for different kinds of information, like text, numbers, or boolean values. For example, To store text, a programmer might use the data type string.
Good question! You usually choose data types BLANK BLANK the kind of information you want to BLANK.
based
This word is used to indicate the foundation or reason behind a decision. Here, it introduces the criteria for choosing data types.
on
This preposition is commonly used to point out the basis or criteria for decisions. It links the decision-making process to the type of information.
store
This verb means to save or keep information in a computing system.
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-1.mp3",
"startTime": 1,
"startTimestamp": 15.82,
"finishTimestamp": 20.6
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.78,
"dialogue": {
"text": "Good question! You usually choose data types based on the kind of information you want to store.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.28
}
]
}