5. you find some code on a programming discussion board and you incorporate it into a larger project you are…

5. you find some code on a programming discussion board and you incorporate it into a larger project you are programming. select all that apply.\nno citation is needed.\nrevise the code a little bit and then no citation is needed.\nadd a general note at the end of your code that lists all of your sources.\ninclude information for your source in an inline comment specifying which part of the code came from an outside source.
Answer
Brief Explanations:
When using code from an outside - source like a programming discussion board in a project, proper citation is important to avoid plagiarism. Just revising a little or not citing at all is incorrect. Adding a general note at the end or including source information in an inline comment are good practices for code citation.
Answer:
C. Add a general note at the end of your code that lists all of your sources., D. Include information for your source in an inline comment specifying which part of the code came from an outside source.