Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fa6a5d3741512bcd56293.md

latest2.0 KB
Original Source
<!-- (audio) Mark: If the application has memory leaks, it can lead to crashes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If the BLANK BLANK memory leaks, it can lead to crashes.

--blanks--

application

--feedback--

This refers to a software program running on a computer. It is the subject of the sentence.


has

--feedback--

This verb is in the Present Simple and describes the existence of memory leaks.

--explanation--

The Present Simple tense is often used to describe states or facts that are always true or currently valid.

In this sentence, has indicates a condition of the application — it currently possesses memory leaks. It is not describing an action but a state of existence. For example:

  • The software has bugs. - The software is in a state of having bugs.

  • The application has memory leaks. - The application is currently in a state where memory leaks exist.

An application is a software program designed to perform specific tasks or functions on a device. For example:

I downloaded the application to manage my tasks. - You installed the app on your device to organize your to-do list.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.9,
      "finishTimestamp": 47.12
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "If the application has memory leaks, it can lead to crashes.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}