Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f16078a88463405b894c6.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Object-oriented programming is used in many modern languages. -->

--description--

Many is used to indicate a large number of items, in this case, programming languages.

Modern languages refers to languages that are currently in use and have been developed or evolved in recent times. Examples of modern programming languages might include Python, JavaScript, and Ruby. They are considered modern because they are popular now and often updated with new tools and features to help programmers solve problems more effectively.

--fillInTheBlank--

--sentence--

Object-oriented programming is used in BLANK BLANK BLANK.

--blanks--

many

--feedback--

This word is used to describe a large number of things.


modern

--feedback--

This adjective describes something current or recent, in this context, referring to programming languages that are up-to-date.


languages

--feedback--

In this context, they are sets of rules and syntax that allow humans to write instructions that a computer can execute.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.34,
      "finishTimestamp": 9.38
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Object-oriented programming is used in many modern languages.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}