curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/6636f20df76124410fe597e9.md
Please answer the question below.
How does Lisa describe serverless computing?
It is a cheaper way to use computers.
While serverless computing can be cost-effective, Lisa's description focuses on the operational aspect, not directly on cost.
It is about using more servers in computing.
Serverless computing involves using fewer, if any, visible servers to the developer.
It means programming without computers.
Serverless computing still involves computers, specifically servers that are managed by the provider, not by the programmer.
It's like having computer helpers to run code without managing servers.
4
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.3-2.mp3",
"startTime": 1,
"startTimestamp": 4.62,
"finishTimestamp": 11.62
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 3.58,
"dialogue": {
"text": "Serverless computing is an interesting concept, Tom.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 4.14,
"finishTime": 8,
"dialogue": {
"text": "It's when we run code without managing servers, like having computer helpers.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 8.5
}
]
}