Information Technology

  Please answer the questions below and submit as a Word document. 

  1. Write your own description of what the term information systems hardware means.
  2. The _____ is often the most senior role in information systems for an organization.
  3. Name an application software that you use and the purpose that you use it for.
  4. Name an operating system software that you use and the device you use it on.

HR Management & Blockchain

 1.Discuss the five vectors of progress that can overcome barriers to blockchain’s adoption.

formate: Introduction, Question 1, Conclusion, References

Reference

1. Schatsky, D., Arora, A., & Dongre, A. (2018). Blockchain and the five vectors of progress. Deloitte Insights, 1-9. Retrieved September 5, 2019 from https://www2.deloitte.com/us/en/insights/focus/signals-for-strategists/value-of-blockchain-applications-interoperability.html

Discussion Thread 250 words each (total 750 words)

 

Include at least 250 words in your posting and at least 250 words in each of your two replies. 

Indicate at least one source or reference in your original post. Please see syllabus for details on submission requirements.

Question: 

Search “scholar.google.com” or your textbook. Include at least 250 words in your reply.  Indicate at least one source or reference in your original post.  Discuss ways organizations have built a CSIRT. What are the components to building an effective and successful CSIRT team?

Organization Leader and Decision Making Research Article

This week’s journal article focuses on attribution theory and how it influences the implementation of innovation technologies.  Two types of employee attributions are noted in the article (intentionality and deceptive intentionality), please review these concepts and answer the following questions:

  1. Provide a high-level overview/ summary of the case study
  2. Note how constructive intentionality impacts innovation implementations
  3. Find another article that adds to the overall findings of the case and note how attribution-based perspective enhances successful innovation implementations.  Please be explicit and detailed in answering this question.

 Journal articles

 The paper should meet the following requirements:

  • 3-5 pages in length (not including title page or references)
  • APA guidelines must be followed.  The paper must include a cover page, an introduction, a body with fully developed content, and a conclusion.
  • A minimum of five peer-reviewed journal articles.

enterprise computing

 

1. For this assignment you will be submitting your progress on your final project.  Specifically you will submit a document addressing the following topics.

Milestone 1

  • Domain Structure
  • DNS Server Plan
  • DHCP Server Plan

While there is not a formal format for this submission and you are not expected to have everything for these items implemented in your proof of concept,  if you work through the project logically for each milestone you will have completed a large quantity of the work by the end of the course.

 

2.  For this assignment you will be submitting your progress on your final project.  Specifically you will submit a document addressing the following topics.

Milestone 2

  • Central Update Server planlayout
  • File and Print Server structure and security plans
  • Security Group layout
  • Naming conventions
  • OU Structure

GUIDE( So, you are simply breaking down the final project and covering what you will be including in your final project based on the list that is in the Milestone 1 assignment. Explain the items and how you will be suggesting that they be set up in the organization that you are proposing to. The idea is to do the final prject in Milestones. So the only thing you would need to do after completing all of the Milestones is to add or subtract and clean up the material that will make up the final project by moving all of them together and making a report out of it. )

Java Reservation class Create a class named Reservation that defines a reservation

 

Reservation Calculator
Enter the arrival month (1-12): 5
Enter the arrival day (1-31): 16
Enter the arrival year: 2018
Enter the departure month (1-12): 5
Enter the departure day (1-31): 18
Enter the departure year: 2018
Arrival Date: May 16, 2018
Departure Date: May 18, 2018
Price: $145.00 per night
Total price: $290.00 for 2 nights
Continue? (y/n): n
Bye!

Specifications

Create a class named Reservation that  defines a reservation. This class should contain instance variables for  the arrival date and departure date. It should also contain a constant  initialized to the nightly rate of $145.00.

The Reservation class should include the following methods:

  • public LocalDate getArrivalDate()
  • public String getArrivalDateFormatted()
  • public setArrivalDate(LocalDate arrivalDate)
  • public LocalDate getDepartureDate()
  • public String getDepartureDateFormatted()
  • public setDepartureDate(LocalDate departureDate)
  • public int getNumberOfNights()
  • public String getPricePerNightFormatted()
  • public double getTotalPrice()
  • public String getTotalPriceFormatted()

