Back to Freecodecamp

Task 59

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

latest1.5 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:

Debugging, loop, trouble with, function, code, and debugging tools.

--fillInTheBlank--

--sentence--

Sarah: Hey, Tom. I'm having some BLANK my code. I can't figure out what's wrong.

Tom: Don't worry. BLANK is a common challenge for programmers. How much code are you working on?

Sarah: Well, it's actually a lot of code, but the issue is in a specific BLANK. I have a BLANK inside it.

Tom: I see. Can you show me your BLANK? I might be able to help.

Sarah: Sure. It's in this file's code. Let me find it.

Tom: There are many BLANK you can use. Depending on the IDE that you're using, there are many extensions and plugins to use. They are super helpful.

Sarah: I'll keep that in mind. Thanks, Tom.

--blanks--

trouble with

--feedback--

This means having a problem or finding something difficult.


Debugging

--feedback--

Finding and fixing mistakes in your code. The first letter is capitalized.


function

--feedback--

A set of instructions grouped together to do a specific task in a program.


loop

--feedback--

A part of code that repeats again and again until a condition is met.


code

--feedback--

The instructions written in a programming language that tell a computer what to do.


debugging tools

--feedback--

Programs or features that help you find and fix errors in your code.