118k views
12 votes
3. Which of the following are some possible debugging steps? Select all that apply. (2 points)

A. Initialize the variable
B. Investigate the cause of the error
C. Test the program
D. Call the function

User Cartwright
by
7.0k points

1 Answer

11 votes

Answer:

B. Investigate the cause of the error

C. Test the program

Step-by-step explanation:

What is a Bug?

This refers to the error in a code that does not allow a program to run unless it has been debugged.

User Narendra Singh
by
7.2k points