Title pretty much says everything. I need someone two write 10 page literature review based on the research papers. I can send them over personally
4-2 Final Project Milestone Two: Case Analysis and Incident Impacts
Instructions
Submit the Case Analysis and Incident Impacts portion of the final project. In this assignment, you will analyze the ethical issues and determine the legal compliance issues within the organization, as well as the social and cultural impacts of these compliance issues. You will be expected to address the impact the incident may have had on the ethical and legal IT regulations at the time. The connection between the industry standards and the standards for informational technology should be determined, as well as the influence of the cultural impact on IT and cyber-communication or commerce.
Module 2: Assignment: Create and Link Tables Instructions
Use Access to construct a database for a college bookstore store based on the step-by-step instructions listed below.
Create a database and one table:
- The name of the database will be Inventory_YourLastname.
- Create a table named PRODUCTS based on data in Table 1.
- Determine the appropriate data type for each field.
- Assign an AutoNumber field to serve as the Primary Key. This should be the first field of the table and named PRODUCTID.
- Populate the table with data from Table 1.
PRODUCT_NAMEDEPARTMENTQUANTITYPRICESUPPLIERAvocado DipF60.99Jay’sBall Point PenP1500.89BicChipsF770.65Lay’sClass RingC5098.95BalfourDictionaryB2212.95ColumbiaDoritosF1452.49Lay’sFelt-tip PenP760.98BicLogo T-ShirtC2509.99ChampionPencilP2000.15BicPepsiF4440.65PepsiSchool JacketC10034.95ChampionSchool TieC1517.50Field’sThesaurusB 1218.00ColumbiaThree-Hole PaperA2001.98MeadThree-Ring BinderA1223.50Mead
Add a new table to the Inventory database:
You now want to include the supplier information in the INVENTORY database. Use the information below:
- Create a table named SUPPLIERS based on Table 2.
- Determine the appropriate data type for each field.
- Assign the SUPPLIER field as SUPPLIERS table Primary Key.
- Use the Telephone number input mask to format the telephone number.
- Populate the table with data from Table 2.
SUPPLIERCONTACTSTREET ADDRESSCITYSTATEZIP CODEPHONE NUMBERBalfourCoffinWall Street PlazaNew YorkNY100052122690800BicZeienPrudential TowerBostonMA22199ChampionOwen3141 MonroeRochesterNY146037163853200ColumbiaQuigleyColumbia College
New York
NY100270Field’s11 N StateChicagoIL606030Jay’s1504 W 44thChicagoIL606530Lay’sBeeby7701 Legacy DrPlanoTX750242146244700MeadRobertsCourthouse PlazaDaytonOH454635134956323PepsiCallowayAnderson Hill RoadPurchaseNY105779142532000
Relating the two tables:
You will need to establish a link between the PRODUCTS and SUPPLIERS tables.
- Determine the common attribute between the PRODUCTS and SUPPLIERS tables.
- Use the common field and create a relationship.
Perform Sort, Filter and:
- Open the SUPPLIERS table and sort the records based on CITY. Save as CitySort.
- Open the PRODUCTS table and create a filter of your own choice.
- Use the ‘Aggregate’ function to calculate the average price in the PRODUCTS table.
Close and Submit:
- Close your database.
- Submit your database to the assignment submission folder that follows this page.
Info Security & Risk Mgmt
describe a plan of action and its impact on creating a risk management plan. You must use at least one scholarly resource. Every discussion posting must be properly APA formatted.
300 words
Week -15 Case Study – Genex Fuels Case Study
Read the Project Management Technology at Genex Fuels Case Study on pages 333-335 in the textbook.
Answer the Discussion Questions at the end of the Case Study.
Be sure to use the UC Library for scholarly research. Google Scholar is also a great source for research. Please be sure that journal articles are peer-reviewed and are published within the last five years.
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.
The writing should be clear and concise. Headings should be used to transition thoughts. Don’t forget that the grade also includes the quality of writing.
WK4 DISC
Download The Attachment and Message Me Please for Detailed Instructions
write assignment with 500 words with APA format
Discussion questions (Total 3 = 225 words) :
question 1 : 75 words
question 2 : 75 words
question 3 : 75 words
exercise questions 3 ( each question = 100 words) :
Question no 1: 100 words
Question no 12: 100 words
Question no 16: 100 words
Please make sure question numbers for exercises are 1, 12 and 16
Please write in APA format with references no plagiarism
response to the
Write a 750 word response to the topic: “Suggest some of the advantages and disadvantages of building a system from the ground up. If given a choice between a packaged solution and building one from the ground up, which would you choose? Defend your choice.”
- Use APA style writing as well as examples in the book for your projects
Reading material and Textbook:
Essentials of Systems Analysis and Design – Valacich/George/Hoffer, 6th edition, Pearson.
Chapter 2: The Sources of Software – Where does a professional unearth the software pieces needed for a business application system? Discover the six sources of software that are available and the criteria used to evaluate software.
Chapter 3: Managing the Information Systems Project – Explore project management skills needed to run all technical and managerial functions of a systems project. Discover how commercial software can help in the critical path scheduling process.
Implementation and Report – Individual
Case study and data model: Productive Tech case study and data model.pdf
Below are the tasks for the Individual (30%) component. Note these are tasks you must complete, and submit, individually.
ITSD322U4DB
One of the central concepts of Object-Oriented Programming is class inheritance. This allows a new custom class to inherit and extend the properties and methods of a base class to suit the specific needs of the application.
Example:
“Cars” (base class) (level 1)
- bodyStyle (property)
- color (property)
Gasoline (inherits from “Cars”) (level 2)
- displacement (property)
- emissions (property)
Electric (inherits from “Cars”) (level 2)
- batterySize (property)
- regenerativeBraking (property)
Ford (inherits from “Gasoline”) (level 3)
- model (property)
- (additional properties – features, options and accessories)
Tesla (inherits from “Electric”) (level 3)
- model (property)
- (additional properties – features, options and accessories)
Using your knowledge, experience and ideas, and considering what you’ve learned from the unit learning activities and other resources, create a set of custom classes in three inheritance levels for an application for a business or organization (like the example above). You will not program this application, just think about it and discuss it. The first level, consisting of a single custom class, should represent the highest conceptual level, with each subsequent level being more specific and more likely to apply to a real product or service. The second and third levels should have 2-3 classes each, with the classes on the third level inheriting from classes in the second level.
In your replies to fellow students, consider the custom classes they’ve devised and the program they envision. Suggest additional classes, and/or additional properties and/or methods that would enhance these classes and the overall functionality of the application.
