subject

Project Description: This project will allow students to evaluate a given scenario then use skills such as problem solving and logic to develop an algorithm using basic program code (pseudo code/Raptor) to support the problem. This project will be submitted here in Module 8. In an effort to help keep you on track, you have been assigned a portion of the project in previous modules that were completed based on the concepts that have been covered. Your final project will satisfy the following scenario:
You are writing a program that will act like an ATM machine by the end of this course. In order to access the ATM, the customer must enter their user name and their passcode. After 3 incorrect attempts at entering the user name and password, the program will end. The list of legitimate users along with their user ID, passcode and account balance will be provided to you.
There are only 5 functions that can be carried out by the ATM:
1 â Deposit (adding money to the account)
2 â Withdrawal (removing money from the account)
3 â Balance Inquiry (check current balance)
4 â Transfer Balance (transfer balance from one account to another)
5 - Log Out (exits/ends the program)
Allow the user to make up to a maximum of 3 transactions at a time. After 3 transactions, the program will terminate. Each transaction cannot exceed $500; for example, a user cannot withdraw more than $500.00, if there is $500.00 available on their account. After a transaction is completed, the program will update the running balance and give the customer a detailed description of the transaction. A customer cannot overdraft on their account; if they try to withdraw more money than there is, a warning will be given to the customer. Also note that the ATM doesnât distribute or collect coins â all monetary values are in whole dollars (e. g. an integer is an acceptable variable type). Any incorrect transaction types will display an appropriate message and count as a transaction.
Final Project Part 1: The Raptor program should do the following:
Create an executable flowchart using Raptor to support your solution to the problem. Your flowchart must use modular design. (This should be your M07 Evaluate â Progress Report 5.)
Implement a menu-driven program to help assist the customer.
Incorporate defensive programming to make sure that the user is inputting valid data.
Use at least one array to capture the account information for each customer. Use correctly nested loops to allow customers to do multiple transactions.
With good programming style, code the program using Raptor in a way that enhances readability and ease of use, including the appropriate use of internal documentation (comments) and external documentation (user friendly outputs).
Final Project Part 1: The Raptor program should do the following:
Create an executable flowchart using Raptor to support your solution to the problem. Your flowchart must use modular design. (This should be your M07 Evaluate â Progress Report 5.)
Implement a menu-driven program to help assist the customer.
Incorporate defensive programming to make sure that the user is inputting valid data.
Use at least one array to capture the account information for each customer. Use correctly nested loops to allow customers to do multiple transactions.
With good programming style, code the program using Raptor in a way that enhances readability and ease of use, including the appropriate use of internal documentation (comments) and external documentation (user friendly outputs).
Final Project Part 2: The Analysis portion of your program should do the following:
Use the Problem-Solving Strategy discussed in section 6.5 (pages 374 to 382) in the Prelude to Programming book to address solving the problem that has been given. Use the section 6.5 (pages 374 to 382) as a guide to what your documentation should include. This portion should be completed in a Word Document not exceeding 3 pages.
Discuss your approach to securing your code from invalid data.
Create and document test data to ensure it is error free.
Using draw. io, create a Use Case Diagram for your ATM machine.
Download a start file template: SDEV120_M08_FinalProj
Download a tutorial for using draw. io: SDEV120_UseCase_Tutorial
Actions
Your Final Project submission will include the following files:
Raptor program for the ATM Machine
Word document containing an analysis of the ATM machine, including a section for securing code and testing data
A Use Case diagram for the ATM machine created on draw. io

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
Our primary purpouse as electricians is to do wich of the following core concepts? a: install electrical components in a way they can be upgraded b: install electrical equiptment in a way that reduces heat c: install electrical systems in a safe manner d: only b and c
Answers: 1
question
Computers and Technology, 22.06.2019 10:20
Shown below is the start of a coding region within the fist exon of a gene. 5'--3' 3'--5' how many cas9 pam sequences are present?
Answers: 1
question
Computers and Technology, 22.06.2019 21:40
Develop a function to create a document in the mongodb database “city” in the collection “inspections.” be sure it can handle error conditions gracefully. a. input -> argument to function will be set of key/value pairs in the data type acceptable to the mongodb driver insert api call b. return -> true if successful insert else false (require a screenshot)
Answers: 2
question
Computers and Technology, 23.06.2019 04:00
Write a method that takes in an array of point2d objects, and then analyzes the dataset to find points that are close together. be sure to review the point2d api. in your method, if the distance between any pair of points is less than 10, display the distance and the (x,y)s of each point. for example, "the distance between (3,5) and (8,9) is 6.40312." the complete api for the point2d adt may be viewed at ~pf/sedgewick-wayne/algs4/documentation/point2d.html (links to an external site.)links to an external site.. try to write your program directly from the api - do not review the adt's source code.
Answers: 1
You know the right answer?
Project Description: This project will allow students to evaluate a given scenario then use skills s...
Questions
question
Mathematics, 02.10.2020 08:01
question
Mathematics, 02.10.2020 08:01
question
Mathematics, 02.10.2020 08:01
Questions on the website: 13722367