Answer:
If the program is syntactically correct means there are no syntax errors in the program the python interpreter will execute the program.But if the program exits unexpectedly then there exists a run-time error in the python program.
For Example:-
- Accessing a list element which does not exists.
- divide by 0.
- Accessing a file which does not exists.
- Performing operation on incompatible types.
For ex:-
my_list=[1,34,7,3,7,8]
print(my_list[6])
This code will produce run-time error.
True, this is a true statement.
Answer:
Option A is the correct option for the following question.
Explanation:
Because Program documentation is the documentation in which contain the information about the software and also contain the logic of the modules of the program is user-friendly and convenient language about that application or the software and it is hard copy or any digital manual through which the programmer has to know about the application.
So, that's why the following option is correct.
A wiki hosting service or wiki farm is a server or an array of servers that offer users tools to simplify the creation and development of individual, independent wikis.