Discussion8

200 words+

Hackers break into systems and disrupt web site services: 

Discuss are they criminals, or are they challenging computer specialists discover faults within computer networks and systems?

                                             Please list your reference/s

Activity 6- Exe Proj

Case Study 6.1: Columbus InstrumentsThis case is based on a true story of a once-successful organization that had allowed its project management practices to degenerate to the point where assignment to a project team was often a mark of disfavor and a sign of pending termination.  The case involves issues of motivation, structural effects on projects, and project team staffing.  It offers students an opportunity to see how, if left unchecked, certain behaviors by department heads and others in the organization can work counter to the desires to use project teams to improve organizational profitability and instead make them a dumping ground for malcontents and poor performers.

Questions

  1. What are the implications of CIC’s approach to staffing project teams?  Is the company using project teams as training grounds for talented fast-trackers, or as dumping grounds for poor performers?
  2. How would you advise the CEO to correct the problem?  Where would you start?
  3. Discuss how issues of organizational structure and power played a role in the manner in which project management declined in effectiveness at CIC.

Assigned Readings:

Chapter 6. Project Team Building, Conflict, and Negotiation

Text-

Title: Project Management 

ISBN: 9780134730332 

Authors: Pinto 

Publisher: Pearson 

Edition: 5TH 19

Week 6 Assignment

Select any example of a visualization or infographic, maybe your own work or that of others. The task is to undertake a deep, detailed ‘forensic’ like assessment of the design choices made across each of the five layers of the chosen visualization’s anatomy. In each case your assessment is only concerned with one design layer at a time.For this task, take a close look at the annotation choices:

  1. Start by identifying all the annotation features deployed, listing them under the headers of either project or chart annotation
  2. How suitable are the choices and deployment of these annotation features? If they are not, what do you think they should have been?
  3. Go through the set of ‘Influencing factors’ from the latter section of the book’s chapter to help shape your assessment and to possibly inform how you might tackle this design layer differently
  4. Also, considering the range of potential annotation features, what would you do differently or additionally?

Submit a two-page document answering all of the questions above.  Be sure to show the visualization first and then thoroughly answer the above questions. Ensure that there are at least two-peer reviewed sources utilized this week to support your work.

List the following briefly each question in 25 words

  • 2.1 What are the essential ingredients of a symmetric cipher?
  • 2.2 What are the two basic functions used in encryption algorithms?
  • 2.3 How many keys are required for two people to communicate via a symmetric cipher?
  • 2.4 What is the difference between a block cipher and a stream cipher?
  • 2.5 What are the two general approaches to attacking a cipher?
  • 2.6 Why do some block cipher modes of operation only use encryption while others use both encryption and decryption?
  • 2.7 What is triple encryption?
  • 2.8 Why is the middle portion of 3DES a decryption rather than an encryption?

Business Intelligence

1. Some say that analytics in general dehumanize managerial activities, and others say they do not. Discuss arguments for both points of view.

2. What are some of the major privacy concerns in employing intelligent systems on mobile data?

3. Identify some cases of violations of user privacy from current literature and their impact on data science as a profession.

4. Search the Internet to find examples of how intelligent systems can facilitate activities such as empowerment, mass customization, and teamwork.

Need 3-4 sentences for each question (totaling to 1 page). APA format minimum 2 references and in text citations required.

Exp19_Access_Ch03_Cap – Brilton Madley Games 1.0

 

Exp19_Access_Ch03_Cap – Brilton Madley Games 1.0

Brilton Madley, a board game  manufacturer, hired a new CEO. She asked for your assistance in  providing summaries of data that took place before she started with the  company. To help her with her strategic planning, you will create  queries to perform data analysis. Based on your meeting, you plan on  creating four queries. One query will find orders with minor delays.  Another query will summarize company revenue and cost by country. A  third query will be used to help evaluate payments made by customers on  their orders. The final query will calculate the total sales by sales  representative title.