Assume  that the dates are valid and that the departure date is after the  arrival date. You must allow the user to enter the date in the  MM/DD/YYYY format.

Reservation class
Create a class named Reservation that defines a reservation


This criterion is linked to a Learning OutcomeInstance variables
Reservation class should contain instance variable for the arrival date.
Reservation class should contain instance variable for the departure date.

Nightly rate constant
Reservation class should also contain a constant initialized to the nightly rate of $145.00.

Entry format for dates
Allow the user to enter the date in the MM/DD/YYYY format.

This criterion is linked to a Learning Outcomepublic instance methods
The Reservation class should include the following methods:

public LocalDate getArrivalDate()

public String getArrivalDateFormatted()

public setArrivalDate(LocalDate arrivalDate)

public LocalDate getDepartureDate()

public String getDepartureDateFormatted()

public setDepartureDate(LocalDate departureDate)

public int getNumberOfNights()

public String getPricePerNightFormatted()

public double getTotalPrice()

public String getTotalPriceFormatted()

Policy, Legal, Ethics, & Cmplc week 2

 

Week 3 Quiz

Answer each these questions in a paragraph with at least five sentences: Include the question and number your responses accordingly. Provide a citation for each answer.  1. What is privacy?2. What risks, if any, does facial recognition software raise?3. How much information about you can be found on-line with a simple google search? 4. How much information about you can be found by searching government and commercial databases?5. Describe informed consent. 6. Should secondary use of consumer provided data be available without notice to the consumer?7. How do data mining and predictive analytics work? 8. Watch this Science Friday video by Ira Flatow. And, offer your opinion – Are advancing algorithms taking our free will? 9. Should Facebook be regulated, at least as far as it’s privacy and data policies? 10. How many public cameras is too many?  

Project 5

 I am attaching the code as well. All i need is just an .exe file. If you can send me an exe file i can pay you. 

GO19_AC_CH04_GRADER_4G_AS – Human Resources 1.0

 GO19_AC_CH04_GRADER_4G_AS – Human Resources 1.0

  

Project Description:

In this project, you will append data from one table to another, modify the design of a table, and, after adding an Attachment field, you will attach a Word document to a database record. You will also create a table to organize special events offered to employees.

     

Start   Access. Download, open, and save the database named Student_Access_4G_Human_Resources.accdb.

 

Save   a copy of the Management table as the Employees   table.

 

Copy   the Trainees table and then paste the table, appending the data from it into   the Employees table (the appended table will contain eleven records).

 

Open   the Employees table in Design view. Change the data type for the Empl ID   field to Short Text.

 

In   the Empl ID field, limit the field size to 4   characters.

 

Add   a new Monthly Salary field below the Annual Salary field,   with the data type set to Calculated. In the Expression Builder dialog box,   enter the calculation as [Annual Salary]/12   and change the Result Type to Currency.

 

Between   the ZIP field and the Annual Salary field, add a new Certificate field to the table with the data type   set to Attachment.

 

Select   the ZIP field. In the Input Mask box, type 00000-9999.   Limit the field size to 10   characters. Make entry of data into the field required. View the table in   Datasheet view, and save your changes. In the warning message box, click Yes   to continue, and then click Yes to continue.

 

In   the Michael Chin record, in the Attachment field, double-click, and then from   the student data files, attach Chin_Cert.pdf.   Click OK. Using the same technique, for the Jan Meyer record, add the   certificate that is in the Meyer_Cert.pdf   file. Close the table.

 

Create   a table in Design view. In the first Field Name box, type Activity ID, and select an AutoNumber data type.   On the Design tab, in the Tools group, click the Primary Key button.

 

In   the second Field Name box, type Activity.   In the third Field Name box, type Shift   and select a Lookup Wizard data type. Type the look up list to include Day, Evening,   Overnight, and Weekend.

 

Switch   to Datasheet view, saving the table as Employee   Activities.

 

Populate   the table with the following data, and then adjust the column widths so all   data is visible.

  

Activity ID

Activity

Shift

 

1

Luncheon

Day

 

2

Appetizer Buffet

Evening

 

3

Donuts/Coffee

Overnight

 

4

Softball Game

Evening

 

5

Bowl-a-thon

Weekend

 

Save   and close the database, and then submit for grading.