228k views
1 vote
Identify the correct statements about run-time errors. Choose all that apply.

Run-time errors occur when the program is running.
Run-time errors cause the program to halt.
Run-time errors cause the program to restart.
Run-time errors occur when a numeric value is expected but a text value is entered.
Run-time errors occur when a text value is expected but a numeric value is entered.
Run-time errors cause the program to run fast.
DONE

User Jakar
by
4.7k points

2 Answers

3 votes

Answer: A, B, D, and E

Step-by-step explanation:

Run-time errors occur when the program is running.

Run-time errors cause the program to halt.

Run-time errors cause the program to restart.

Run-time errors occur when a numeric value is expected but a text value is entered.

Run-time errors occur when a text value is expected but a numeric value is entered.

Run-time errors cause the program to run fast.

User Andy Groff
by
4.6k points
4 votes

Step-by-step explanation:

1. Run-time errors occur when the program is running.

2. Run-time errors cause the program to halt.

4. Run-time errors occur when a numeric value is expected but a text value is entered.

5. Run-time errors occur when a text value is expected but a numeric value is entered.

User HsnVahedi
by
5.0k points