Back to Freecodecamp

Task 29

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

latest2.0 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 answer the question below.

--questions--

--text--

Why does Jake think SafeGuard is a better option for performance?

--answers--

Because it is slightly faster and uses resources more efficiently.


Because it has a nicer interface.

--feedback--

Jake does not mention the interface.


Because it has stronger encryption.

--feedback--

Jake is discussing performance, not security.


Because it has fewer features.

--feedback--

Jake does not say SafeGuard has fewer features.

--video-solution--

1

--explanation--

Jake believes SafeGuard is better for performance because it is slightly faster and has more efficient processing. This means it completes tasks more quickly while using fewer system resources.

--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
    }
  ]
}