Project - Computer Science
Week 10 Final Project Submission
Click the link above to submit your assignment.
Students, please view the Submit a Clickable Rubric Assignment in the Student Center.
Instructors, training on how to grade is within the Instructor Center.
Final Project: Project Plan
Due Week 10 and worth 300 points
This assignment consists of three (3) sections: a written project plan, a revised Gantt chart or project plan, and a project plan PowerPoint presentation. You must submit the three (3) sections as separate files for the completion of this assignment. Label each file name according to the section of the assignment for which it is written. Additionally, you may create and / or assume all necessary assumptions needed for the completion of this assignment.
While taking all business and project parameters into consideration, make quality assumptions to support the following requirements.
Section 1: Written Project Plan
You are now in the final stage of the project plan development. All previous documentation will be combined into one (1) document that will serve as the statement of work for the project. Your goal is to have the project approved by the executive team and the venture capital group. The project plan is very detailed which is appropriate to accomplish the monumental task of implementation. However, the executive team is only interested in a ten (10) minute summation. Therefore, you also must create a compelling executive summary that is supported by your detail that convinces the executive group that your solution is optimal.
1. Write an eight to ten (8-10) page executive summary in which you provide a high-level technical overview of your project where you address the following:
a.
a. Describe the scope of the project and control measures.
b. Describe the goals and objectives of the project.
c. Give a detailed, realistically estimated cost analysis of the entire project.
d. Relate the value of the project plan solution to the competitive advantage that information technology will afford your organization.
e. Provide all aspects of the information technology implementation into the project plan.
f. Use at least five (5) quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.
Your assignment must follow these formatting requirements:
· This course requires use of
Strayer Writing Standards (SWS)
. The format is different than other Strayer University courses. Please take a moment to review the SWS documentation for details.
· Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.
· Include charts or diagrams created in MS Visio and MS Project as appendix of the Word document. Make reference of these files in the body of the Word document.
Section 2: Revised Gantt Chart / Project Plan
Use Microsoft Proje1
OnBuy E-Commerce Project: Infrastructure and Security Policy Document
Tom Anderson
Professor Urimindi
February 28, 2021
OnBuy E-Commerce Project: Infrastructure and Security Policy Document
a. Logical and Physical Typographical Layout of the Network
Table 1
Logical Diagram
Table 2
Physical Network Typographical Diagram
b. Possible Placement of Servers
The e-commerce platform will utilize multiple servers to provide products and services on the internet. The utilization of many servers plays an integral role in improving the performance and robustness of a network system (Sahoo et al., 2016). Therefore, the number, location, and distribution of the servers significantly influence the performance and reliability of the e-commerce platform. In this case, the server placement will be determined based on the need to distribute service requests to the servers according to the measured response time of each server. As the internet is projected to grow phenomenally in the next few years, the increasing number of services on the internet will become indispensable to the company’s clients. Thus, the organization will provide its products and services on the internet using multiple servers in order to improve performance and robustness. For that reason, server placement will be an important factor in the quality of the firm’s services.
While the best-server selection will be assumed for the firm’s server placement, it will not necessarily be the case for many services that the company will use, such as the Domain Name System. Thus, different selection mechanisms will inform the process of placing servers. For all the user groups to receive good performance, it will be important to place servers close to them since some servers could be very far on the internet. Additionally, the availability of services will be increased by enabling the users to switch to an alternative server if needed. In case the nearest server fails, or its performance declines, the users will need to choose another server to continuously receive the services in good quality.
The organization will collaborate with internet service providers to provide effective system-wide performance. Load-sharing among the servers will also be considered an important part of the server placement process than the performance from the administrator’s perspective. Thus, there will be a need to take an additional server to minimize the load of heavily loaded servers. The location of the new servers will be selected in a way that distributes the service load appropriately. Moreover, it will be necessary to take into consideration the potential impacts of the placement on the performance as perceived by the users as well. This implies that the server placement process will not sacrifice the overall system’s performance due to the loading distribution.
The placement process will be guided by server selection algorithms. When sets of servers for the organization areDATABASE AND PROGRAMMING DESIGN 1
Database and Programming Design
Tom Anderson
Professor Urimindi
February 14, 2021
Table of Contents
A. Database Schema That Supports the Company’s Business and Processes…………………..3
B. Explanation of the Database Schema………………………………………………………...3
C. Database Tables……………………………………………………………………………....4
D. Normalize the Database Tables to Third Normal Form (3NF)………………………………9
E. Create an Entity-Relationship (E-R) Diagram………………………………………….……10
F. Explaining Rationale behind the Design of the E-R Diagram……………………….………11
G. Data Flow Diagram (DFD)……………………………………………………………….….12
H. Explaining the Rationale behind the Design of the DFD……………………………………13
I. Two (2) Sample Queries……………………………………………………………………...13
J. Two (2) Screen Layouts ……………………………………………………………………...14
K. References………………………………………………………………………………...….15
Part One: Database and Programming Design
a. Database Schema that Supports the Company’s Business Processes
b. Explanation of the Database Schema
The process of developing OnBuys e-commerce website may encounter challenges due to a lack of database standards that define the design and application of the database systems. To avoid the challenge of a lack of database, this particular project will be guided by a database schema based on the Database Task Group (DBTG) standards. Therefore, the above database schema comprises three major components: a database schema, a subschema, and a database management language. A schema refers to the databases conceptual organization as viewed by the Database Administrator (Angrish et al., 2017). It includes a definition of the database name, the type of each record, and the components, which are the fields or columns that make up the records. The above database schema has entities and their respective attributes. Entities refer to the essential items in any data model. It is a thing or an object in the real world that can be distinguished from all other objects. Entities can be viewed as the real-world atomic item. For example, in the above schema, entities include an invoice, address, credit card, and user account.
Each of the uniquely identifiable instances of an entity type in the diagram is an entity occurrence or entity instance. Each entity has a name and a list of properties, as indicated in Figure 1. For instance, the properties of credit card include credit card number, holder’s name, and the expiry date. Therefore, while each entity type of attributes, they will alcove their values for each attribute. Additionally, each entity will have relationships with others. For instance, the relationship between invoice and user satisfaction allows the system to compute the purchasing rates, which include the number of sessions that emerge from the invoice, and eventually, an actual order.
c. Database Tables with Appropriate Field Naming Conventions
A database table refers to a collection of stored data that are managed by the database management syOnBuy E-COMMERCE PROJECT 2
OnBuy E-COMMERCE PROJECT PROPOSAL
Tom Anderson
Professor Urimindi
February 1, 2021
Contents
DEFINITONS 3
PROJECT SCOPE 4
Project Justification 4
Product Scope 4
Business Objectives and Project Goals 6
PROJECT SCOPE CONTROL 7
RISKS 9
CONSTRAINTS 9
SYSTEM INTEGRATION 10
Data Integration 10
Network and Security Integration 11
References: 12
DEFINITIONS
· API: Application Programming Interface-a computer application that facilitates the interaction between software intermediaries
· CMS: Content Management System is a software that facilitates the management of the information and data on the website, as well as the creation of new websites
· Data Integration: It is the process of combining a database, or several databases with an already built website
· Database Management System: A system software used in the management of data, including the process of cataloging, running queries, storage, and retrieval of data
· Interface Design: the process of modeling and building the interaction outlook of software, or an application
· LAN: Local Area Network- a system of interconnected computer nodes within a defined location, such as a building
PROJECT SCOPE
Project Justification
OnBuy is an eCommerce business startup aiming at the sale of goods through an online platform. The eCommerce starts up intends to develop an online platform that will facilitate the sale of goods. OnBuy will adopt a business to consumer and business to a business model. The placing of orders and the sale of goods will be to other businesses and consumers, respectively. The businesss primary requirements will involve the development of a website with an online catalog, the design and the development of a database, and the necessary networking infrastructure to support the business. Additionally, there will be a need for physical stores facilitating warehousing services; and effective supply chain management to deliver the goods to the customers.
For the above reasons, OnBuy is transitioning its services to an online platform, which will harbor its information systems. This fit will be achieved through three tiers in the project. The first will involve the design, creation, and installation of a database management system, which will serve as the central point of management for the eCommerce business. The second will involve creating an onsite information management system composed of a detailed and extensive graphical interface designed to support all the required eCommerce services. The third tier will include developing network infrastructure and security policy that will sustain the information management system.
Product Scope
The database management system will be the primary transitioning of the startup business. The necessitated online platform will require an information management system, and the central focus for the information management system is the database. This involves the method and infrastructure definition for Running head: PROJECT PLAN INCEPTION 1
PROJECT PLAN INCEPTION 2
OnBuy Information Systems Report
Tom Anderson
Professor Urimindi
January 17, 2021
OnBuy is an e-commerce startup group that requires to set up its offices and network structure to ensure that it can effectively dive into the task of making commodity available to its consumers. The startup intends to move into a new environment and set up its business premises to ensure that customers diverse needs. Below is a description of the information systems required by OnBuy to be able to undertake its required task within the community efficiently.
Databases play a crucial role in allowing customers to place orders complemented by the virtual shop successfully. Nonetheless, databases ensure that the system operates optimally in utilizing the business logic that ensures that all the various relationships between the objects are addressed to facilitate effective reporting and data analytics. The database structure should ensure that the database structure is simple and components ability to exist individually. Nonetheless, the database design entails normalization of the tables to ensure that data redundancy is maintained, resulting in better results due to the utilization of a well-structured database. Nonetheless, various architectures play a vital role in ensuring that some of the database updates are efficiently undertaking the event-driven placing of an order using the shopping cart. A well-structured database will ensure that the organizational inventory can perform analytics reports regarding which commodities are highly purchased by the customers.
System analysis entails ensuring that the software can be successfully deployed into the organizations operations to ensure that the customers diverse business wants are satisfied (Duran, 2018). Therefore, it is efficient for various components of the organization to be devolved to ensure that there is a database administrator and system administrator. The database administrator will allow the respective authorization to employees of the organization based on the roles they are intended to achieve while working for the organization. Equally, he is responsible for producing reports suggesting which areas of concern need to be addressed. On the other hand, the system admin will monitor the system resources and restrict access to some system and organizational resources based on the assigned employee roles by the human resources department.
System security and data security are vital in a digital era where cybercrime and denial of service attacks are rising. Therefore, as the CTO of OnBuy, I will ensure that high levels of security are maintained by ensuring that the ICT policy is constantly updated and utilizes various levels of firewalls to ensure that organizational data and customer information are securely stored. To eliminate security threats at the point of entry of the internet into the organization, a firewall is p
CATEGORIES
Economics
Nursing
Applied Sciences
Psychology
Science
Management
Computer Science
Human Resource Management
Accounting
Information Systems
English
Anatomy
Operations Management
Sociology
Literature
Education
Business & Finance
Marketing
Engineering
Statistics
Biology
Political Science
Reading
History
Financial markets
Philosophy
Mathematics
Law
Criminal
Architecture and Design
Government
Social Science
World history
Chemistry
Humanities
Business Finance
Writing
Programming
Telecommunications Engineering
Geography
Physics
Spanish
ach
e. Embedded Entrepreneurship
f. Three Social Entrepreneurship Models
g. Social-Founder Identity
h. Micros-enterprise Development
Outcomes
Subset 2. Indigenous Entrepreneurship Approaches (Outside of Canada)
a. Indigenous Australian Entrepreneurs Exami
Calculus
(people influence of
others) processes that you perceived occurs in this specific Institution Select one of the forms of stratification highlighted (focus on inter the intersectionalities
of these three) to reflect and analyze the potential ways these (
American history
Pharmacology
Ancient history
. Also
Numerical analysis
Environmental science
Electrical Engineering
Precalculus
Physiology
Civil Engineering
Electronic Engineering
ness Horizons
Algebra
Geology
Physical chemistry
nt
When considering both O
lassrooms
Civil
Probability
ions
Identify a specific consumer product that you or your family have used for quite some time. This might be a branded smartphone (if you have used several versions over the years)
or the court to consider in its deliberations. Locard’s exchange principle argues that during the commission of a crime
Chemical Engineering
Ecology
aragraphs (meaning 25 sentences or more). Your assignment may be more than 5 paragraphs but not less.
INSTRUCTIONS:
To access the FNU Online Library for journals and articles you can go the FNU library link here:
https://www.fnu.edu/library/
In order to
n that draws upon the theoretical reading to explain and contextualize the design choices. Be sure to directly quote or paraphrase the reading
ce to the vaccine. Your campaign must educate and inform the audience on the benefits but also create for safe and open dialogue. A key metric of your campaign will be the direct increase in numbers.
Key outcomes: The approach that you take must be clear
Mechanical Engineering
Organic chemistry
Geometry
nment
Topic
You will need to pick one topic for your project (5 pts)
Literature search
You will need to perform a literature search for your topic
Geophysics
you been involved with a company doing a redesign of business processes
Communication on Customer Relations. Discuss how two-way communication on social media channels impacts businesses both positively and negatively. Provide any personal examples from your experience
od pressure and hypertension via a community-wide intervention that targets the problem across the lifespan (i.e. includes all ages).
Develop a community-wide intervention to reduce elevated blood pressure and hypertension in the State of Alabama that in
in body of the report
Conclusions
References (8 References Minimum)
*** Words count = 2000 words.
*** In-Text Citations and References using Harvard style.
*** In Task section I’ve chose (Economic issues in overseas contracting)"
Electromagnetism
w or quality improvement; it was just all part of good nursing care. The goal for quality improvement is to monitor patient outcomes using statistics for comparison to standards of care for different diseases
e a 1 to 2 slide Microsoft PowerPoint presentation on the different models of case management. Include speaker notes... .....Describe three different models of case management.
visual representations of information. They can include numbers
SSAY
ame workbook for all 3 milestones. You do not need to download a new copy for Milestones 2 or 3. When you submit Milestone 3
pages):
Provide a description of an existing intervention in Canada
making the appropriate buying decisions in an ethical and professional manner.
Topic: Purchasing and Technology
You read about blockchain ledger technology. Now do some additional research out on the Internet and share your URL with the rest of the class
be aware of which features their competitors are opting to include so the product development teams can design similar or enhanced features to attract more of the market. The more unique
low (The Top Health Industry Trends to Watch in 2015) to assist you with this discussion.
https://youtu.be/fRym_jyuBc0
Next year the $2.8 trillion U.S. healthcare industry will finally begin to look and feel more like the rest of the business wo
evidence-based primary care curriculum. Throughout your nurse practitioner program
Vignette
Understanding Gender Fluidity
Providing Inclusive Quality Care
Affirming Clinical Encounters
Conclusion
References
Nurse Practitioner Knowledge
Mechanics
and word limit is unit as a guide only.
The assessment may be re-attempted on two further occasions (maximum three attempts in total). All assessments must be resubmitted 3 days within receiving your unsatisfactory grade. You must clearly indicate “Re-su
Trigonometry
Article writing
Other
5. June 29
After the components sending to the manufacturing house
1. In 1972 the Furman v. Georgia case resulted in a decision that would put action into motion. Furman was originally sentenced to death because of a murder he committed in Georgia but the court debated whether or not this was a violation of his 8th amend
One of the first conflicts that would need to be investigated would be whether the human service professional followed the responsibility to client ethical standard. While developing a relationship with client it is important to clarify that if danger or
Ethical behavior is a critical topic in the workplace because the impact of it can make or break a business
No matter which type of health care organization
With a direct sale
During the pandemic
Computers are being used to monitor the spread of outbreaks in different areas of the world and with this record
3. Furman v. Georgia is a U.S Supreme Court case that resolves around the Eighth Amendments ban on cruel and unsual punishment in death penalty cases. The Furman v. Georgia case was based on Furman being convicted of murder in Georgia. Furman was caught i
One major ethical conflict that may arise in my investigation is the Responsibility to Client in both Standard 3 and Standard 4 of the Ethical Standards for Human Service Professionals (2015). Making sure we do not disclose information without consent ev
4. Identify two examples of real world problems that you have observed in your personal
Summary & Evaluation: Reference & 188. Academic Search Ultimate
Ethics
We can mention at least one example of how the violation of ethical standards can be prevented. Many organizations promote ethical self-regulation by creating moral codes to help direct their business activities
*DDB is used for the first three years
For example
The inbound logistics for William Instrument refer to purchase components from various electronic firms. During the purchase process William need to consider the quality and price of the components. In this case
4. A U.S. Supreme Court case known as Furman v. Georgia (1972) is a landmark case that involved Eighth Amendment’s ban of unusual and cruel punishment in death penalty cases (Furman v. Georgia (1972)
With covid coming into place
In my opinion
with
Not necessarily all home buyers are the same! When you choose to work with we buy ugly houses Baltimore & nationwide USA
The ability to view ourselves from an unbiased perspective allows us to critically assess our personal strengths and weaknesses. This is an important step in the process of finding the right resources for our personal learning style. Ego and pride can be
· By Day 1 of this week
While you must form your answers to the questions below from our assigned reading material
CliftonLarsonAllen LLP (2013)
5 The family dynamic is awkward at first since the most outgoing and straight forward person in the family in Linda
Urien
The most important benefit of my statistical analysis would be the accuracy with which I interpret the data. The greatest obstacle
From a similar but larger point of view
4 In order to get the entire family to come back for another session I would suggest coming in on a day the restaurant is not open
When seeking to identify a patient’s health condition
After viewing the you tube videos on prayer
Your paper must be at least two pages in length (not counting the title and reference pages)
The word assimilate is negative to me. I believe everyone should learn about a country that they are going to live in. It doesnt mean that they have to believe that everything in America is better than where they came from. It means that they care enough
Data collection
Single Subject Chris is a social worker in a geriatric case management program located in a midsize Northeastern town. She has an MSW and is part of a team of case managers that likes to continuously improve on its practice. The team is currently using an
I would start off with Linda on repeating her options for the child and going over what she is feeling with each option. I would want to find out what she is afraid of. I would avoid asking her any “why” questions because I want her to be in the here an
Summarize the advantages and disadvantages of using an Internet site as means of collecting data for psychological research (Comp 2.1) 25.0\% Summarization of the advantages and disadvantages of using an Internet site as means of collecting data for psych
Identify the type of research used in a chosen study
Compose a 1
Optics
effect relationship becomes more difficult—as the researcher cannot enact total control of another person even in an experimental environment. Social workers serve clients in highly complex real-world environments. Clients often implement recommended inte
I think knowing more about you will allow you to be able to choose the right resources
Be 4 pages in length
soft MB-920 dumps review and documentation and high-quality listing pdf MB-920 braindumps also recommended and approved by Microsoft experts. The practical test
g
One thing you will need to do in college is learn how to find and use references. References support your ideas. College-level work must be supported by research. You are expected to do that for this paper. You will research
Elaborate on any potential confounds or ethical concerns while participating in the psychological study 20.0\% Elaboration on any potential confounds or ethical concerns while participating in the psychological study is missing. Elaboration on any potenti
3 The first thing I would do in the family’s first session is develop a genogram of the family to get an idea of all the individuals who play a major role in Linda’s life. After establishing where each member is in relation to the family
A Health in All Policies approach
Note: The requirements outlined below correspond to the grading criteria in the scoring guide. At a minimum
Chen
Read Connecting Communities and Complexity: A Case Study in Creating the Conditions for Transformational Change
Read Reflections on Cultural Humility
Read A Basic Guide to ABCD Community Organizing
Use the bolded black section and sub-section titles below to organize your paper. For each section
Losinski forwarded the article on a priority basis to Mary Scott
Losinksi wanted details on use of the ED at CGH. He asked the administrative resident