Create a query using Query Design.   From the Customers table,  include the fields FirstName, LastName, and Phone   (in that order).  From the Orders table, include the fields OrderID,   OrderDate, and  ShippedDate (in that order). Run the query and then examine the records.  Save the query as Shipping   Efficiency.

Add   a calculated field named DaysToShip   to  calculate the number of days taken to fill each order. (Hint: the    expression will include the OrderDate and ShippedDate fields; the  results   will not contain negative numbers.) Run the query and then  examine the   results. Save the query.

Add   criteria to limit the query results to include any order that took more than 30 days to ship.

Add the Quantity field from the   Orders table and the ProductName  field from the Products table to the query   (in that order). Sort the  query by ascending LastName.

Add the caption Days to Ship to the DaysToShip field. Switch to   Datasheet view to view the final results. Save and close the query.

Create a query using Query Design and   add the Customers, Orders,  and Products tables. Add the Country field from   the Customers table.  Set the field’s Total row to Group By. Save the   query as Revenue and Cost by Country.

Add a calculated field in the second   column. Name the field TotalRevenue.    This field should multiply the quantity ordered (from the Orders  table) by   the unit price for that item (from the Products table).  Format the calculated   field as Currency and change the caption to Total Revenue.   Change the Total row for the TotalRevenue field to Sum.

Add a calculated field in the third   column. Name the field TotalCost.    The field should multiple the quantity ordered (from the Orders  table) by the   unit cost for that item (from the Products table).  Format the calculated   field as Currency   and add a caption of Total Cost.   Change the Total row to Sum. Run the query. Save the query. Return to Design   view.

Add the OrderDate field and criteria   to that field so that only orders made between 7/1/2018   and 12/31/2018  are displayed. Change the Total row   to Where. This expression will  display only orders that were completed during   the second half of  2018. Run the query and view the results. Save and close   the query.

Create   a copy of the Revenue and Cost by Country query named Customer Payments.  Switch to Design view of the new   query and remove the Country,  TotalCost, and OrderDate fields. Add the   FirstName and LastName  fields. Move the TotalRevenue field to the end. Rename   the  TotalRevenue field to OrderTotal.   Change the caption to Order Total.

Add   a new field using the Expression Builder named SamplePayment.   Insert the Pmt function with the following parameters:
 •   Use .05/12 for the rate argument (5% interest,   paid monthly)
 •   Use the number 12   for the num_periods argument (12 months)
 •   Use the calculated field OrderTotal   for the present_value
 •   Use 0 for both future_value and type

Change   the Total row to Expression for the SamplePayment field.  Change the Format   for the SamplePayment field to Currency. Run the  query and verify the second   order(with LastName Sparks) has a sample  payment of $26.80. Note: it will   display as a negative number. Save  and close the query.

Create   a copy of the Revenue and Cost by Country query named Revenue by Sales Rep.  Switch to Design view of the new   query and remove the entire  Customers table, the TotalCost, and OrderDate   fields. Add the Sales  Reps table. Add the Title field from the Sales Reps   table and move it  to the front of the TotalRevenue field.
 

Run   the query and then examine the summary records; there should be  4 Titles   listed. Switch to Design view and change the sort order so  that the title   with the highest TotalRevenue is first and the title  with the lowest   TotalRevenue is last. Run the query and verify the  results. Save and close   the query.

Creating good password security

 An IT Security consultant has made three primary recommendations regarding passwords:

  1. Prohibit guessable passwords
    • such as common names, real words, numbers only
    • require special characters and a mix of caps, lower case, and numbers in passwords
  2. Reauthenticate before changing passwords
    • user must enter old PW before creating a new one
  3. Make authenticators unforgeable 
    • do not allow email or user ID as a password

Using WORD, write a brief paper of 200-300 words explaining each of these security recommendations along with 2 references.  Do you agree or disagree with these recommendations? Would you change, add or delete any of these?  Add additional criteria as you see necessary.