Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6630b687daf7dd66a730a0be.md

latest2.3 KB
Original Source
<!-- (Audio) Sarah: Sure. Data types are fundamental in programming. You use them to tell the computer what kind of data you're working with.-->

--description--

The word fundamental implies something is basic or essential, much like the foundation of a house.

For example, Understanding grammar is fundamental to learning a new language. Here fundamental is used to emphasize that grammar is an essential or basic part of learning any new language.

The phrase what kind of is used to ask about the type or nature of something. It's a common way to specify or classify something more clearly.

For instance, when someone asks what kind of music do you like? they are asking about the genre of music.

--fillInTheBlank--

--sentence--

Sure. Data types are BLANK in programming. You use them to tell the computer BLANK BLANK BLANK data you're working with.

--blanks--

fundamental

--feedback--

This word means something basic, essential, or central to a system.


what

--feedback--

This word starts a question or inquiry about the nature or identity of something.


kind

--feedback--

This word refers to a type or category.


of

--feedback--

This preposition is used to link the noun with what follows it, helping to specify the type or category being asked about.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.2,
      "finishTimestamp": 10.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Sure. Data types are fundamental in programming.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.7,
      "finishTime": 6.96,
      "dialogue": {
        "text": "You use them to tell the computer what kind of data you're working with.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}