Back to Freecodecamp

Task 33

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

latest2.4 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. It's one of those trends that's making cloud computing even more convenient. -->

--description--

Please answer the question below.

--questions--

--text--

How does serverless computing impact cloud computing according to Lisa?

--answers--

It makes cloud computing more convenient by reducing the need to manage servers.


It makes cloud computing more expensive due to increased technical demands.

--feedback--

Lisa mentions that serverless computing makes cloud computing more convenient, not more expensive. It reduces the burden of managing servers.


It reduces the effectiveness of cloud computing by limiting control over servers.

--feedback--

On the contrary, Lisa highlights that serverless computing enhances convenience, not reduces effectiveness or control.


It disconnects applications from the internet, focusing on internal networks.

--feedback--

Serverless computing still uses the internet as part of cloud services; it doesn't focus on internal networks.

--video-solution--

1

--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": 15.2
    }
  },
  "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",
      "startTime": 8.42,
      "finishTime": 11.58,
      "dialogue": {
        "text": "It's one of those trends that's making cloud computing even more convenient.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 12.08
    }
  ]
}