Back to Freecodecamp

Task 55

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

latest1.4 KB
Original Source
<!-- REVIEW -->

--description--

This is a review of the entire dialogue you just studied.

--instructions--

Write the following words or phrases in the correct spot:

AI, bug detection, errors, automate, debugging, and improve.

--fillInTheBlank--

--sentence--

Bob: Sarah, I'm hearing a lot about BLANK in programming these days, but I don't know how to use it. Any ideas?

Sarah: AI in programming involves using smart computers to help write code or find BLANK. It's one of those trends that BLANK certain tasks in development.

Bob: That's fascinating.

Sarah: It is, right? I was actually thinking of using AI in tasks like code analysis and BLANK. It can BLANK code quality and reduce the time spent on BLANK.

Bob: Great idea. I think we should give it a go and test it out.

--blanks--

AI

--feedback--

An acronym for Artificial Intelligence - when computers do things that usually need human thinking.


errors

--feedback--

Problems or mistakes in a program that stop it from working right.


automate

--feedback--

To make something happen by itself using a program, without people doing it.


bug detection

--feedback--

Finding mistakes or problems in code.


improve

--feedback--

To make something better.


debugging

--feedback--

Fixing the problems or mistakes in your code.