Inheritance in Java

Please read Assignment.docx

attached are all the files in a zip and a makefile 

  

Files to Submit:

  • Armour.java     -your version of the Armour ADT.
  • Consumable.java  – your version of the Consumable ADT.

SIEMENS SIMATIC

I need to write a term paper on the topic Siemens Simatic- PCS7/WINCC (SCADA) 

There are all the requirements for the term paper alongside the template for the term paper.
Please help and thank you 

computer science

 

550 words

There are many tools available to the examiner when it comes to digital forensics. In most instances, however, the situation or circumstance dictates which tool might be your choice when it comes to performing a cogent analysis, especially when it comes to whether or not it is a computer (Windows, Mac, or LINUX) or a mobile device (Android or iOS). For computers, the examiner has many choices (EnCase, Blacklight, Macquisition, FTK, X-Ways, Magnet Axiom, Autopsy, etc.). For mobile devices, the examiner can use many tools as well (Cellebrite, Magnet Axiom, EnCase, etc.).

1. Compare and contrast tools (your choice) for various operating systems. 

2. Remark about their strengths and weaknesses. 

3. Which appears to be superior and why?

600 words – Prototypes Influence

How do prototypes influence the opinions of a potential user? Is there a method that you have studied in academic literature that neutralizes a potential users opinions of an end-product.  

Please include in-text citations

Activity 8- Project HR & Stakeholder Mngt

How should a project manager gain buy-in from stakeholders? What techniques should a project manager use to obtain this buy-in?

Text

Title: Managing Project Stakeholders 

ISBN: 9781118504277 

Authors: Tres Roeder 

Publisher: John Wiley & Sons 

Publication Date: 2013-04-22

Research Paper

Paper:

 Information Systems for Business and Beyond Questions:

  • Chapter 9 – study questions 1-10, Exercise 3 &4. 

Information Technology and Organizational Learning Assignment:

  • Chapter 7 – Review the section on dealing with multiple locations and outsourcing.  Review figure 7.2 and note how virtual team communications further reiterates the importance of this model.

The above submission should be one-page in length and adhere to APA formatting standards.**Remember the APA cover page and the references (if required) do not count towards the page length**Note the first assignment should be in one section and the second section should have the information from the Information Technology and Organizational Learning assignment.  The paper requirements for the two-pages applies to the second part of the assignment directly related to the  Information Technology and Organizational Learning assignment. 

Assignment 1

 

Discuss  500 words or more discuss why Security as a Service is a good investment.

Use at least three sources.  Use the Research Databases available from the Danforth Library not Google. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs.  Stand alone quotes will not count toward the 3 required quotes.

Objective

  

Objective
This project focuses on demonstrating your understanding of Java Collections. Before attempting this project, be sure you have completed all of the reading assignments listed in the syllabus to date, participated in the weekly conferences, and thoroughly understand the examples throughout the chapters. The project requirements include:
Requirements
 Design, write and test the Java program ReadStoreShow.java with the following requirements:
1. Invite the user to enter an input file name and a number N (10 <= N <= 20). Read N pairs of unique colors and their unique associated hexadecimal values (for example Red FF0000) from the specified file (each pair color – hexadecimal value should be on a separate line) and store them in appropriate JCF collection(s). Give reasons for the chosen JCF collection(s);
2. Sort the pairs in the increasing order of their hexadecimal values and then use iterators to display the sorted pairs to the console.
3. Using a GUI, display the pairs as radio buttons. When the user selects a radio button, the background of the GUI should change to that color.
Note. Using GUI automatic generation facilities of IDEs is not accepted.
Your programs should compile and run without errors.