Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/6636f20df76124410fe597e9.md

latest1.9 KB
Original Source
<!-- (Audio) Lisa: Serverless computing is an interesting concept, Tom. It's when we run code without managing servers, like having computer helpers. -->

--description--

Please answer the question below.

--questions--

--text--

How does Lisa describe serverless computing?

--answers--

It is a cheaper way to use computers.

--feedback--

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.

--feedback--

Serverless computing involves using fewer, if any, visible servers to the developer.


It means programming without computers.

--feedback--

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.

--video-solution--

4

--scene--

json
{
  "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
    }
  ]
}