Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67575588dfebc085e31941e4.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: We'll probably need to run a full system scan to ensure there's no hidden malware. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll probably need to run a full system scan to ensure there's no BLANK BLANK.

--blanks--

hidden

--feedback--

This word means something that is not visible or easily found.


malware

--feedback--

This word refers to malicious software designed to harm or exploit a system.

--explanation--

Hidden means something that is concealed or not immediately visible, often requiring extra effort to find.

Malware refers to malicious software designed to damage, disrupt, or exploit a computer system.

When combined, hidden malware describes harmful software that is difficult to detect because it is concealed within the system. For example:

The scan detected hidden malware that had bypassed the antivirus software. - This means the malware was able to avoid detection by the antivirus program until a scan found it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.26,
      "finishTimestamp": 36.8
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "We'll probably need to run a full system scan",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.48,
      "finishTime": 5.44,
      "dialogue": {
        "text": "to ensure that there's no hidden malware.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}