Python code : Your friends in the Computer Science department have been complaining to you that DC is confusing to get around. Due to the high cost of their mobile plan's data rates, they can’t use map programs like Apple Maps or Google Maps. They've ask

 Python code

Question: Your friends in the Computer Science department have been complaining to you that DC is confusing to get around. Due to the high cost of their mobile plan’s data rates, they can’t use map programs like Apple Maps or Google Maps. They’ve asked you to build a program that tells users where in DC they are compared to some landmarks that they know. Your task is

This problem has been solved!

Your friends in the Computer Science department have been complaining to you that DC is confusing to get around. Due to the high cost of their mobile plan’s data rates, they can’t use map programs like Apple Maps or Google Maps. They’ve asked you to build a program that tells users where in DC they are compared to some landmarks that they know. Your task is to build a program which tells user’s their relative location to some set places. You should:

  • Ask the user to input their latitude and longitude.
  • Tell the user if they are North of K St. or South of it.
  • If they are North of the White House print “You are north of the White House”. If they are south of the white house print “You are south of the White House”. If they are neither, don’t print anything.
  • If they are west of the White House print “You are north of the White House”. If they are south of the white house print “You are south of the White House”. If they are neither, don’t print anything.
  • Do the same thing with Downing Hall, Dupont Circle, and Union Station

Use the table below as reference:

   

Place

Latitude, Longitude

 

K St (Runs east to west)

38.902649

 

The White House

38.897789, -77.036562

 

Downing Hall

38.921669, -77.021361

 

Dupont Circle

38.909760, -77.043479

 

Union Station

38.897698, -77.007200

Your code should look like this (user input is for Greene Stadium and is in bold):

Insert your latitude: 38.9255998

Insert your longitude: -77.0234159

You are north of K St

You are north of the White House

You are east of the White House

You are north of Downing Hall

You are west of Downing Hall

You are north of Dupont Circle

You are east of Dupont Circle

You are north of Union Station

You are west of Union Station

Paper 1

 Please review the Paper 1 document and write a paper based on the requirement. 

Java Programming

 Click here to submit your solution to Lab Assignment 7.Submit copies of any Java source code files you create or modify, specifically:

  • Time.java
  • TimeDemo.java
  • Task 2 Java program

Use two sets of data to demonstrate successful execution of Task 1:

  • Use the six valid military time values given as part of Task #1 as one set and then
  • use the six invalid military time values given as part of Task #1 as the second set.

These values can be found in step 5 of Task 1.Don’t forget to also complete and submit your successful solution to Task 2. 

 You will need these files to successfully complete Lab Assignment 7:

  • Time.java, Class definition for the Time class.
  • TimeDemo.java, “Driver” program for time processing.
  • secret.txt, Secret message file.

Write a program that reads in the file climate data 2017 numeric

  

Write a program that reads in the file climate_data_2017_numeric.csv and prompts the user to enter the name of a field (other than Date), and then outputs the highest and lowest values recorded in that field for the month of August.The file climate_data_2017_numeric.csv contains the following fields:Date
Minimum temperature (C)
Maximum temperature (C)
Rainfall (mm)
Speed of maximum wind gust (km/h)
9am Temperature (C)
9am relative humidity (%)
3pm Temperature (C)
3pm relative humidity (%)
Your program should work like this:Maximum temperature (C)
Available field names:
Minimum temperature (C)
Maximum temperature (C)
Rainfall (mm)
Speed of maximum wind gust (km/h)
9am Temperature (C)
9am relative humidity (%)
3pm Temperature (C)
3pm relative humidity (%)

Please enter a field name: Minimum temperature (C)
Statistics for field ‘Minimum temperature (C)’:
Min: 1.0 Max: 14.6
Customer: python

Within the next two days my data set looks like this :

