Back to Freecodecamp

Task 29

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

latest2.5 KB
Original Source
<!-- (audio) Mark: Right, it won't. And if there's a software crash, it can be because of incompatible drivers or outdated software. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Mark, what can be the reason of a software crash?

--answers--

The computer's memory is full.

--feedback--

Mark doesn't mention the memory as the cause of the crash.


The computer has no internet connection.

--feedback--

Mark is talking about software issues, not internet connection problems.


The software is too new.

--feedback--

Mark mentions outdated software, not newer software, as a potential issue.


Incompatible drivers or outdated software.

--video-solution--

4

--explanation--

Mark mentions incompatible drivers and outdated software as causes for a software crash.

Incompatible drivers are drivers that do not work correctly with the hardware, while outdated software means the software has not been updated to its latest version. Both can cause crashes. For example:

  • The graphics card isn't working because of incompatible drivers. - The wrong driver is causing the graphics card to malfunction.

  • Outdated software can lead to security vulnerabilities. - Old programs might not be safe to use due to a lack of updates.

--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": 29.36,
      "finishTimestamp": 36.5
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "Right, it won't.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 2.64,
      "finishTime": 4,
      "dialogue": {
        "text": "And if there's a software crash,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 4.48,
      "finishTime": 8.14,
      "dialogue": {
        "text": "it can be because of incompatible drivers or outdated software.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 8.64
    }
  ]
}