137k views
3 votes
Which of the following responses to an error alert are appropriate? Choose all that apply.

Run the program with test data to verify the results and trace the source of the problem.
Verify that variable names are spelled correctly.
Search for language that does not follow the programming language conventions.
Read the alert and see if the problem happens again before taking any action.


1,2,3

User Caligari
by
8.7k points

1 Answer

2 votes

Answer:

(a) Run the program with test data to verify the results and trace the source of the problem.

(b) Verify that variable names are spelled correctly.

(c) Search for language that does not follow the programming language conventions.

Step-by-step explanation:

(a), (b), and (c) are all appropriate responses to an error alert. It is important to investigate the error and determine its source to fix the issue and prevent it from happening again.

User Broken Man
by
7.9k points

No related questions found