Analyzing & visualizing data

 

Review the attached file. Suzie has an issue. She can either move to NY or FL and needs to review some data that her agent gave her. The agent reviewed house prices and crime ratings for houses that Suzie would be interested in based on her selection criteria.  She wants to live in an area with lower crime but wants to know a few things:

  1. Is it more expensive or less expensive to live in FL or NY?
  2. Is the crime rate higher in FL or NY (Note a low score in crime means lower crime)?
  3. Is the crime rate higher in lower or higher house price areas?

Using the R tool, show the data in the tool to answer each of the questions.  Also, show the data visualization to go along with the summary.

  1. If you were Suzie, where would you move based on the questions above?
  2. After you gave Suzie the answer above (to #4), she gave you some additional information that you need to consider:
    1. She has $100,000 to put down for the house.
    2. If she moves to NY she will have a job earning $120,000 per year.
    3. If she moves to FL she will have a job earning $75,000 per year.
    4. She wants to know the following:
      1. On average what location will she be able to pay off her house first based on average housing prices and income she will receive?
      2. Where should she move and why?  Please show graphics and thoroughly explain your answer here based on the new information provided above.

Creation of instance classes

Objectives Successful completion of this activity will show that you can do the following:Develop using custom objects

Creation of instance classes

Demonstrate integrative development

Instructions To complete milestone 2, revisit code from the previous milestone. If updates are needed based on provided feedback, please make those before moving forward.Open your existing GameConsole application

Add new class files: Menu and User

Include header comments: Name, Date, Course, and Synopsis in each

  user.csCreate fields to store user data: username, age, and theme (light/dark)

      use the constructor pass-in/set field values when a user object is instantiated

When instantiated, call a method that changes the console’s coloring based on the value of the object’s field data.

Create another method to display the user’s profile

Menu.cs Menus should be dynamic objects. Note: As an analogy, think of how a restaurant has menus for appetizers, specials, lunch, dinner, drinks, desserts, etc… They may be shown together, or not. Each menu however is still just a displaying of options.

The constructor should allow passing in/saving a list of menu options

Create a Display method so it displays the object’s options. If you can, allow the starting number of the menu options to be dynamic.

Note: Since the Menu class now doesn’t contain any hard-coded items related to specific menus, it can even be reused for future applications. Just like validation or UI.Program.cs. Remove the ‘setup screen’ (user questions from milestone 1) from the application flow. Instead, instantiate a user object after the loading screen. Passing in the required arguments to simulate a user being auto-logged in.

Within the ‘home screen’, instantiate three menu objects: games, user, and system. Passing in an appropriate list of options to each… view the example below to see which options each should contain.

Similar to the games, we want to allow the user to keep playing. Instead of asking them directly, we can simply re-display the menus until they choose to exit. Use a loop like we’ve done before to welcome the user and display each of the menus.

Additionally, use another method to request a menu selection, providing instructions on what to do based on their choice. The user’s selection will be from one of the options in either of the three menus.

The games do not need to actually run, then can be simulated like within the examples below. Register New User, will also just be a placeholder, this functionality will be added in milestone 3.

Since this selection method knows if the user wants to exit, use it return whether or not the play loop should continue.

Please use the same attached file to answer all questions in appropriate section, minimum answer is 150 words per question, use in-text citations and list the references used if its not your own words. Please, list the reference under each answer of each

 

Please use the same attached file to answer all questions in appropriate section, minimum answer is 150 words per question, use in-text citations and list the references used if its not your own words.

Please, list the reference under each answer of each question separately keep them in order they are and don’t change the formatting!

8 Questions Total

Just add the answer and reference under each appropriate question on this same file

SYC4

 

  • What are two privacy issues that face individuals for the current year?
  • What are two privacy issues that face businesses for the current year?
  • What are the pros and cons of all four issues?

Due: Assignment is due Wednesday of the second week of the module.

  • Be prepared to present this assignment at SyncSession 4.
  • SyncSessions are held four times per term.
  • For the exact dates and times please check the course schedule under the Course Overview area.
  • To connect to a SyncSession, please click on the SyncSession Classroom area and select the appropriate session.

Assignment

Emerging Technologies Write a paper on three of the following topics as it relates to or complements Systems Analysis and Design (SAD): Descriptive, Predictive & Prescriptive Analytics (why SAD should consider Analytics) Analytics Competencies Centers (Collaboration between Business Analysts, IT Specialists and Users) Cloud Computing (PaaS, IaaS, SaaS, DaaS, AaaS) (how SAD is different for cloud solutions) Hadoop and Advanced Data Management (data sources that may impact SAD) Blockchains (how Blockchains impact SAD) . Your research paper must be at least 4 pages in length, double-spaced, 12 font, and include at least 5 references, at least 2 of which must be peer-reviewed. Your paper must be formatted using APA guidelines. Do not include a cover page. Do not include an abstract. The reference page is NOT included in the 4-page length requirement. The paper should include an Introduction (to include a Hypothesis based on the research), Literature Review (Evidence) and Analysis of the Literature. All references must be cited within the text. Since the paper includes multiple topics, each topic must be separated and start with a HEADING. Include a conclusion at the end of the paper to summarize the entire paper and analyze how each topic relates together as related to the use of Systems Analysis and Design. Things I look for when grading: • I will look for high SafeAssign scores where large blocks of text have been obtained from other sources without citation OR where blocks of text have been obtained from other students. Students will be assigned a ZERO when plagiarism is indicated. • I will use the WORD Review-Split option on the Research paper, with the top pane looking at the paper’s content and the bottom pane looking at the Reference page. I will then search the content using the author’s name, for each Reference, to make sure each Reference was Cited. I will then search for every Citation to make sure a Reference exists on the Reference page for each citation. • I will use the WORD Review-Check Document to look for Spelling and Grammar errors. • I will look for instances where main topic areas are not linked together. • I will want to see a Hypothesis that is specific enough and is based on the research (i.e. the Hypothesis is specifically addressed within the text). • I will look for extraneous content that does not link back to the Hypothesis and topic.

Research Paper

This is the topic:You are the IT manager of a large corporation. You are planning to use Python to develop statistical models to aid in analyzing your sales data. You are preparing a report for management. Here are the basic requirements for your report:

  • Prepare in APA format
  • Include references
  • Report length: 500 – 700 words
  • Briefly describe your company
  • Briefly describe Python
  • Give overview of Machine Learning
  • Report on:’ 
    • Implementation plans
    • Technical training
    • Python libraries required
    • How Python will be used
    • Types of reports that will be produced

In addition, prepare a PPT presentation of your Research Project.

computer science

Object-oriented programming has been adopted widely because of its capability to reuse code. Most application development software provides class libraries and extensive support for complex data structures, including linked lists. 

Investigate one of these libraries, such as the Microsoft Foundation Class (www.microsoft.com) or the Java 2 Platform (http://www .java.com) application programming interface (API). 

  • What data structures are supported by the library? 
  • What types of data are recommended for use with each data structure object? 
  • Which classes contain which data structures, and what methods does the library provide?

Cloud computing Auditing

 

Describe in 500 words discuss the scope of a cloud computing audit for your business.

Use at least three sources. not Google. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs.  Stand alone quotes will not count toward the 3 required quotes.

Copying without attribution or the use of spinbot or other word substitution software will result in a grade of 0. 

Basic Algorithm

 

Think of two day-to-day tasks that you do regularly.   You will write describe each of your chosen tasks and identify what parts could be written out as a conditional or looping structure as it relates to programming. The you will write them out in pseudocode statements with the proper structure and indentations.  There is an example/hint at the bottom of this assignment to help you on the pseudocode portion.

Minimum requirements:

  • A minimum of two full paragraphs describing each task and their related conditional and/or looping structures (four paragraphs total)
  • One full pseudocode statement for EACH task with proper indentations, syntax, and structure (two pseudocode statements total)
  • Submit only one document via the link title above.
  • Use paragraph structure where necessary. Use complete sentences where necessary and proper grammar and spelling.
  • Place a header on your page that contains your first and last name, the assignment name, and the course code from page two of the syllabus.
  • Your document must be one of the following formats (.doc, .docx, or .rtf).
  • Cite any and all sources. 

 

HINT:

This is a generic Algorithm:

  1. Put a teabag in a cup
  2. Boil some water
  3. Add water to cup
  4. Remove the tea bag
  5. Add sugar
  6. Add milk
  7. Stir
  8. Serve

Below are some possible pseudocode statements for step 5 ONLY, you will need to write out the appropriate syntax and structure for ALL steps to include any implied steps in between.

IF (want sugar)

     THEN (add sugar);

     ELSE (don’t add sugar);

ENDIF

WHILE (want sugar)

     Add teaspoon of sugar;

ENDWHILE