curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/685906642a368f071a3ad966.md
This is a review of the entire dialogue you just studied.
Write the following words or phrases in the correct spot:
Debugging, loop, trouble with, function, code, and debugging tools.
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.
trouble with
This means having a problem or finding something difficult.
Debugging
Finding and fixing mistakes in your code. The first letter is capitalized.
function
A set of instructions grouped together to do a specific task in a program.
loop
A part of code that repeats again and again until a condition is met.
code
The instructions written in a programming language that tell a computer what to do.
debugging tools
Programs or features that help you find and fix errors in your code.