Here are the answers to your questions:
-
What is the primary purpose of line comments?
Answer: to make the code more readable and reusable -
What is self-documenting code?
Answer: code that uses meaningful, descriptive names for all variables and functions -
Which of the following must be included in line comments to ensure reusability of code?
Answer: the purpose and/or functionality of the code segment -
Which of the following information is provided in the README file about the project description?
Answer: the purpose of the project, a list of existing similar projects and what differentiates this project, and a list of any notable special features -
Which of the following is correct about the inclusion of authorship detail in README?
Answer: all programmers who developed the current version of the project
Feel free to ask if you have any further questions!