access control discussion

Information Assurance (IA) is the practice of safeguarding information and managing risks related to the use, processing, storage, and transmission of information or data, the systems and processes used for those purposes. In financial industry, how does information assurance applied, in assuring that debit and credit card information and other financial information is protected.

Discuss the weaknesses in these systems and how to improve them.

I recommend your initial posting to be between 200-to-300 words. The replies to fellow students and to the professor should range between 100-to-150 words. All initial posts must contain a properly formatted in-text citation and scholarly reference.

research

Once you find the article, you will read it and write a review of it.  This is considered a research article review.Your paper should meet these requirements: 

Homework Lab 4

Attached Assignment Questions in Week Assignment file 

Check the attachement 

Requirement—– NO PLAGIARISM 

NEED 2 Pages with APA Format

Disuccsion

Provide a real-world example or describe a hypothetical situation in which a legitimate organization used spam in an effective and nonintrusive manner to promote a product or service

APA format-250 words

history reflection paper

 

Most ancient societies are patriarchal.  However, if you overlook the role of women in these civilizations, you miss a major piece of the puzzle when trying to understand what life was like in the past.   Read the (2) articles in Week 2 of Content titled Women in Ancient Egypt and Ancient Egyptian Doctor and include a response to the following in your Reflection Paper:

  • What freedoms and choices did Egyptian women have in their lives?  What was surprising for you to discover?
  • What was surprising to you concerning the role of women in the fields of medicine and healing?
  • How does this compare to the freedoms and opportunities of women in the workplace today? Where are conditions of equality favorable for women in the workplace, where is equality limited today?  Discuss at least 2 specific current situations, with evidenced support, involving gender in the workplace today. 
  • Begin with the articles provided and research these topics further on your own. 
  • Provide specific examples to support your points and conclusions – minimum 450 words.
  • Use and cite 3 outside sources using MLA formatting.

ERP System

You are preparing to meet with your end users to discuss possible strategies for converting their old ERP system to a new one. Propose two or three alternative strategies, and explore related examples of situations for which each approach would be preferred and required.
500 words 

Response to discussion 1 ETC

Please write a post for the two documents with 150 words each substantive. A substantive post will do at least two of the following:

  • Ask an interesting, thoughtful question pertaining to the topic
  • Answer a question (in detail) posted by another student or the instructor
  • Provide extensive additional information on the topic
  • Explain, define, or analyze the topic in detail
  • Share an applicable personal experience
  • Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA)
  • Make an argument concerning the topic.

At least one scholarly source should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.

Videos Review why Big Data is important to field of Knowledge Management and your your current organization

Videos Review why Big Data is important to field of Knowledge Management and your your current organization

a. “Big Data, Small World: Kirk Borne at TEDxGeorgeMasonU” found at https://www.youtube.com/watch?v=Zr02fMBfuRA

b. “KM Russia 2015: Big Data and KM” found at https://www.youtube.com/watch?v=UypaQRfgkKE (by Dr. John Girard)

1. Write 4-5 page document 

2. NO Title Page

3. Minimum 3-4 references

Java Program

  

Write a program, in a file called MeanNumbers.java, that collect integer variables from the user until the user enters a non-positive value. It the user has enter less than two values, display a message “Insufficient data.” and stop. If the user enters more than 10 values, display “Too many values” and stop. Otherwise, call the following methods and display the results: double arithmeticMean(int [] d), double harmonicMean(int [] d), and double harmonicMean(it [] d). arithmeticMean should calculate the arithmetic mean: am= ∑i=0 N d [i] N , harmonicMean should calculate the harmonic mean: am= ∑i=0 N 1 d [i] N , and geometricMean should calculate the geometric mean: am= N √∏i=0 N d[i] .