case study

 3. Case Study –

Verifying Integrity of a Download

In this assignment you will verify that a file you download has not been changed during download.

Go to the site https://www.openoffice.org/download/index.html

Note that there two download options: “Download full installation” and “Download language pack.”

Because you will work only with the hash values in this exercise, please download the smaller file for the sake of time (i.e., download the “language pack” file).

Use an online hash calculator to calculate the MD5 and SHA256 hashes for the downloaded file. You can use https://md5file.com/calculator

d5

one page 

 

Explore some of the current methodologies in Software Engineering. Choose one you are interested in and present it in details. When you explain it, you should explain the methodology and how it relates to the classic waterfall model, and list the advantages and disadvantages of this methodology.

Feel free to include images as well as videos in your presentation, making sure to document the source. Please note it is your responsibility to refer to reliable resources.

Information systems

In 175 words or more discuss the top information systems used in business today. What do these information systems have in common? 

SyncSession Assignment

 

Write a 4-5 page paper (deliverable length does not include the title and reference pages)

  • What key characteristics distinguish a professional from other kinds of workers, and is an IT worker considered a professional?
  • What factors are transforming the professional services industry?
  • What relationships must an IT worker manage, and what key ethical issues can arise in each?
  • Be prepared to present this assignment at SyncSession 1.
    Sync Sessions 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 Sync Session, please click on the Sync Session Classroom area and select the appropriate session.
    Due: Assignment is due Wednesday of the second week in the module.

Cloud Computing

Topic: cloud security risks from misconfiguration

1. 5 source annotated bibliography

2. Summary or Abstract containing at least 750 words

MICROSOFT PROJECT 2016

Skim through Appendix A(LINK BELOW) on Microsoft Project 2016 (available on the Companion website for this text). Review information about Project 2016 from the Microsoft website (www.microsoft.com). Research three other project management software tools, including at least one smartphone app. Write a paper answering the following questions:

 a)What functions does project management software provide that you cannot do easily using other tools such as a spreadsheet or database?

 b)How do the different tools you reviewed compared with Project 2016, based on cost of the tool, key features and other relevant criteria? 

c)How can organizations justify investing in enterprise or portfolio project management software?

https://intropm.files.wordpress.com/2018/08/project2016guide.pdf 

APA STYLE, 2 PAGES, COVER SHEET

Programming principle

In this  assignment,  you will  be analyzing sequence,  selection,  and loop,  the relational comparison operators,  precedence when combining AND  and OR  operators,  and the case structure. Instructions: Part I. 1. 2. 3. 4. 5. Design a program  in which,  from  a date  entered by  keyboard with the format DAY,  MONTH,  YEAR,  the date of  the following day  is  obtained. Write a program  that  asks  the user  to enter  two numbers.  If  the first  number entered is  greater  than the second number,  the program  must  print  the message “The first  number  is  the  largest”,  otherwise the  program  must  print  the message “The first  number  is  the  smallest”.  Consider  the case that  both numbers  are equal  and print  the  corresponding message. Write a program  that  simulates  the normal  operation of  a modern elevator  with 25 floors  (levels)  and that  has  two buttons:  UP  and DOWN,  except  on the lower floor  (level),  that  there  is  only  a call  button to  UP  and the  last  floor  (level)  that only  exists  DOWN  button. Write a program  that  selects  the arithmetic  operation to be executed between two numbers  depending on the value of  a variable called selectionOp. Write an algorithm  that  displays  the next  double message: Enter  a month (1 for  January,  2 for  February,….…) Enter  a day  of  the month 

