Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f594d096c1aebb60e5194d.md

latest1.5 KB
Original Source
<!-- (Audio) Sophie: I've noticed that the issue may occur when we handle large data sets. -->

--description--

To occur means to happen, especially unexpectedly. For example, The error occurs when the program runs.

Data sets are collections of data. In coding, a data set can be small or large, containing various types of data used for analysis or processing.

--fillInTheBlank--

--sentence--

I've noticed that the issue may BLANK when we handle large data BLANK.

--blanks--

occur

--feedback--

It refers to something happening, often unexpectedly, in a given situation, like an issue in code.


sets

--feedback--

In this context, Sophie is talking about working with large groups of data.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.88,
      "finishTimestamp": 17.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "I've noticed that the issue may occur when we handle large data sets.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}