Back to Freecodecamp

Task 25

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

latest2.7 KB
Original Source
<!-- (audio) Sarah: Speaking of which, another thing we can check is if the hard drive is failing. If it's not functioning, the operating system won't load, will it? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would happen to the operating system if the hard drive is failing?

--answers--

The operating system would function normally.

--feedback--

Sarah explains that the operating system won't start if the hard drive is not functioning.


The operating system would be deleted.

--feedback--

Sarah mentions that the system won't load, not that it would be deleted.


The operating system would not load.


The operating system would restart continuously.

--feedback--

The issue described is that the operating system won't load at all, not that it keeps restarting.

--video-solution--

3

--explanation--

The verb load refers to the process of starting or initiating something, like software or a system. In this context, Sarah explains that if the hard drive is failing, the operating system won't start or become accessible. For example:

  • The program won't load because there's an error means the program cannot start.

  • The page took a long time to load refers to how long it takes for content to appear on a screen.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.78,
      "finishTimestamp": 29.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 1.9,
      "dialogue": {
        "text": "Speaking of which,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "another thing we can check is if the hard drive is failing.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.62,
      "finishTime": 5.56,
      "dialogue": {
        "text": "If it's not functioning,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.76,
      "finishTime": 7.58,
      "dialogue": {
        "text": "the operating system won't load, will it?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.08
    }
  ]
}