Science
[SOLVED] Technical Research
I would like technical research paper written for below topic for about 10-12 pages or more which needs to include Technical details -Design, diagrams, approach, architecture, citations and the paper needs to be of doctorate level. Plagiarism free. Technical Paper : Business Enterprise Systems(ES) Implementation in Large & Medium Enterprises Abstract Introduction About Enterprise System(ES) Brief explanation of the change it brings to organization when implementing ERP. Value ads of ERPs software (Enterprise relationship, Eg: SAP, Oracle, Sales force) Types of ERPs and high level overview (Preferably select SAP as ERP) o Products: Eg SAP, Oracle, Sales force Provide high level overview of respective ERP products and there scaling on large, medium and low o Feasibility on why ES and which one to choose o Implementation process any ES, Eg- SAP Design, Plan and Preparation, o Architecture for any ES, Eg-SAP Pick any sample architecture and explain respective phases in detail with diagrams. o Methodology of implementation like Agile, Devops, Waterfall and Hybrid o Strategy Scope(write up Supply chain, Finance, Retail, Logistics), Timelines(Usual time Line for completion), Resourcing( Onsite/Nearshore/Offshore model), Milestones, Tools Assumptions and dependencies Enterprise Business benefits of ERP on o Financial o customer relationship o Supply chain, Manufacturing o Logistics o Human resource Conclusion References Note : The above topic have to be covered any addition to the above is good to have please do not abstain yourself in exploring more and include the same. Diagrams, Tables cannot be copied directly from net will have to be modified/changed. Please make sure you run Plagiarism test.
[SOLVED] Networking and Database Reports
Prepare networking and database reports for the scenario provided. For the networking report, describe the network configuration, explaining the role of each component and connection, following the diagram provided by your supervisor. Write a short description of any components you think are missing from the network diagram and provide a potential rationale that explains why you think these components are critical to the network. Specifically, state the functions of the components and describe how they contribute to the network. For the database report, modify the appropriate components of the provided database with the information regarding the employees’ computers and the upgrade. The table containing the date of each computer’s upgrade should be updated upon completion of this upgrade. The query identifying each employee’s upgrade date should be run. This will serve as the type of report that would be given to Help Desk staff to communicate with employees.
[SOLVED] Genetic Engineering
Most educated and sophisticated individuals are opposed to genetic engineering on ethical grounds. Yet, since the dawn of man, our species has been genetically-engineering others to serve our purposes (think dogs and horses, to name just two). Do you see any logically-defensible arguments in defense of such egregious duality?
[SOLVED] Websites that Defend Evolution
Read: Rennie (2002) 15 Answers to Creationist Nonsense Rennie2002.pdf I want you to respond to the following points: Why do you think the author chose an inflamatory title? Does it work? React to at least two of the answers given by Rennie. Rennie makes the point that it is important for the general public to understand science. Think back to your own high school education. Are schools failing to teach science? Evolution? Rennie lists numerous websites that defend evolution. Look at least one of these and offer a critique. College level writing only!!
[SOLVED] The Benefits of Technology to Humans
This is a discussion topic. Please answer the following question: Technology is not always a positive This weeks discussion is a bit of a continuation of last weeks discussion, and for good reason. The benefits of technology to humans are almost too numerous to list. As with anything, there are downsides to that advancement. Think of some as useful as plastic. Plastic has been around for well over 400 years even earlier if we consider rudimentary plastics. The use of plastics have revolutionized life on earth in ways that are too lengthy to detail. However, we also know that plastics are not that easy to dispose of. They are toxic to produce, toxic to destroy, and take years to decompose if at all. Yet, we could not survive on earth even remotely close to the way we do without plastics. Plastic is just one example of a technology that has provided revolutionary benefits to humans and even our ability to care for the planet, yet it is also a pollution threat and a significant one. In case you have not heard, recent discoveries have hinted at the ability to decompose plastics and reuse them almost entirely. The technology is promising, but remains to be seen if it is as viable as it appears. Describe a misuse of technology that you have observed within the global community. Provide examples and feel free to expand upon the negative sides of technology that you mentioned in last weeks post.
[SOLVED] Memory Management and Operating Systems
About this Assignment In this project, you will use the what you have studied in the chapter Memory Management & Operating Systems to emulate how operating systems manage memory paging, allocation, deallocation and replacement. Upon completion of this project you will be able to: Describe how operating systems manage memory Use simple codes to emulate basic functionalities of operating systems Sources This assignment covers material presented in the chapter ‘Memory Management & Operating Systems’. You can refer particularly to the following lessons in order to help you working through your solution: Memory Allocation Schemes: Definition & Uses Paged Memory Allocation: Definition, Purpose & Structure Memory Deallocation: Definition & Purpose Page Replacement: Definition & Algorithms Memory Management (MEM) Coding: Analysis & Example Prompt Consider the below settings to begin this project and keep them in mind: Total Memory size = 20 Kbyte Page size = 1 Kbyte Run the following list of jobs given the above considerations. Job ID Start Time Job required size Execution interval Job state at the end of the interval 1 1 2 7 End 2 2 3 8 Sleep 3 3 4 6 End 4 4 3 6 Sleep 5 5 2 9 Sleep 6 6 3 6 Sleep 7 7 2 6 Sleep Using the functions you studied in the previously mentioned code that implement the different allocation, deallocation and replacement schemes, try three different scenarios in order to manage memory allocation for the following jobs Job ID Start Time Job required size Execution interval Job state at the end of the interval 8 8 3 4 Sleep 9 9 5 5 Sleep 10 10 2 8 Sleep 11 11 4 6 End 12 12 6 5 Sleep 2 13 3 6 End 4 13 3 4 Sleep 13 13 5 3 End 7 13 2 3 End 9 17 4 4 Sleep 10 19 2 11 End 6 19 3 6 End 5 20 2 10 Sleep 4 21 3 12 Sleep 12 22 6 13 End 8 22 3 9 End 9 28 5 11 End 5 33 2 3 Sleep 4 34 3 10 End 5 38 2 10 End Show the memory state for the different scenarios and analyze which choice is the best. Discuss the impact that Linux verses Windows might have on the ending memory state. Grading Rubric Your project will be graded based on the following rubric: Category Unacceptable (0-1) Needs Improvement (2-3) Good (4) Excellent (5) Total Possible Points Efficiency of solutions (x2) Solutions require long unnecessary waiting times for the processes and not using the complete memory space Solutions either require long unnecessary waiting times for the processes or not using the complete memory space Solutions are making acceptable use of memory on both temporal and spatial levels Solutions lead to an optimal temporal and spatial use of memory 10 Analysis (x2) Not able to explain choices or results Basic understanding of memory management but needs to be improved on the analysis level Adequate explanation and analysis for memory state scenario choice Clear explanation and clarification of the choices for scenarios and results 10 Trying different scenarios (x1) No Scenarios tested Only one scenario is tested Tests of only 2 different scenarios Tests of 3 different scenarios 5 Use of functions for each memory management task (x1) No use of any of the three function types (allocation, deallocation and replacement) Use of only one of the three function types (allocation, deallocation and replacement) Use of only two of the three function types (allocation, deallocation and replacement) Use of all function types for allocation, deallocation and replacement 5 Correct matching between the chosen scenario and functions (x1) Chosen methods do not match the planned scenario Some of the chosen methods match the planned scenario Majority of the chosen methods match the planned scenario All chosen methods match the planned scenario 5 Completeness and correctness of the test case (x1) Less than half the timing and memory spatial constraints of the assignment (task starting times, sizes and intervals) where implemented More than half the timing and memory spatial constraints of the assignment (task starting times, sizes and intervals) where followed Most of the timing and memory spatial constraints of the assignment (task starting times, sizes and intervals) where followed All the timing and memory spatial constraints of the assignment (task starting times, sizes and intervals) where fully followed 5
[SOLVED] Living Organisms
1. “How should we value the living organisms around us? (one-page reflective essay)
[SOLVED] Creating Positive Social Change
In the Week 1 Discussion, you used your sociological imagination to better understand a value or behavior. In Week 3, you completed the Rough Draft Essay Worksheet to help you organize your thoughts for writing the Final Essay due in Week 6. For the Final Essay, you will explore a social issue or problem within a social institution through the lens of at least one of the sociological perspectives. To help you further prepare for writing the Final Essay, in this weeks discussion you will apply your sociological imagination to the specific social issue or problem you plan to explore in your Final Essay. By using your sociological imagination to better understand the complex interactions that contribute to issues or problems in society, you can better understand your role in creating positive social change.To prepare for this Discussion: Review the concept of the sociological imagination in Unit 1 of the Interactive Units. Review the Rough Draft Essay Worksheet that you completed in Week 3, in which you began exploring the content for your Final Essay. Consider the feedback you received from your instructor on your Rough Draft Essay Worksheet.rough draft feedbackGreat job providing an overview of key Sociological perspectives (Conflict Theory, Functionalism and Symbolic Interactionism). Good work identifying Economics as a social institution. To strengthen future writing assignments, please balance out paragraph lengths for more even coverage of key issues. Also, for future essays, please note that each in-text citation must have a corresponding source in the Reference list. For examples of essay structures, please visit the Walden Writing Center Consider the feedback you received from your instructor and classmates in the Week 4 Discussion.discussion feedbackGreat job considering socioeconomical issues affecting lower and middle-class families, taking into account market pricing. Good work using three sociological perspectives to examine the same.With these thoughts in mind:By Day 3Post a 1- to 2-paragraph response to the following prompts: Share the social issue or problem you plan to explore in your Final Essay. Using your sociological imagination, what do you believe might be some possible explanations for the social issue or problem? How could you use your sociological imagination to bring awareness to other possible viewpoints or ways of thinking or acting related to the social issue or problem? Describe your confidence level with writing your Final Essay. Are there any components of the assignment that you would like to better understand?Refer to 2 specific examples from the readings provided or other sources you find. Be sure to include information about each source, including title, author, year, and page number. If you refer to concepts from your Interactive Units, note the unit and element (lecture notes, video, etc.) to which you refer.
[SOLVED] Consultant for Tideway London
You are a consultant commissioned to assess the risks and optimise the asset portfolio of an investment with a focus a specific infrastructure company, Tideway London. Your client Tideway London, is interested in understanding the risks embedded in their asset portfolio and how to optimise the portfolio, increase the performance and reduce its risk exposure. They also want to see asset management themes and talk about the risks of the firm in relation to the available capital and how profitability can be maximised given limited financing resources.Attached will be the company’s financials and reports. I will also give you the link that gives you immediate access to everything. You have to answer these two questions thoroughly:1. Who are its (the project/fund/company) stakeholders (who are the main players? principals? agents, if any?) and what do you think the company/fund/project aims to deliver in terms of value?2. Analyse what the effect of Covid-19 on the selected asset is? You can conduct scenario analysis or/and sensitivity analysis to assess the impact of Covid.Risk allocation tool:https://ppp-risk.gihub.orgCompany Website Tideway London:https://www.tideway.londonTideway London Annual Report:https://www.tideway.london/media/4491/tideway-annual-report-2019-20.pdfTideway Accounts and Reports:https://www.tideway.london/investors/accounts-and-reports/#sub-nav.
[SOLVED] The Life of Henrietta Lacks
3 pages typed: double spaced, font 12 with normal margins. At least 6 references3 quotes from a leading authority on your topic from one of your referenced resources.
Use Promo Code: FIRST15