What is the primary purpose of line comments?(1 point)
Responses
to describe proper naming conventions
to suggest edits to the developer
to make the code more readable and reusable
to plan algorithms
What is self-documenting code?(1 point)
Responses
code with automatically generated line comments
code that requires documentation
code that does not require documentation
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?(1 point)
Responses
the possible reuse ideas for the code segment
the date of completion of the code segment
the alternative implementation of the code segment
the purpose and/or functionality of the code segment
Which of the following information is provided in the README file about the project description?(1 point)
Responses
instructions on how to download and install the project, and any known installation issues
the description of how the project should be used, including examples, use cases, and illustrative media
the purpose of the project, a list of existing similar projects and what differentiates this project, and a list of any notable special features
the description of how the project was designed, how it was developed, and previous versions of the project
Which of the following is correct about the inclusion of authorship detail in README?(1 point)
Responses
all programmers who developed the current version of the project
all programmers who developed the original version of the project
all major and minor contributors and influences
the person who wrote the README file