Date,Minimum temperature (C),Maximum temperature (C),Rainfall (mm),Speed of maximum wind gust (km/h),9am Temperature (C),9am relative humidity (%),3pm Temperature (C),3pm relative humidity (%)
2017-06-01,8.0,18.3,0,43,10.3,54,17.8,39
2017-06-01,7.4,23.3,0,24,12.1,80,22.5,55
2017-06-01,7.9,13.9,0.4,20,10.5,82,13.6,57
2017-06-02,8.0,14.7,0,20,10.6,64,13.3,69
2017-06-02,8.3,24.2,0,30,14.7,78,22.5,57
2017-06-02,8.5,18.1,0,41,10.7,61,16.4,50
2017-06-03,9.1,23.1,0,28,14.7,86,22.9,57
2017-06-03,9.9,14.3,0,19,10.8,76,13.1,73
2017-06-03,10.7,17.4,0,41,13.4,64,16.4,66
2017-06-04,4.4,15.8,0,13,5.7,100,15.5,53
2017-06-04,10.5,19.7,1.4,28,12.2,77,19.0,57
2017-06-04,12.8,22.6,0,31,16.3,77,22.5,52
2017-06-05,5.6,17.5,0,28,8.7,82,16.8,57
2017-06-05,10.1,25.3,0,31,15.0,71,24.9,30
2017-06-05,9.4,19.6,0,28,11.5,78,19.2,41
2017-06-06,8.7,13.9,6.4,43,11.8,78,12.6,68
2017-06-06,9.2,25.2,0,41,17.9,38,24.5,13
2017-06-06,9.1,17.9,0,59,11.2,58,14.7,43
2017-06-07,5.9,14.3,0,28,8.3,91,14.0,54
2017-06-07,8.8,15.5,54.6,56,13.3,82,14.2,85
2017-06-07,5.0,22.8,0,31,12.4,68,22.5,39
2017-06-08,9.9,22.5,0,48,13.0,75,22.1,25
2017-06-08,3.6,15.0,0,30,6.6,86,14.0,56
2017-06-08,12.4,18.1,61.0,44,13.3,91,16.9,84
2017-06-09,10.4,18.9,3.4,52,12.5,90,18.2,64
2017-06-09,6.6,15.0,1.8,22,11.0,98,13.9,66

MKT455 week 10

 

You have heard of the 4P’s of Marketing? Price, Place, Promotion, and Product…

Did you know that there are also 7R’s called the 7R’s of Relationship Marketing?

Read the following brief article on the 7R’s of Relationship Marketing:

https://smallbusiness.chron.com/seven-rs-marketing-mix-64543.html (Links to an external site.)

Please answer the following questions:

  1. Briefly define each of the 7 R’s using any Internet references of your choosing;
  2. In your opinion, and supported by 1-2 Internet references, should marketers use the 4P’s of marketing in selling a product, the 7R’s of Relationship Marketing or both of them together (4P’s and 7R’s)?

Computer Architecture

Please describe the related techniques that regarding the performance of computer as following listed:

  • Moore’s Law (what about technology impacts)
  • Use abstraction to simplify design
  • Make common case fast (why and how)
  • Parallelism (Instruction level, Thread-level, Task level,….)
  • Pipelining (super-pipeline)
  • Prediction
  • Hierarchy of memories (anything regarding the speedy of deep learning or machine learning)
  • Dependability via Redundancy

Access Control

Discussion (350-400 words):
The Personal Identity Verification (PIV) card is used in non-military government agencies for authentication and identification to gain access to systems, networks, and online resources. These cards, in combination with a personal identification number, meet two-factor requirements. PIV credentials also are designed to help reduce counterfeiting and are tamper-resistant.An authenticator app, such as Google Authenticator, is another method to achieve two-factor authentication. It is a free app available for installation on mobile devices.The U.S. federal government authorizes the use of PIVs as well as authenticator apps, depending on the circumstances.Answer the following question(s):

  1. In what type of situation would an authenticator app provide adequate two-factor authentication for federal government use? Provide rationale or a citation for your answer.
  2. In what type of situation would a PIV be required for federal government use? Provide rationale or a citation for your answer.

Assignment (to be completed in the attached document only):
 

Assignment Requirements

This assignment helps you develop an information classification plan to ensure the privacy and confidentiality of corporate information and ensure that public information is accessible by all. You are provided with a worksheet named “Implementation of an Information Classification Policy” to complete this assignment. Before you begin this assignment, review all that you have learned related to information classification and access control. For this assignment:

  1. Complete the Information Classification Standard Matrix.