Back to Freecodecamp

Task 62

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Hey, Sarah, I was reading about object-oriented programming on the internet. It's a new concept for me. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Hey, Sarah, I was reading about BLANK BLANK on the internet. It's a new BLANK for me.

--blanks--

object-oriented

--feedback--

It refers to a programming style that uses objects and classes as central elements of design and implementation.


programming

--feedback--

It means the process of designing and building an executable computer program to accomplish a specific computing result.


concept

--feedback--

It is an abstract idea or a general notion, in this case, referring to a particular programming paradigm.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.28,
      "dialogue": {
        "text": "Hey, Sarah, I was reading about object-oriented programming on the internet. It's a new concept for me.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.78
    }
  ]
}