Week4

 

Read the Needs Analysis and Change Management Plan Case Study.

Conduct a business information systems needs analysis. Include the following in your needs analysis:

  • Review current technologies – what do you have and what do you need?
  • Consider the desired outcome – how will the organization change over the next several years and what needs must be fulfilled?
  • Determine options and alternatives – can you update or upgrade existing systems and remain compatible with other systems, must you buy new systems, or can you create solutions internally?
  • Recommend a solution – what is the best choice given the options and alternatives available?
  • Decide how to measure effectiveness of the recommended solution – how will you know it worked? 
  • Evaluate resources – what are the costs in time, money, and productivity for the recommended solution for equipment, training, implementation, etc.?

Write a 1- to 2-page summary of your analysis.

Create a 1-page systems change management template for the business information system from your needs analysis. Include the following in your change management template:

  • How to request system changes
  • Documenting change requests, approvals, and details
  • Scope of the change
  • Change sponsor
  • Implementation of changes including communication, training, etc.

Leadership Traits and Attributes

 Please write a 1 page paper with references of at least one peer reviewed paper.

  1. Discuss and identify leader traits and attributes that are most beneficial in implementing the best decisions in an organization. 
  2. Explain the differences in charismatic and transformational  leadership and how both leadership styles impact organizational  effectiveness. Please note how these leadership styles affect  implementing new innovative technologies.
  3. The work characteristics and the traditional versus high-performance focus, note which focus is best for strategic decisions and which is best for operational decisions. Please explain.

Ethical Hacking

Select one network scanning software tool (there is a list in your required reading slides) and explain in detail how it works and how detects network vulnerabilities. Provide the site where you obtained your information and include that in your assignment write-up.

Formula for Celsius to Fahrenheit

programming project 1

 

CELSIUS TO FAHRENHEIT

Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula is

Formula for Celsius to Fahrenheit where F is the Fahrenheit temperature and C is the Celsius temperature. Write a program that prompts the user to input a Celsius temperature and then displays the corresponding Fahrenheit temperature.

  • Must Submit Flowchart (from RAPTOR) and C++ program files.
  • Name the Visual Studio Project folder containing your entire project (replacing LastName and FirstInitial with YOUR name): LastName_FirstInitial_Program1 (example: Smith_J_Program_1).
  • Create a Windows Compressed Folder (do NOT use any other ZIP programs, just use a Windows Compressed folder) that contains your entire project along with your 1 RAPTOR file (I only need the .rap file of your RAPTOR program).
  • Name the Windows compressed folder (replacing FirstInitial with YOUR name): LastName_FirstInitial_Program_1.zip (example: Smith_J_Program_1.zip).

Into to data mining

 submit your topic and references, in APA format of preliminary  references that you will use when completing your final semester  research paper. 

 

Provide the title of your term paper (note: you may change the  wording in the official title in the final version however, you cannot  change the topic once you select one)

Include an introduction on the topic

A minimum of 3-5 references in proper APA format

WEBAssignment1003

 This weeks assignment you will be reading different journal articles, one on Firefox, one on Chrome, one on Private Web Forensics, and one on Private and Portable Modes. Select two from four attached articles and write a 2-3 page summary on what have you learned including the techniques used, how each is different and the end results. You should have a title page and your 2-3 page summary should include your opinions on all the information as this is not a research pap 

in Python

 

in this assignment, you need to animate covid-19 numbers in 4 state in dynamic bar graph settings. You need to read data from a url, https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-states.csv .

In the bar graph, randomly choose 4 states and show total number of cases in these state daily in an animated way. It means a frame should  show total number of cases on a given day. The next frame should show next day’s numbers. The animation should update twice a second (interval = 500), i.e., two days of data will be shown in one second. The title of graph should show current date, such as Jun 15, 2020. Both axes should have appropriate title. The animation should start the most earliest date and should stop once all data is consumed.