The algorithm  accepts  and stores  a number  in the “month”  variable  in response to the  first  question and accepts  and stores  a number  in the “day”  variable in response to the second question.  If  the  month entered is  not  between 1 and 12 inclusive,  an information message should be displayed  to  the user  warning that the number  entered is  not  valid as  a month;  in the same  way  we proceed with the number  that  represents  the day  of  the month if  it  is  not  in the range between 1 and 31.   Modify  the  algorithm  to alert  the  user  to no  enter  numbers  with decimals. Part II. 1.  In the  following pseudocode,  what  percentage raise will  an employee in Department  8 receive? if  department  <  5  then   raise =  SMALL_RAISE else    endif if  department  <  14  then raise  =  MEDIUM_RAISE else    endif if  department  <  9  then raise  =  BIG_RAISE endif 2.  Design a flowchart  or  pseudocode for  a program  that  accepts  two numbers from  a  user  and displays  one of  the following messages:  First  is  larger, second  is  larger,  numbers  are equal. 3.  Cecilia’s  Boutique wants  several  lists  of  salesperson data.  Design a flowchart or  pseudocode for  the  following: a.  A program  that  accepts  one salesperson’s  ID  number,  number  of items  sold in the last  month,  and total  value of  the items  and displays data message only  if  the salesperson is  a high performer—defined as a person who sells  more than 200 items  in the month. 
b.  A program  that  accepts  the salesperson’s  data and displays  a message only  if  the salesperson is  a high performer—defined a person who sells  more than 200 items  worth  at  least  $1,000 in the month. 4.  The Dash  Cell  Phone  Company  charges  customers  a  basic  rate of  $5 per month to send text  messages.  Additional  rates  are as  follows: •  The first  100 messages  per  month,  regardless  of  message length,  are included in  the basic  bill. •  An additional  three cents  are charged for  each text  message after  the 100th message,  up to and including 300 messages. •  An additional  two cents  are charged for  each text  message after  the 300th message. •  Federal,  state,  and local  taxes  add a total  of  14 percent  to  each bill. Design a flowchart  or  pseudocode for  the following: a.  A program  that  accepts  the following data about  one customer’s messages:  area code (three digits),  phone number  (seven digits),  and number  of  text  messages  sent.  Display  all  the data,  including the monthend bill  both before and after  taxes  are added. b.  A program  that  continuously  accepts  data about  text  messages  until  a sentinel  value is  entered,  and displays  all  the details c.  A program  that  continuously  accepts  data about  text  messages  until  a sentinel  value is  entered and displays  details  only  about  customers  who send more  than 100 text  messages. d.  A program  that  continuously  accepts  data about  text  messages  until  a sentinel  value is  entered and  displays  details  only  about  customers  whose total  bill  with taxes  is  over  $10.  A  program  that  prompts  the user  for  a three-digit  area code from  which to select  bills.  Then the program continuously  accepts  text  message data until  a sentinel  value is  entered and  displays  data only  for  messages  sent  from  the specified area code. 5.  Black  Dot  Printing is  attempting  to organize  carpools  to save energy.  Each input  record contains  an employee’s  name and town of  residence.  Ten percent  of  the company’s  employees  live in  Wonder  Lake;  30 percent  live in the adjacent  town of  Woodstock.  Black  Dot  wants  to encourage employees who live in either  town to drive to  work  together.  Design  a flowchart  or pseudocode for  the following: 
a.  A program  that  accepts  an employee’s  data and  displays  it  with  a message that  indicates  whether  the employee is  a candidate for  the carpool  (because he lives  in one of  the  two cities). b.  A program  that  continuously  accepts  employee data until  a sentinel  value is  entered and displays  a list  of  all  employees  who are carpool  candidates. Make sure  the decision-making process  is  as  efficient  as  possible. c.  A program  that  continuously  accepts  employee data until  a sentinel  value is  entered and displays  a list  of  all  employees  who are ineligible to carpool because they  do not  live in either  Wonder  Lake or  Woodstock.  Make sure the decision-making process  is  as  efficient  as  possible. Requirements: •  Show your  work  in a Word  document. o  Include all  your  work  for  each question. o  You can include screenshots  of  work  done on paper. •  For all  justification exercises,  remember  to use the definitions  and principles  that we have learned thus  far. •  You must  prepare a written work  where you respond to the programming exercises.  The work  must  comply  with APA  academic  writing standards.  You must  support  your  answer  using appropriate  sources  that  are properly  cited.    •  Minimum  four  pages  in length,  excluding the Title and Reference page. •  APA format,  including an in-text  citation for  referenced works. •  At least  three  resources.