Back to Freecodecamp

Task 5

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: You use them to tell the computer what kind of data you're working with. -->

--description--

The phrase work with is used to describe using or dealing with something, such as tools, materials, people, or concepts, to accomplish a task or goal. It implies cooperation or interaction.

Examples:

I work with computers every day.

This example shows that the person regularly uses computers as part of their daily tasks.

She works with a team to develop new software.

In this sentence, work with indicates that the person collaborates or cooperates with other people (a team) to achieve something specific, in this case, developing software.

--fillInTheBlank--

--sentence--

You use them to tell the computer what kind of data you're BLANK BLANK.

--blanks--

working

--feedback--

This word suggests an ongoing process or activity; it means actively using certain types of data in programming tasks.


with

--feedback--

This preposition is commonly used to indicate involvement or association.

--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": 6.9,
      "finishTimestamp": 10.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "You use them to tell the computer what kind of data you're working with.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}