Study Guide – Week #6 – Ethics & Software Development Start the Game.

Slides:



Advertisements
Similar presentations
Ch 3 System Development Environment
Advertisements

4. Intellectual Property and Ethics on the Web 59.
INTELLECTUAL PROPERTY AUTHOR: ALPANA TREHAN CHAPTER-12 © 2011, Dreamtech Press :: Chapter 12 1.
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Appendix.
Introduction to Computer Ethics
Analysis Modeling Over view of today’s lesson T he analysis model is the first technical representation of a system. Analysis modeling uses a combination.
Computer Engineering 294 IP R.Smith 5/ Intellectual Property What is it? Why is it important? – What is it designed to do? What are its basic forms?
Intellectual Property
For Students. What is Copyright? “The exclusive right to produce or reproduce (copy), to perform in public, or to publish an original literary or artistic.
Escrow Janet Broome – Strategic Accounts and Products Manager.
1 Intellectual Property Includes the results of intellectual activities in the arts, sciences, and industry Includes the results of intellectual activities.
SE 112 Slide 1 SE 112 l
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Awesome Answer! Sorry. Try again.
Development and Impact of Software Solutions Social and ethical issues.
Computer Ethics – The Ten Commandments
Chapter 1 The Systems Development Environment
Intellectual Property Rights and Online File Sharing Erwin Solis Antoine Herve Matt Olsen Nikolai Hart Tim Scott.
Chapter 1 The Systems Development Environment
Effective Methods for Software and Systems Integration
Intellectual Property
B284 ENTREPRENEURSHIP Unit 2 Notes. Entrepreneurship Today  Knowledge of economics contributes to an understanding of how entrepreneurs and customers.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Chapter 1 The Systems Development Environment
Managing the development and purchase of information systems (Part 1)
Introduction to Computer Science
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Today discussion Intellectual property. What exactly is intellectual property ? Types of intellectual property. Patents, Trademarks and Designs. The ”BIG.
INTRODUCTION What is software? What is software engineering?
Introduction To System Analysis and Design
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 1 Slide 1 An Introduction to Software Engineering.
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Approaches to Systems Development Week 2 CMIS570.
Software Development Cycle What is Software? Instructions (computer programs) that when executed provide desired function and performance Data structures.
An Introduction to Software Engineering. Communication Systems.
1 Introduction to Software Engineering Lecture 1.
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Fifth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Study Guide – Week #3 – System Software Start the Game.
Ethical and Social Impact of Information Systems
Study Guide – Week #7 – Networks and Security Start the Game.
Chapter 7 Impact of Information Technology. Agenda Shneiderman’s Plagues of the Information era Ethics Issues Corporate Code of IT Ethics Other Impacts.
Ethics.
The basics of the programming process The development of programming languages to improve software development Programming languages that the average user.
Java Fundamentals Usman Ependi UBD
Intellectual property (cont.) 1. Software as intellectual property 2  The law concerning software is not clear and is steal being formulated  In USA.
The Systems Development Environment Systems Analysis and Design II.
Academic Summary Writing
Resources Resources Audit Resources Matrix People Matrix Employing People Premises Matrix Equipment Matrix Intellectual Property.
1 Web Search Who are the different people often involved in making a computer or video game? 2 Web Search/Thinkin g What is programming? Why would.
Unit 8. Intellectual Property  Refers to creations of the mind  Inventions  literary and  artistic works; designs; and symbols  Names and images.
Software Engineering Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
CCT490: Week 8 Intellectual Property, Software, and the Free Software Movement This presentation is licensed under Creative Commons Attribution License,
Using the computer appropriately
Chapter 7: Software Engineering
Chapter 16 – Careers in Information Technology
Appendix 2 Automated Tools for Systems Development
Chapter 7: Software Engineering
MISY 301 Mr.Mohammed Rafeeque.
Modern Systems Analysis and Design Third Edition
Quality Management Perfectqaservices.
Managing the development of information systems (Part 1)
What are the attributes of good software?
Modern Systems Analysis and Design Third Edition
Modern Systems Analysis and Design Third Edition
Computer ethics in computer science curriculum
Intellectual Property
Chapter # 6 Intellectual Property
Software License Agreements
Copyright, Design and Patents Act (1988)
Presentation transcript:

Study Guide – Week #6 – Ethics & Software Development Start the Game

Intellectual Property Licensing & Plagiarism Program Design Program Development $100 $200 $300 $400 To End the Game, press the Esc key on your keyboard at any time.

Return to the Game RIGHT ANSWER

Return to the Game Sorry – Try Again

Intellectual Property Intellectual Property conveys shared rights to creations of the mind. TrueFalse

Intellectual Property Information posted to your Facebook account belongs only to you. TrueFalse

Intellectual Property The World Intellectual Property Organization (WIPO) treaties are premised on the notion that the protection of intellectual property rights is essential to maintaining economic growth. TrueFalse

Exclusive rights of ownership are given to people who have ________. a) Copyright Copyright b) Patents Patents c) Both of the above Both of the above d) Neither of the above Neither of the above Intellectual Property - 400

Licensing & Plagiarism TrueFalse Plagiarism is a violation of the student code of conduct.

Licensing & Plagiarism TrueFalse Only Intellectual Property that has a copyright can be plagiarized.

Licensing & Plagiarism Creative Commons licensees give up all rights to their intellectual property TrueFalse

Licensing & Plagiarism A Public Domain license allows you to own the Intellectual property TrueFalse

Program Design TrueFalse Computer Aided Software Engineering improves the quality and maintainability of computer software.

Program Design TrueFalse Structured Design of a software program is a technique using modules and graphical representation to break the design into manageable pieces.

The choice at letter __ is not a component of Structured Programming. a) subroutines subroutines b) block structures block structures c) while loops while loops d) go-to statements go-to statements Program Design - 300

Program Design Computer Aided Software Engineering replaces the requirement for Peer Group Review as part of the quality assurance program of computer software. TrueFalse

Program Development TrueFalse Prototyping is a valid SDLC technique.

Program Development TrueFalse Over the years, a process has developed for the creation and design of computer systems that is referred to as the Systems Development Life Cycle.

Program Development TrueFalse Structured Programming techniques ensured that software programs were easier to write, test, and maintain.

Program Development TrueFalse Object Oriented programming attempts to model real behavior in small reusable packages.