Back to Freecodecamp

Task 14

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

latest1.8 KB
Original Source
<!-- (audio) Mark: Sometimes if the BIOS is corrupted, it prevents the computer from starting. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sometimes if the BLANK is corrupted, it prevents the computer from starting.

--blanks--

BIOS

--feedback--

It's a system component that controls the hardware of the computer. All letters are capitalized.

--explanation--

BIOS stands for Basic Input/Output System. It is a crucial system component that helps initialize the hardware during startup and loads the operating system. For example:

  • If the BIOS is outdated, your system may have performance issues. - An old BIOS can cause your computer to run poorly.

  • Press F2 to enter the BIOS and change system settings. - Pressing F2 lets you access the BIOS to modify the system's options.

--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": 14.12,
      "finishTimestamp": 18.46
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Sometimes if the BIOS is corrupted,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 3.82,
      "finishTime": 5.34,
      "dialogue": {
        "text": "it prevents the computer from starting.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}