Respuesta :
Answers:
1. logical error
2. syntax error
3. exception
Explanation: Correct on Edg 2021.
The type of error that matches the described situations are;
1) Logic Error
2) Syntax Error
3) Exceptions
1) Results of program are returned but they are not correct because the computation was designed incorrectly; This will be classified as a logic error because a logic error in computer programming is one in which it occurs when there is a bug/mistake in computer program that makes it give incorrect results/behavior but it doesn't make it to crash or terminate abruptly.
2) Error caused by incorrect indentation of a line; This type of error is called a syntax error because it involves mistake in the use of language. In this case, there is a wrong language in indentation of the line.
3) Error caused by trying to open a file that cannot be found; This type of error is an exception because it is an error that can be recovered even while running the program.
Read more at; https://brainly.in/question/12894870