Back to Freecodecamp

Task 24

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

latest1.9 KB
Original Source
<!-- (audio) Sarah: If it's not functioning, the operating system won't load, will it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If it's not functioning, the BLANK BLANK won't load, will it?

--blanks--

operating

--feedback--

This word describes the system that operates or runs the computer's basic functions.


system

--feedback--

This word refers to the organized software structure.

--explanation--

An operating system is the main software that allows other programs to run on a computer. It manages the hardware and software resources, ensuring everything works together smoothly. For example:

  • The app is compatible with any operating system. - The app works on all types of systems like Windows or MacOS.

  • I installed a new operating system on my laptop. - You set up a different system to run your computer.

--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": 26.4,
      "finishTimestamp": 29.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 1.94,
      "dialogue": {
        "text": "If it's not functioning,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.14,
      "finishTime": 3.96,
      "dialogue": {
        "text": "the operating system won't load, will it?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}