Back to Freecodecamp

Task 28

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

latest2.6 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--

The term run code refers to the action of executing or operating a program or script by a computer. To run in this context means to start the process and see it through until the program does what it's designed to do, whether it's calculating numbers, sorting data, or anything else.

The phrase run code without managing servers refers to executing computer programs or applications without the need to handle the physical or virtual servers on which the code runs. This is a key aspect of serverless computing, where the cloud provider manages the servers, allowing developers to focus more on coding than on server management.

--fillInTheBlank--

--sentence--

Serverless computing is an interesting concept, Tom. It's when we BLANK BLANK BLANK BLANK BLANK, like having computer helpers.

--blanks--

run

--feedback--

This word indicates the action of executing or operating something.


code

--feedback--

This is what is being executed or operated. It consists of the commands and instructions written for computers.


without

--feedback--

This word is used to indicate the absence of something.


managing

--feedback--

This refers to the act of controlling or organizing something, which in serverless computing, is not done by the coder.


servers

--feedback--

These are the systems or machines that manage network resources, which are not actively managed by the user in serverless computing.

--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
    }
  ]
}