Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66389e09cec2fa569567b15a.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: AI in programming involves using smart computers to help write code or find errors. -->

--description--

Please answer the question below.

--questions--

--text--

Based on Sarah's statement, which of the following situations is NOT an example of AI in programming?

--answers--

Using a program that automatically improves code efficiency

--feedback--

This is an example of AI, as it involves using technology to improve code, aligning with Sarah's description.


Manually checking code for errors without any software assistance


Using software that suggests code corrections as you type

--feedback--

This situation aligns with Sarah's description of AI in programming, where smart computers help in writing code and finding errors.


A system that learns from past coding mistakes to prevent future ones

--feedback--

This example fits within Sarah's description of AI, as it describes a system using learned information to enhance programming tasks.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.52,
      "finishTimestamp": 10.72
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "AI in programming involves using smart computers to help write code or find errors.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}