10
u cannot copy code from the web d use it in your project.

Don't Copy Code From the Web

Embed Size (px)

DESCRIPTION

A quick presentation about why students should not copy programming code off the Internet. I'd love to hear feedback on how this could be improved, or if you are interested in using it.

Citation preview

Page 1: Don't Copy Code From the Web

You cannot copy code from the web and use it in your project.

Page 2: Don't Copy Code From the Web

Academic Misconduct in Computer Programming Courses in Higher Education

You Can’t Use Code Off The Web.

Page 3: Don't Copy Code From the Web

You’ve got an assignment in your computer programming course due on Monday.

It’s Sunday night.

Page 4: Don't Copy Code From the Web

You solved the first few problems, and your program runs and works, but you can’t get the last part. You’re not even sure where to start.

Page 5: Don't Copy Code From the Web

What do you do?

A. E-mail the profB. Check the textbookC. Search the ‘WebD. Visit the LibraryE. Go to Chapters

?

Page 6: Don't Copy Code From the Web

Work and School Are Different

Page 7: Don't Copy Code From the Web

At Work…

Software used internally…• You just have to get it done.• Whatever means necessary.• No one probably even cares

if code was found online…

• …but maybe they do.

A product to be released…• Serious legal ramifications.• Code written by someone is

their property. They retain copyright.

• Some companies may have policies against using code that was found online.

“In-house” software “If it wasn’t written here we can’t use it!”

M A Y B E

Page 8: Don't Copy Code From the Web

At School…We want you to THINK critically.

You need to develop problem

solving skills.Plagiarism isn’t a

solution.

Learn the syntax…… and you need to

learn the algorithms. It will take more

time “fixing” what you find online than

it would take to write yourself.

Page 9: Don't Copy Code From the Web

At School…We want you to THINK critically.

You need to develop problem

solving skills.Plagiarism isn’t a

solution.

Learn the syntax…… and you need to

learn the algorithms. It will take more

time “fixing” what you find online than

it would take to write yourself.

We know you can do it. Show us.

Page 10: Don't Copy Code From the Web

Plagiarism / Academic Misconduct

• Copying code from the web or other source may be considered an Academic Misconduct

• Even if you reference your source...this is a program, not a paper.

• Your project, your code, your work, your marks.

• It’s that simple.