SE494 10

Programming Project

You will be developing “ATM Software” for MyBank. This ATM software will be accepting deposits and can make withdraws.

The ATM is PIN code protected. You will be developing program to ensure that unauthorized users cannot get into the system. Your program will check if the entered PIN CODE is in the prerecorded data file.

Your source code must be saved as C++ file. And, the document name must be: LastName_ATM.CPP.

The source code file must contain a file header formatted as specified below. The header information must be complete and accurate. The source code file should use self-documenting code and additional comments (as required) to improve code readability.

Final Project Smr2020.pdf

https://cdn.inst-fs-iad-prod.inscloudgate.net/a1b7447d-c35d-4192-b0a3-b3e3d71fff34/Final%20Project%20Smr2020.pdf?token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCIsImtpZCI6ImNkbiJ9.eyJyZXNvdXJjZSI6Ii9hMWI3NDQ3ZC1jMzVkLTQxOTItYjBhMy1iM2UzZDcxZmZmMzQvRmluYWwlMjBQcm9qZWN0JTIwU21yMjAyMC5wZGYiLCJ0ZW5hbnQiOiJjYW52YXMiLCJ1c2VyX2lkIjpudWxsLCJpYXQiOjE2NTQ0OTQ1ODIsImV4cCI6MTY1NDU4MDk4Mn0.dBlm68QEx1qsSQlKdxp6wubWq5mQAh0SZsxhAOemHDG-R-O2sYiKgMNpoPTWoU4B2AW0AHoOkiXNEmcNDH4zew&download=1&content_type=application%2Fpdf

Exp19_Excel_Ch05_ML1_RealEstate

 

Exp19_Excel_Ch05_ML1_RealEstate

 

Project Description:

You are a real estate analyst who works for Mountain View Realty in the North Utah County area. You have consolidated a list of houses sold during the past few months and want to analyze the data. For a simple analysis, you will outline the data and use the Subtotal feature. You will then create two PivotTables and a PivotChart to perform more in-depth analysis.

Exp19_Access_Ch10_Cap – Drivers 1.1

Exp19_Access_Ch10_Cap – Drivers 1.1

Exp19  Access Ch10 Cap Drivers 1.1

Access Chapter 10 Capstone – Drivers

Exp19_AC_CH10_GRADER_CAP_AS

  

Project Description:

You have been asked to modify a database that tracks driver data and insurance details. You will create macros to automate data entry, broadcast an informational message to users, navigate through a form, and to open forms. You will also set an SQL statement to filter a report when it opens.

     

Start   Access. Open the downloaded Access file named Exp19_Access_Ch10_Cap_Drivers. Grader has automatically added   your last name to the beginning of the filename. Save the file to the   location where you are storing your files.

 

Open   the Insurance table in Design   view. Add a new field named RenewTag   in the last position of the table with the data type Date/Time.

 

Create   a data macro attached to the Before Change event. Use the SetField Action to populate the   RenewTag field in the table. The RenewTag date will always be 21 days before the TagExpiration.

 

Add   the comment Sets the renewal date   for tag renewal. to the macro. Save and close the   macro. Save the table.

 

Switch   to Datasheet view of the Insurance table. Retype the TagExpiration in the   first record (InsuranceID 10001), and then press the DOWN ARROW. The macro will be triggered and automatically fill in   the RenewTag field with a date 21 days before the TagExpiration. Close the   table.

 

Open   the Insurance form in Design view. Add the RenewTag field to the form so that its label is aligned two dots   below and with the left edge of the TagExpiration label. Switch to Form view,   and then save and close the form.

 

Open   the Drivers report in Design view.   Create an embedded macro in the On Open property box.

 

Create   a message box to display Please upload this   report to Web site every Friday. (include the period).

 

Verify   that Yes is in the Beep box. Select   Information in the Type box. Type Upload Report in the Title box. Save and close the   macro. Save and then print preview the report. Ensure that the message   displays, click OK in the message   box, and then close the report.

 

Open   the Drivers form in Design view.   Add a command button aligned two dots below and with the left edge of the   Restrictions label.

 

Set   the button to navigate to the next record in the form and to display Next Record as the button text. Set cmdNextRecord as the button name. Save the form,   view the form in Form view and test the button.

 

Set   the Background Color of the button to Light   Blue (under Standard Colors) and italicize the button text. Save and   close the form.

 

Open   the Drivers report in Design view.   Type an SQL statement into the Record Source property of the report. The   statement should select all fields (*)   for drivers in the Adult class. Save the report. View the report in Report   view. Close the report.

 

Create   a standalone macro that will open the Insurance form in Form view and Normal   mode. Add an action to open the Drivers form in Form view and Normal mode.

 

Save   the macro as Open Forms   and close the macro. Run the macro from the Navigation Pane to test it and   then close all forms.

 

Close   all database objects. Close the database and then exit Access. Submit the   database as directed.

To write java program of prime numbers

you will generate a NON THREADED, SEQUENTIAL program.  This sequential program will take some input (you can grab this input from the user, or from a command line argument) that it will store in an integer.  (Therefore, there needs to be checks in place to make sure that the number being given can be stored adequately in an integer.  You do not need to use BigInteger or long for this, regular integersis fine.  This is more about design than about function).

Now that you have this number, you want to compute all the prime numbers that exist between 2 and that number (inclusive).

If a number is not prime, you will store that number and a List of its factors in a Map

If a number is prime you will store it in a List.  So, at the conclusion, we have a Map of non primes that contain factors of numbers and a list of primes.

You will time the runtime of your application so that we know how long it will take to build these two structures.  To time your application, simply generate a starting time as soon as you retrieve the number you want to use as the base of your iteration and then stop the timer when you are finished generating your structures.  Report back what the difference is. You can use System.currentTimeMillis(); to do this.

qualitative and quantitative and risk assessment methods

 Research both the  qualitative and quantitative and risk assessment methods. Compare and  contrast these methods. Your submission should provide an overview of  each method, the strengths and weakensses of each method, and at least  three examples of scenarios where each method would be appropriate. 

Foundations 2

 Read the bottom of p.160 through the top of p. 161.
Now take a road trip.  If you don’t drive, ride with a friend, or ride the bus.  Think about what you are feeling as the vehicle starts, speeds up, moves, slows down, and stops.  Considering the position of the vehicle as the function, explain what you notice in terms of the function and its first, second, and third derivatives.  How do you measure each of these, both by using the vehicle’s instruments and by what you feel acting on your body? 

Note:  Be safe!  Obey speed limits and other laws of the road.  You can test these phenomena without driving fast. 

Once you have posted, respond to one other post. Do not focus on length, but instead focus on clear and original thoughts.  As always, your work must be your own.  

Marketing Communication

 Marketing Plan Milestone 3 due by 11:59 PM EST Day SevenThis is the final of the three milestone papers that will lead you to, and be part of, your final paper.Using the approved company and product/service, you will answer the following questions:    

  1. Define the 4 Ps for your product/service. 
  2. How have the 4Ps of your product been influenced by the pandemic?  Provide a detailed description for each. 
  3. What promotional mix does the company employ?  Do you see the elements of the promotional mix changing as we come out of the pandemic and buying perhaps shift to some degree again?

Paper length should be 3 to 4 pages in length using APA formatting and should include a cover page and reference page which are not included in the page count. Writing Assignments are due on day seven at 11:59 pm EST. See this reference for more details on APA style. 

Company Approved is Walmart. Please work on Walmart company and choose a good products.

Do not copy from google, Use the information from attached below guide and mention the references from the Guide only.