Coding Terms Explained

Coding Terms Explained

Assessment

Flashcard

Computers

4th Grade

Hard

Created by

Tim Gee

FREE Resource

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a bug in computer programming?

Back

A bug is a mistake in the code that makes the program not work as it should. It can be due to syntax, logic, or runtime errors.

2.

FLASHCARD QUESTION

Front

What are syntax bugs?

Back

Syntax bugs are like typos in the code, such as forgetting a letter or a symbol.

3.

FLASHCARD QUESTION

Front

What are logic bugs?

Back

Logic bugs are mistakes in how the code is written. The program runs, but it does something different than intended.

4.

FLASHCARD QUESTION

Front

What are runtime bugs?

Back

Runtime bugs occur while the program is running, causing it to suddenly stop working.

5.

FLASHCARD QUESTION

Front

What is debugging?

Back

Debugging means finding and fixing bugs in the code. It's like being a detective for your code.

6.

FLASHCARD QUESTION

Front

What are some ways to debug code?

Back

Test code in small steps, use print statements, read error messages, and try rubber duck debugging.

7.

FLASHCARD QUESTION

Front

What are events in programming?

Back

Events are things that happen in a program that trigger actions, like pressing a button in a game.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?