Fundamentals of object-oriented programming

Assignment Help JAVA Programming
Reference no: EM131592039

A successful career in software development depends on a thorough understanding of the fundamentals of object-oriented programming and best practices for software development. Your final project for this course will require you to apply the knowledge you have obtained prior to and during this course to the development of a simple, working program and accompanying process documentation. Professionals in software development document their process including requirements, design decisions, and defects for several different reasons as follows:

· To track what has been accomplished
· To track when items were completed in order to maintain a schedule
· To justify why a product works the way it does (verification and validation)
· To provide resources if a new team member is added so he or she can catch up
· To see where the most defects are being injected in order to prevent them
· To review what happened during the project in order to create new ways of improving the process

For your development project, you will imagine you are in charge of managing a zoo's computer infrastructure. There are many aspects of a zoo that need to be in place to keep it running. Two of those aspects are controlling data access and monitoring animal activities in exhibits. You will select which of these key components you wish to develop. Both options require at least two classes and for the design to be broken into multiple methods. Select one of the options provided in the prompt below and create your program and process documentation based on the specified requirements.
The final project for this course is the creation of an authentication or monitoring system. The final project represents an authentic demonstration of competency because it involves application of real-world Java programming. The project is divided into one milestone and several final project journal assignments, which will be submitted at various points throughout the course to scaffold learning and ensure quality final submissions.

In this assignment, you will demonstrate your mastery of the following course outcomes:
· Implement appropriate variables, operators, methods, and classes as they are used in object-oriented programming for developing successful programs
· Utilize appropriate syntax and conventions in terms of their best practice and use in programming
· Debug coding errors by testing existing code, identifying errors, and correcting errors for improved functionality
· Assemble basic, working programs that effectively integrate essential elements of object-oriented programming
Prompt You have assumed the role of managing the technology infrastructure at a zoo. You will develop a working program (either an authentication system or a monitoring system) for the zoo designed to follow the specifications outlined in the overview. You will also provide detailed documentation describing your development process. Select from one of the following options as the basis of your program.

OPTION 1: AUTHENTICATION SYSTEM
For security-minded professionals, it is important that only the appropriate people gain access to data in a computer system. This is called authentication. Once users gain entry, it is also important that they only see data related to their role in a computer system. This is called authorization. For the zoo, you will develop an authentication system that manages both authentication and authorization. You have been given a credentials file that contains credential information for authorized users. You have also been given three files, one for each role: zookeeper, veterinarian, and admin. Each role file describes the data the particular role should be authorized to access.
Create an authentication system that does all of the following:
· Asks the user for a username
· Asks the user for a password
· Converts the password using a message digest five (MD5) hash o It is not required that you write the MD5 from scratch. Use the code located in this document and follow the comments in it to perform this operation
. · Checks the credentials against the valid credentials provided in the credentials file o Use the hashed passwords in the second column; the third column contains the actual passwords for testing and the fourth row contains the role of each user
. · Limits failed attempts to three before notifying the user and exiting the program
· Gives authenticated users access to the correct role file after successful authentication o The system information stored in the role file should be displayed. For example, if a zookeeper's credentials is successfully authenticated, then the contents from the zookeeper file will be displayed. If an admin's credentials is successfully authenticated, then the contents from the admin file will be displayed.
· Allows a user to log out
· Stays on the credential screen until either a successful attempt has been made, three unsuccessful attempts have been made, or a user chooses to exit

You are allowed to add extra roles if you would like to see another type of user added to the system, but you may not remove any of the existing roles.

Attachment:- digest.zip

Reference no: EM131592039

Questions Cloud

How the inventory-control supervisor : Develop a high-level class diagram that shows the relationships among a manufacturer's inventory of finished products in its warehouses
Discuss csi innovations and promising future csi innovations : would like to do my research paper on modern day CSI innovations and promising future CSI innovations
What role does family play in your society : What role does family play in your society? Does divorce exist? Are there other means to terminate marriage and families?
What type of case would you file for mcstabby and why : What type of case would you file for McStabby and why, disciplinary board have enough evidence to find McStabby guilty
Fundamentals of object-oriented programming : A successful career in software development depends on a thorough understanding of fundamentals of object-oriented programming and best practices for software
Evaluating the evidence that the responsibility of a company : Your assignment is to prepare a report to be submitted to the AICD evaluating the evidence that the responsibility of a company director
Estimate fair value at time of repossession : A refrigerator was sold to Cindy McClary for $1,800, including a 30% markup on selling price. McClary made a down payment of 20%.
How can you quickly calculate years worked : Discuss the YEARFRAC function. How can you quickly calculate years worked for the rest of the employees without entering the formula row by row?
Installment-sales-default and repossession : Seaver Company uses the installment-sales method in accounting for its installment sales. On January 1, 2014, Seaver Company had an installment.

Reviews

Write a Review

JAVA Programming Questions & Answers

  For the given scenario identify various classes

Scenario: Universal Bank offers various services to its customers. The bank has various branches all over the country and, therefore, each branch has a unique code. For the given scenario, you have to identify various classes and their attributes

  Implement a personal address book

How to use the program. As soon as an address book is loaded, print out a concise but complete list of the commands a user can enter. One of them should be a "help" command to print out the list again.

  Create a sketch that draws this image using processing

Your task is to create a sketch that draws this image using Processing (the gray is the background): You are not allowed to use images, you must recreate the image using drawing commands such as rect(), triangle(), etc.

  Ask the user how many times you want to run

c the algorithm. 2. Then choose a word at random from the array of Strings as the target (Use the integer random number generator)

  Eplain the main purpose of using javascript on a website

question 1 what is the purpose of using javascript on a website? what is a specific example of a javascript

  Implement a shopping cart class with user interface

project will be to implement a shopping cart class with user interface (UI) that contains main() in Net Beans. The UI class will be used to perform user input/output and to invoke the appropriate methods of shopping cart class. When your program star..

  Develop a java application to calculate the monthly paycheck

Develop a Java application to calculate the monthly paychecks for a number of different types of employees. The employee types are created in a subclass array based on parent base class Employee. Does this ring a bell?

  Create a testrectangle class that tests both constructors

An overloaded constructor that takes integer width and height arguments, uses a separate method to check whether the width and height fall within the range between 0 and 30, and throws an exception if out of range.

  Write and describe the definition of what composition is

write and explain the definition of what composition is and how it is useful in writing an object-oriented program.

  Implement a fastdefaultlist class that represent

Implement a FastDefaultList class that represents an infinite list with indices 0,1,2,3,...,∞ When we start, every value in this list is assigned the default value null.

  The methods getsaleprice and getsaleweight

The program must include five methods: printSale, getSalePrice, getSaleWeight, calcTax, and calcShipping. The method printSale takes no input parameters and has a return type of void; it prints values by by calling the other four methods and computin..

  Implement a set as a new class that is derived

A set is like a bag, except that a set does not allow multiple copies of any element. If you try to insert a new copy of an item that is already present in a set, then the set simply remains unchanged.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd