Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c98047a099786e7164b03e.md

latest2.2 KB
Original Source
<!-- (audio) Jake: From my experience, SafeGuard is slightly faster. It has more efficient processing, so it doesn't slow down the system as much. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

From my experience, SafeGuard is slightly faster. It has BLANK BLANK, so it doesn't slow down the system as much.

--blanks--

more efficient

--feedback--

These two words together mean using fewer resources while still working effectively.


processing

--feedback--

This refers to how a system handles and completes tasks. It ends with -ing.

--explanation--

More efficient means completing tasks while using fewer resources, such as time or energy. For example:

This new software is more efficient because it loads pages faster and uses less memory. - This means the software performs better while using fewer system resources.

Processing refers to how a computer or system handles and completes tasks. For example:

Faster processing allows applications to run smoothly without delays. - Here, processing means how quickly the system can handle tasks.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.64,
      "finishTimestamp": 44.22
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "From my experience, Safeguard is slightly faster.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 4.3,
      "finishTime": 8.58,
      "dialogue": {
        "text": "It has more efficient processing, so it doesn't slow down the system as much.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 9.08
    }
  ]
}