Information governance

Question is attached in the doc file. I started working on the paper, and have completed till literature review. Would like help in the last section.

300 words

 Go  to the website: https://epic.org/privacy/litigation/ which focuses on civil rights issues and privacy. Pick a case.

Jan and Kim Levering have decided to

  

Jan and Kim Levering have decided to expand their IT consulting business. They have leased space in a nearby building. The following are the details: They will have an entire floor that has the following: a receptionist area 2 offices (one for Jan and one for Kim) a conference room an office that will accommodate 15 cubes for their consultants a computer room to house their server(s) They currently have 8 Windows XP systems set up in a workgroup They would like you to develop a 2-phased plan. The first phase involves moving from the current office to the new office. In a 3–4-page report, you need to do the following: Diagram the network and identify the topology and components: Their existing equipment is as follows: 8 XP systems 1 each in Jan and Kim’s offices 6 systems cubes (1 per cube) 1 Windows Server 2008 (standard edition) system in the computer room 1 printer in the computer room Include the following: IP addressing scheme (use static addressing) subnetting/supernetting subnet mask for phase 1 Provide an installation guide on how to set up the Windows Server 2008 system and the network, including the following: illustrations of the server installation process a minimum of 8 Windows Server 2008 screenshots, with detailed explanations descriptions of the settings for the following: server roles naming conventions disk format (NTFS or FAT) joining security centralized versus decentralized administration a discussion of TCP/IP configuration a comparison of settings between workgroup and domain an explanation of typical installation problems/difficulties related to the following: hardware software the network The second phase, to be completed later, will be to expand their network to accommodate additional equipment. The answer should be in a 3-4 page Words Document.

Asset Management

Develop and use information classification guidelines.
Understand information handling and labeling procedures.

it should follow APA citation rules. Please be sure to proofread, spell and grammar check your paper prior to submission. This SyncSession paper should be 1-2 pages long, not including the title page and reference page. Please use Times New Roman, 12 point font. Please double-space your paper.

Project Requirements

  

Project Requirements

 

Part I Design ( 25 pts – data fields 1 pt, others 3 pts each) :

Design a class named Account that contains:

1. A private int data field named id for the account (default 0).
2. A private double data field named balance for the account (default 0).

3. A private double data field named annualInterestRate that stores the current interest rate (default 0). Assume all accounts have the same interest rate.

4. A private Date data field named dateCreated that stores the date when the account was created.

5. A no-arg constructor that creates a default account.

6. A constructor that creates an account with the specified id and initial balance.

7. The accessor and mutator methods for id, balance, and annualInterestRate.

8. The accessor method for dateCreated.

9. A method named getMonthlyInterestRate() that returns the monthly interest rate.

10. A method named withdraw that withdraws a specified amount from the account.

11. A method named deposit that deposits a specified amount to the account.
 

Part I – Testing

 

Use the following test program to create an Account object with an account ID of 1122, a balance of $20,000, and an annual interest rate of 4.5%. Then using the withdraw method $2,500 is withdrawn, and the deposit method is used to deposit $3,000. Finally the balance, the monthly interest, and the date when this account was created are printed.

 

import java.text.*;

public class TestAccount {

public static void main (String[] args) {

DecimalFormat fmt_twoDecimalPlaces = new DecimalFormat(“0.00”);

Account account = new Account(1122, 20000);

Account.setAnnualInterestRate(4.5);

account.withdraw(2500);

account.deposit(3000);

System.out.println(“Balance is ” +

fmt_twoDecimalPlaces.format(account.getBalance()));

System.out.println(“Monthly interest is ” +

fmt_twoDecimalPlaces.format( account.getMonthlyInterest() ));

System.out.println(“This account was created at ” +

account.getDateCreated());

}

}

If you have written the Account class correctly, you should see the following displayed:

 

Balance is $20500.00

Monthly interest is $76.88

This account was created at < day and time that you correctly run the program> ( e.g.Wed Aug 15 15:22:31 CEST 2012) 

Part II Design using inheritance:

 

( 30 pts)Next create two subclasses of the Account class – one for the checking account (CheckingAccount) and the other for the savings account(SavingsAccount). A checking account has an overdraft limit. We will assume that you are not allowed to withdraw from a savings account until a preset date is reached. Both of the subclasses have a toString() , which return a String indicating the balance of the specific account.

 

( 25 pts) Finally write a test program that creates objects of CheckingAccount and SavingsAccount. Ask the user to deposit and withdraw arbitrary amount from the accounts. Be sure to check that the input is a valid input before using it. Finally, invoke the toString() method of each object to test the final balance of the objects. Please also make sure that you ask the user whether he/she would like to continue.

Paper-4

Write a paper on Cloud computing

-Paper should be written in APA format

– Include references

– Abstract

– Paper should include what cloud is and differences between cloud and traditional applications

– Advantages and dis advantages of cloud.

Polymorphic Class Diagram

Polymorphism is one of the fundamentals of software engineering. Polymorphic behavior implies, at runtime, that the same message has different behavioral effects. For this week’s Critical Thinking Assignment, create a polymorphic class diagram of a design of your choosing. Add an aggregation relationship to this diagram. Write a sample pseudocode script to explain the polymorphic class diagram (see example below).

Additionally, in a one-page paper, explain why polymorphism is a runtime characteristic of object-oriented designs. Describe the structural design necessity to ensure polymorphism at runtime.

Simple code example for polymorphism:

//This pseudocode indicates that when the driver object issues a call to moveCar, whichever object has been instantiated (FourWheel or FamilyCar) will move.

Class Driver:

     Car myCar;

     myCar := new FourWheel;

     myCar.moveCar(); 

     myCar := new FamilyCar;

     myCar.moveCar();

DF-11

Explain the concept of information stores. Why is an understanding of how different clients store messaging information critical to the success of an email search?
300 words

question 3

Using the five paragraph format, explain the value of ‘tidy’ data.  This paper should be single spaced. It should have a meaningful title. It must include 3 quotes from the text or from expert sites found in the library’s research databases or from the text. They should be cited properly in APA format.