you have been asked by your lecturer to create a simple program that can be used to calculate student grades given their marks in all assessments in the course. As the creator of the program, you can include a section in the code that can always show your own grades as A+ without considering your assessment marks. Would this be ethical? Would this be in line with the ACS Code of Ethics and with basic programming ethics
write an essay on the following
The lecturer assigned you with the task to create a program that finds out the grades of the students is because that he/she trusted you and your skills in programming.Manipulating the program in such a way for selfish benefits is always against the ACS code of Ethics and basic programming ethics .To be a good developer or programmer you must uphold qualities like honesty ,truthfulness ,competence,professional development and professionalism in your career and works.There will be several such situation in ones career life where he or she can exploit the situation or someone else trust ,in this case the lecturer s trust in his/her student was exploited by the particular student.So it is important to uphold our morality and basic etiquettes in such situation and be trustful which ever field we may be in.
you have been asked by your lecturer to create a simple program that can be used...
As the health and fitness director of a large corporate wellness program, you have been asked to provide data to your supervisor that supports the effectiveness of your program. The trend in the company has been to cut programs that do not “carry their weight.” The “bottom line” is important. In your review of the data related to your program, it is obvious that the data are not strong. However, in fairness to you, the program has been in operation...
You have been asked to create a Dungeon and Dragons style game. They have asked you to Design a class called Character that will hold the following information: Name Age Player’s Name Level Gender Race Class (i.e. fighter, wizard) Then create a program that will allow a user to add information into this class and then the program puts the information out. Just to demonstrate the functionality. Note - please keep this program for use later in the course. Your...
You have been asked to join a team as the representative from your department. The team has been tasked with the development of an ethics training program to support the company's new code of ethics. What would your recommendations be? Your company wrote it's code o ethics in 1986. You have been assigned to a team that has been tasked with updating the code to make it more representative of current business ethics such as the internet and modern business...
[Continued] Your Course class should have:
1)a getter for the course 'code', so that it is read-only;
2)a getter and setter for the lecturer attribute, so that it is
readable and writable;
3)a constructor that creates the associations shown in the UML
diagram;
4)an enrolStudent method that adds a given Student object into
the 'enrolled' set;
5)a withdrawStudent method that removes a given Student object
from the 'enrolled' set and returns true if the student was
successfully found and removed,...
Shell Programming USA College wants you to create a simple application. The program will enter the student name, student id, Student Level, Enter the marks for four (4) courses. Calculate the total marks and the SGPA. If the SGPA less than 2.0 then students will enter into probation.display the appropriate output.
CASE 6-47 CASE STUDIES IN HEALTH INFORMATION MANAGEMENT You have an HIM student in your department who has asked you how you as an HIM professional can exhibit ethical behavior. You tell the student about the AHIMA Code of Ethics. and walk her through each of the standards of the code. 1. Explain how you as an HIM professional can comply with each standard. 2. Explain what the AHIMA code of Ethics means to you and your career.
For this assignment we are going to create the beginnings of a simple Grade Book. We will revisit this assignment again once we learn some new concepts. For the purposes of this grade book you should first provide a menu with the following options: 1. Add a new course 2. Add a new student 3. Add a student to a course 4. Add grades for a student in a course 5. Print a list of all grades for a student...
ONLY REQUIRE C
Problem statement: You are to write a program that manages student marks for a class. Student marks are stored as a 2D array. Each row represents the marks of one student. Each column represents one assessment. For example, if we have two students and 3 assessment items with the marks for student1 being (67.6,88.5, 75.4} and student2 being (77.5, 76.2,78.3} our 2D array would look like: 67.6, 38.5,75.4 77.5, 76.2,78.3 You are to write a script/main function...
Java program
Program: Grade Stats In this program you will create a utility to calculate and display various statistics about the grades of a class. In particular, you will read a CSV file (comma separated value) that stores the grades for a class, and then print out various statistics, either for the whole class, individual assignments, or individual students Things you will learn Robustly parsing simple text files Defining your own objects and using them in a program Handling multiple...
You have been hired by the CS Department to write code to help synchronize a professor and his/her students during office hours. The professor, of course, wants to take a nap if no students are around to ask questions; if there are students who want to ask questions, they must synchronize with each other and with the professor so that only one person is speaking at any one each student question is answered by the professor, and time, no student...