Policies

The Hollywood Organic Co-op is in the process of implementing an electronic document management system (EDMS). There are five stores in the co-op, all within a 15 mile radius of LAX airport.

The co-op currently has separate document management tools in each location and is not consistently retaining and securely managing critical business documents.

A new EDMS must be developed or purchased which will allow all stores to create, store, and retrieve all official documents securely and efficiently. Documents refer to electronic documentation for all e-mail, text, orders and invoices, web pages, and marketing communication.

Some of the co-op members are celebrities, and considering recent hacking of major retail computer systems, there is concern that documentation security may need to be improved prior to final implementation of the EDMS.

As Hollywood Organic Co-op’s IT manager, the CIO and CEO have tasked you with setting the stage for gathering the requirements for an EDMS that integrates all five stores to consistently retain and securely manage critical business documents.

Examine best practices, applicable standards, and types of policies that govern a document management life cycle for implementing an enterprise EDMS.

Prepare a 14- to 16-slide media-rich or voice-over presentation with detailed speaker notes of recommendations to Hollywood Organic Co-op for an EDMS. Include the following:

Major components that must be included in a document retention policy

Policies,standards, and procedures that will govern the secure management of the organization’s critical business documents

Regulatory requirements and generally accepted practices that are applicable to the organization to safeguard its data

A list of Hollywood Organic Co-op’s stakeholders and their responsibilities

A recommended framework for a document life cycle

At least two examples of an enterprise tool available on the market that could be incorporated into the organization to integrate the EDMS across the various store locations

Why is stretching important?

Please create an account on Wix.com Website and design an instructional website by following the video tutorial.  You can click on  the  Wix Tutorial Video Link Here. Please view the video tutorial first, and then start to work on it.  A sample Wix website is Here at https://shali94.wixsite.com/sample.  After you create an account at www.wix.com . you can  start creating your website relating to your classroom teaching in any content you  would like to teach. You need to create at least a total of three web pages, but the more pates are welcome. The first page is the home page, and then the other two pages as subpages. You need to have three buttons linked to three web pages. If some students could not do this project well enough, he/she could come to the classroom class of Wix web design on campus afterwards.  You are welcome to come to my Wix class in my classroom for this Wix web design project if you have difficulty with it. Or you can follow the video tutorial to create web pages. Click Save button to save your work, and click the Publish button to publish it online. 

DFTT Week12 P12

 

Hello,

i need this paper by 07/29 afternoon.

Strictly No plagiarism please use your own words.

Explain how cookies can show that a user has visited a site if that user’s history has been deleted.

Optional: install Windows Historian and see the sites visited by a particular user. 

Use your own words. Attach your 300 WORD document here.

Strictly No plagiarism

Apply – Your Career

  

Assignment Content

  1.     This course’s assignments have analyzed how CRM helps businesses understand customers and customer-related data in order to make better business decisions. Last week, we had the opportunity to recommend a CRM and implementation plan to a company. This week, the focus changes to what is needed in careers that require CRM skills today, especially in the fields of IS and IT management. 

    Purpose
    This assignment gives you an opportunity to research the types of jobs that require CRM skills, the specifics of skills employers are looking for, and what you could possibly pursue to enhance your career options.

    Assignment Instructions & Deliverables

    1. Search the Internet for current jobs seeking the skills of CRM. Specifically look for IS & IT management positions.
    2. Write a 700- to 1050-word paper discussing your potential future in CRM. Do the following:
    • Summarize an overview of types of jobs, companies, locations, skills, and salary you see that are seeking CRM skills. 
    • Select 1 job. Describe the position, required skills, required or preferred education and experience, salary, and any other information you feel is pertinent to you. Relate this information to your career goals. 
    • Describe a past, current, or future scenario in which you might be part of a company that needs to select CRM practices and/or systems. If you have not experienced a need for CRM in a scenario personally, create a scenario that describes a company seeking CRM.
    • Include the source for any references used and cite them using APA format.
    • Submit your assignment.

final case

 

Chapter 5 exercises

20. Consider the task of building a classifier from random data, where the attribute values are generated randomly irrespective of the class labels. Assume the data set contains records from two classes, “+” and “−.” Half of the data set is used for training while the remaining half is used for testing.

(a) Suppose there are an equal number of positive and negative records in the data and the decision tree classifier predicts every test record to be positive. What is the expected error rate of the classifier on the test data?

(b) Repeat the previous analysis assuming that the classifier predicts each test record to be positive class with probability 0.8 and negative class with probability 0.2.

(c) Suppose two-thirds of the data belong to the positive class and the remaining one-third belong to the negative class. What is the expected error of a classifier that predicts every test record to be positive?

(d) Repeat the previous analysis assuming that the classifier predicts each test record to be positive class with probability 2/3 and negative class with probability 1/3.

Chapter 6 exercises

5. Prove Equation 6.3 in the book. (Hint: First, count the number of ways to create itemset that forms the left hand side of the rule. Next, for each size k itemset selected for the left-hand side, count the number of ways to choose the remaining d − k items to form the right-hand side of the rule.)

17. Suppose we have market basket data consisting of 100 transactions and 20 items. If the support for item a is 25%, the support for item b is 90% and the support for itemset {a, b} is 20%. Let the support and confidence thresholds be 10% and 60%, respectively.

