Back to Freecodecamp

Task 46

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Hi Maria, have you checked our data backup procedures recently? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi Maria, have you checked our BLANK BLANK procedures recently?

--blanks--

data

--feedback--

This word refers to information that is stored digitally or physically.


backup

--feedback--

This word means a copy of the original data to protect it from loss.

--explanation--

Data backup refers to creating copies of important information to ensure it can be recovered in case of system failure, loss, or damage:

  • data is the digital information stored on devices.

  • backup is the process of copying this data for safety.

Together, data backup is essential for protecting important files and minimizing risks in IT environments. For example:

The IT team performs a data backup every night. - The team saves all the data daily to ensure it's secure.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.56
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Hi Maria, have you checked our data backup procedures recently?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}