107k views
0 votes
An error that occurs after an application is running is known as a a. user error b. syntax error c. runtime error d. logic error

1 Answer

3 votes

Answer: C) Runtime error

Step-by-step explanation:

  • Runtime error occurred during the program execution and while the program are running. Run time error are basically indicates bugs and issues in the computer program.
  • Runtime error occurred when insufficient memory and memory leak are present in the program.

User error occur due to human or user interference , it is not caused by the computer hardware and software system.

Syntax error occur during the wrong syntax implementation in the program.

Logic error are basically caused by the undesirable output and wrong implementation in the source code.

Therefore, option(C) is correct.

User Geo Jacob
by
6.6k points