(a) Compute the confidence of the association rule {a} -> {b}. Is the rule interesting according to the confidence measure?

(b) Compute the interest measure for the association pattern {a, b}. Describe the nature of the relationship between item a and item b in terms of the interest measure.

(c) What conclusions can you draw from the results of parts (a) and (b)?

(d) NOT NEEDED FOR THE TEST

Chapter 7 exercises

5. For the data set with the attributes given below, describe how you would convert it into a binary transaction data set appropriate for association analysis. Specifically, indicate for each attribute in the original data set.

(a) How many binary attributes it would correspond to in the transaction data set,

(b) How the values of the original attribute would be mapped to values of the binary attributes, and

(c) If there is any hierarchical structure in the data values of an attribute that could be useful for grouping the data into fewer binary attributes. The following is a list of attributes for the data set along with their possible values. Assume that all attributes are collected on a per-student basis:

• Year : Freshman, Sophomore, Junior, Senior, Graduate: Masters, Graduate: PhD, Professional

• Zip code : zip code for the home address of a U.S. student, zip code for the local address of a non-U.S. student

• College : Agriculture, Architecture, Continuing Education, Education, Liberal Arts, Engineering, Natural Sciences, Business, Law, Medical, Dentistry, Pharmacy, Nursing, Veterinary Medicine

• On Campus : 1 if the student lives on campus, 0 otherwise

• Each of the following is a separate attribute that has a value of 1 if the person speaks the language and a value of 0, otherwise.

- Arabic
- Bengali
- Chinese Mandarin
- English
- Portuguese
- Russian
- Spanish

Chapter 8 exercises

1. Consider a data set consisting of 2^(20) data vectors, where each vector has 32 components and each component is a 4-byte value. Suppose that vector quantization is used for compression and that 2^(16) prototype vectors are used. How many bytes of storage does that data set take before and after compression and what is the compression ratio?

8. Consider the mean of a cluster of objects from a binary transaction data set. What are the minimum and maximum values of the components of the mean? What is the interpretation of components of the cluster mean? Which components most accurately characterize the objects in the cluster?

9. Give an example of a data set consisting of three natural clusters, for which (almost always) K-means would likely find the correct clusters, but bisecting K-means would not.

11. Total SSE is the sum of the SSE for each separate attribute. What does it mean if the SSE for one variable is low for all clusters? Low for just one cluster? High for all clusters? High for just one cluster? How could you use the per variable SSE information to improve your clustering?

13. The Voronoi diagram for a set of 1( points in the plane is a partition of all the points of the plane into K regions, such that every point (of the plane) is assigned to the closest point among the 1( specified points. (See Figure 8.38.) What is the relationship between Voronoi diagrams and K-means clusters? What do Voronoi diagrams tell us about the possible shapes of K-means clusters?

Physical Security Plan for a IT company

Conduct some research and develop a Physical Security Plan for a new IT Company Located at in the Capital of the US State which you live.  Include a street location in that capital and the crime statistics of that area as your background.  This IT provides IT services for city, county, state and federal governments.  Ensure that you understand and detail the various levels of security required to provide all those various levels of services.  Normal business hours exist 6:00 am – 6:00pm, Mondays – Fridays with some ad hoc weekend work and late evening work.  There are custodians during the normal business hours and an intense cleaning crew in the evenings from 7:00 – 11:00pm.  The building has a private parking garage that is open 24 – 7.

network5

  • 5.1 Provide a brief definition of network access control.
  • 5.2 What is an EAP?
  • 5.3 List and briefly define four EAP authentication methods.
  • 5.4 What is EAPOL?
  • 5.5 What is the function of IEEE 802.1X?
  • 5.6 Define cloud computing.
  • 5.7 List and briefly define three cloud service models.
  • 5.8 What is the cloud computing reference architecture?
  • 5.9 Describe some of the main cloud-specific security threats.

Inferential Statistics in Decision Making(DSRT) outline & research paper using any of the statistical methods

 

Research paper using any of the statistical methods that we discussed in the course as it relates to your area of interest in health science, retail, engineering, biology…etc.. or you can use any data analysis technique you knew.

Find at least 10 relevant research articles which:

  • Support your chosen topic.
  • Discuss previous work on modeling/analysis in the area you’ve selected.
  • Have the statistical analysis and results from research conducted.
  • Cover technical aspects of the statistical methods discussed in class or any data analysis method.

Paper must include the following:

  • Introductory Paragraph: Identify the purpose of the paper, the common research issue, and the corresponding statistical test in your opening paragraph.
  • Context Development: Discuss the 10 articles used, the focus of the articles, the research questions and hypotheses, and how the statistical technique helps answer the research question in the studies.
  • Statistical Tool Discussion: Discuss the role of statistics in research and the common statistical test uses, limitations, and interpretation.
  • Conclusion: Summarize the elements of the chosen statistical test and the kinds of research questions the statistical test can help answer in your conclusion.
  • Resources: Provide a reference page listing all sources used in the development of this paper in American Psychology Association (APA) format. All literature/computer/interview/resources should be cited and listed.
  • Must be 10 page double-spaced pages in length, excluding the title and reference.