Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662e4dc39f884e1d15ed5f7a.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: Don't worry. Debugging is a common challenge for programmers. -->

--description--

The term to debug is crucial in programming. It means to find and fix errors or bugs in a computer program. A bug is a mistake or problem in a program that prevents it from working correctly.

Debugging is a regular part of a programmer's job.

For example, She spent the whole day debugging the code. This means she was fixing mistakes in the code.

--fillInTheBlank--

--sentence--

Don't worry. BLANK is a common challenge for programmers.

--blanks--

Debugging

--feedback--

This is the term used for finding and fixing errors in a computer program.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.02,
      "finishTimestamp": 8.18
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "Don't worry. Debugging is a common challenge for programmers.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}