Monday, January 27, 2020

Application of Database Developmental Cycle

Application of Database Developmental Cycle Task 1: Apply the database developmental cycle to a given data set or a case of your own Myreadingroom[1.1] details that the database development lifecycle, DDLC, contains six phases: the initial study, the design, implementation and loading, testing and evaluation, operation, and maintenance and evolution. The first phase of the DDLC is the initial study. This involves investigating the companys current solution, determining what is causing it to fail and providing a future solution to resolve the issues, whilst ensuring that it is in the companys capabilities. This can be achieved in four stages: analysing the company, defining the problems and constraints, defining the objectives, and defining the scope and boundaries. To analyse[1.6] is to examine something methodically and in detail. An understanding of what is currently in place helps to decipher the problems and constraints of the current way of working, whilst helping to determine what the companys objectives are. Whilst developing a database there is always an objective[1.7], something planned to be achieved, or there can be several, depending on the requirements. During the initial study consideration should be made as to what the the desired outcome is, as well as the scope and boundaries of the solution. The issue I have been asked to resolve is that there is no way for my client to determine if they have, or want to purchase, a dvd, blu-ray or tv series. The objectives they have defined for the outcome is a fully functional system which allows a users to view and update a media. My client also requires the ability to generate a wish list, as well as view a list of all current media. The solution I have proposed is a Microsoft Access database as there are minor limitations to the system. The only limitation I believe may occur is that the data held may grow to be astronomical so a desktop database application may not be sufficient in the long term. A review should be undertaken throughout the lifecycle of the application to determine if it needs to be transferred to a relational database, hosted on a server. As Access allows you to customise the database to your requirements, my understanding is that there will be no limitations of the data stored. The second phase is the design[1.1]. This is defined as the most crucial phase in the database development lifecycle as this phase revolves around ensuring that the users requirements and objectives are met. If they are disregarded by the system developer, it would ultimately be deemed a failure and the DDLC should commence again. The implementation and loading phase of the database development lifecycle consists of installing the database management system, creating the database and loading, or converting, the data. Installation of the database platform should only occur if it is required. If the platform is already existent, or the install of the database has taken place, creation of the database can occur. The proposed design of the application is a main table which is essentially based on a series of lookups from other tables within the application. This is to ensure data integrity and remove any duplication that may otherwise need to occur. As part of the proposal for the table layout and relationships, consideration should be made as to the performance of the system. Due to Microsoft Access being preinstalled as part of Office, an installation does not need to occur, however creation of the database, designed in the previous phase, is required. The proposed solution for the application is as follows, with each relationship defined utilising a one-to-one relationship[1.8], where a row in one table is linked to one and only one row in another. From there the data needs to be loaded, and possibly manipulated, into the database. As there is no current solution in place a request has been given to my client in order for the main core data to be imported. Once this has been completed, data should be added through the application itself. The third phase, testing and evaluation, consists of testing the solution, tuning the database and finally evaluating the database and its application program. Testing is often referred to as User Acceptance Testing, UAT, in Yorkshire Coast Homes and involves both yourself and the superusers reviewing the system to determine if it is fit for purpose and if navigation throughout is fluid. From there, the system needs amending to introduce any of the anomalies found as part of UAT. My client will undertake the testing of the application which involves ensuring that data is able to be added to system, without any errors or having to go back to any previously accessed fields. In addition to this, they should also review if the application performs adequately and transactions are easily completed without delay. The penultimate phase is operation, which is essentially making the system live and operational. This involves the superusers training any users, within their department, how to use the system to undertake their job role. This results in the application moving from a project state to becoming part of the day to day workings of a department. As my client is going to be the only user of the database at launch, no training needs to occur; and the transition to live should have minimal impact to them as they have worked alongside myself to deliver the application. Throughout the lifecycle of the application being used, maintenance needs to occur and the application needs to evolve as the industry does. This phase is known as maintenance and evolution. Google[1.2] informs that the purpose of system maintenance is to sustain the capability of a system to provide a service. This phase consists of four maintenance types, which will occur as regularly as required. They are periodic, corrective, permissions and adaptive. Periodic maintenance refers to something of a regular occurrence. For example, in Yorkshire Coast Homes, the main housing system has a regular nightly queue which imports any monies received from customers and processes each night, alongside abandoning any no longer required repairs. Another example of periodic maintenance, which should occur in any organisation, is a backup[1.3], the copying and archiving of computer data so it may be used to restore the original after a data loss event. These can occur as regularly as an organisation requires. Periodic maintenance is partnered with corrective maintenance. This is most commonly known as recovery[1.4], the process of salvaging inaccessible data which has been lost, corrupt, damaged or formatted. As a database administrator you must always be prepared to restore any loss of data for any user, however this form of maintenance should only occur as and when required. The permissions element of maintenance consists of three aspects: adding, amending, removing and reviewing. Each aspect of the permissions are closely linked as a user may change job roles, requiring the adding or removing of permissions, or a third party decision may require a change. An example of where this has occurred in Yorkshire Coast Homes is access to tenants rent accounts. As part of a historic decision, everyone within the organisation had access to the rent account. Following a change in the law, users permissions were removed so that those who can access it are only those who require it within their job role, whether it be for informing a tenant of their rent, chasing any arrears or for IT to support any technical issues. The final maintenance type is adaptive. This is the process of adding features to the current system, or enhancing it. This can also be referred to as evolution. This is the process of the system evolving throughout time as either an organisation, or the technology utilised, advances. An example of where this has occurred in Yorkshire Coast Homes is our Total Mobile solution[1.5], a digital workforce management solution. We recently upgraded to the latest version of software, as the version we were previously running was old technology, which didnt support Android. Through the final phase of DDLC for the Media Database, the periodic maintenance that should occur is the copying of the database. This is to provide a recovery point in the event of data corruption or loss of data. Both the permissions element and adaptive maintenance have limited impact on the application. Currently only one user accesses and updates data, however periodic reviews should be undertaken to determine if my client requires further users to have access. From there, adaptive maintenance may need to occur to lock down certain parts of the system my client may not want users to access. In addition to this, Microsoft may upgrade the Access application which may potentially corrupt or remove a functionality currently used within the application. Reviews should be undertaken to determine if an upgrade to a new version of Access may corrupt the application. If a decision is made to undertake an upgrade, the DDLC lifecycle should commence again. Task 2b: Evaluate the effectiveness of the database solution and suggests methods of improvement My client asked me to produce a fully functional system which allows users to view and update a media. The solution I proposed was a Microsoft Access database which utilised relationships and joins, rather than duplicating data. The first objective, a fully functional system which allows a users to view and update a media, has been achieved utilising the Media Information form. As you can see from the screen print below the form details the title of the media, the media type and category. It also includes the purchase information and the genre(s). The second and third objective are closely related as my client requested the ability to generate a wish list, as well as view a list of all current media. This information can be accessed from the main form, as you can see from the print screen below. When selecting either the Wish List or Purchased icon the following report appears, detailing the information. As each of the objectives have been achieved, with the addition of my client being able to access sold media, I would deem the development of the database a success. One factor within applications that should always be considered is performance[2b.2], how well something works. There are three elements that I would deem beneficial to the applications performance. These are the storing of data, the navigation and functionality. When defining the tables and relationships in the design phase of the database development lifecycle, I ensured that the data is stored with a series of joins, rather than duplicated data. This data is then collated in a query and presented in a form to provide the information required to my client. This ensures data integrity[2b.1], the assurance of the accuracy and consistency of data. It also enables the end user to access the information required without having to navigate throughout the whole of the system. The application also benefits from having a limited number of ways to access the data. Providing the information required in one form, and a few reports, provides consistent information. As well as all of the information being provided, the inputting of information is simplistic as when entering data and moving through each field, it navigates in a top to bottom method rather than a muddled method. In addition to navigation through the form, navigation through the application is simple also. Each report and form has been provided with an exit icon, as well as the form having a create, save and delete button. These are controlled by macros. The macros have also been created in a managed way as rather than having multiple macros in one location, they are all their own macro. This removes the need for a triggered action to search a long macro before undertaking it, saving time and increasing performance. As well as successes in the system there are also failures[2b.3], the state or condition of not meeting a desirable or intended object. There are two failures which have simple resolutions. There are inputting data into the data dictionary form and the search functionality. In order for information to be entered into the data dictionary, the superuser must bypass the initial launch to display the tables. From there information can be entered into both of the data dictionary tables in order to update the related query. There are two issues with this method: firstly, having to enter data in both tables separately, and secondly, there is no password protection so anyone can update the tables. The solution for this issue would be to create an input form which its sole purpose would be to update the data dictionary. In addition to this, the form can be password protected so that only users with the password can update information. The second, and final issue, is the search functionality. As the database has minimal information currently, the only search available in the system is the one provided by Microsoft Access. As more information is entered, the harder it will be to locate the required media. The recommendation for this issue would be to provide a search option on the home screen with the ability to query any value within the database which may need to be updated, such as returning a list of wish list items. Although there is currently a report in the system available, this does not provide the ability to update the data. A form would be required for this. To conclude, the application is fit for purpose and meets the objectives defined by my client. However, there are some minor failures of the system which can be easily addressed. Task 2c: Provide supporting user and technical documentation Supporting your system The Media Information database is a desktop application database developed within the application Access, which is both provided and supported by Microsoft. Any issues relating to the core application is supported until Microsoft decide to cease cover, which is currently set to be October 2020[2c.1]. In the event support has expired, you can quite simply convert to the latest version of Access. In order to do this, make a copy of the database so you dont corrupt the information. With the copied database open, select File, Save As. Select the Save as type drop down menu and change it to the latest version. Ensure full testing is undertaken so that you know that functionality has not been lost, including adding new media types or genres. From there, you are able to delete, or archive, the previous database version. **Please note: DO NOT delete the previous database until testing has been completed, as it may result in corruption of your data** Overview The database provided is referred to as the Media Information database. It is a series of tables which logs whether a media type is owned, the format, genre, and many other things. Upon launch of the application, the following screen is displayed: This screen allows the user to navigate through the system. An exit application button is also provided to close the database. Upon selecting the Media Information icon the following screen is displayed: The main screen details the media title and any information held regarding it, including the status of purchase. Along the bottom pain, there is the ability to navigate throughout the records. In addition to this, the user has the ability to create, save and delete records. A Close button is also provided to return to the home screen. A number of blue boxes open the listed report for the user to peruse. Each report which opens correlates to the title detailed on each icon. The report displayed will look similar to this: As you can see from the screen above, there is also a Close button provided. This is available on each report to navigate back to the home screen. The final icon on the home screen is Data Dictionary. This report details, the table name, a description, what fields are included and the data type. The information is displayed as follows: Maintaining the database Throughout the lifecycle of a database, review and development must occur to determine if it is still fit for purpose. As a result, additional fields or tables may be added. If this is required there are a few things which need to be considered or remembered: The database is currently set up to provide lookups rather than having to manually enter information. This is the preferred method for data integrity. There are multiple relationships defined, detailed below You must remember to update the Data Dictionary tables Adding fields or tables is easily achievable through the backend, which can be accessed from the left hand panel of the application. The current tables in use are as follows: The core tables begin with Media, whereas those which help provide the Data Dictionary, begin with Data Dictionary. If you want to add additional tables into the system, try to add tables with a lookup to the original database. In order to do this, create your table with a primary unique key and the columns required. Then add the lookup column into the required table. For future reference, the database as it currently stands is configured like this: The main tables included and the relationships defined B) The data dictionary tables and the relationships defined Functionality help As part of the configuration for the forms and reports, there are a series of macros enabled which allow fluid interactions throughout the application, without having to exit it completely. These are the macros that are currently in use: When creating macros, ensure that a user friendly name is assigned to enable yourself, and support, to easily determine what it is for as a later date. This can easily be done by selecting the Properties of the tab and creating a description in the Caption field. This will ensure that it is displayed correctly in the macro overview window. In some instances, there may be things you dont know. As Office is one of the market leaders, there are many forums and online help sites available for use. The sites I would recommend are https://support.office.com/en-gb/access and https://answers.microsoft.com/en-us/msoffice/forum/msoffice_access?auth=1. If these sites do not provide the solution, Youtube is always an alternative or a Google search. References: [1.1] http://www.myreadingroom.co.in/notes-and-studymaterial/65-dbms/506-database-development-life-cycle.html [1.2] https://www.google.co.uk/search?ei=QbCXWN_AL4vQgAaC57GQDAq=system+maintenanceoq=syatem+maintenancegs_l=mobile-gws-serp.1.2.0i13k1l5.11736.12598.0.14403.8.8.0.0.0.0.149.897.1j6.7.0.01c.1j4.64.mobile-gws-serp..4.4.54735i39k1j0i7i30k1.g8bS8KwNeBs [1.3] https://en.m.wikipedia.org/wiki/Backup [1.4] https://en.m.wikipedia.org/wiki/Data_recovery [1.5] https://www.totalmobile.co.uk [1.6] https://www.google.co.uk/search?client=tablet-android-googleei=ZOaYWMLKJcLCwATvz5bwDAq=analyseoq=analysegs_l=mobile-gws-serp.3..0l5.14074.14927.0.15108.8.8.0.3.3.0.149.769.6j2.8.0.01c.1.64.mobile-gws-serp..1.7.466.3..41j0i131k1j0i67k1.uUVjfA3KtLw [1.7] https://www.vocabulary.com/dictionary/objective [1.8] http://www.databaseprimer.com/pages/relationship_1to1/ [2b.1] https://en.m.wikipedia.org/wiki/Data_integrity [2b.2] http://dictionary.cambridge.org/dictionary/english/performance [2b.3] https://en.m.wikipedia.org/wiki/Failure [2c.1] https://support.microsoft.com/en-gb/lifecycle?p1=13615

Sunday, January 19, 2020

Nissan Motors Essay

Company Introduction : Nissan Motor Company Ltd (Nissan) is Japanese Company engaged in the automotive industry worldwide. The Company, including its associated brands, designs, produces and sells more than 3.7 million passenger cars and commercial vehicles in more than 190 countries. The Company is engaged in manufacture and sale of passenger automobiles, as well as the supply of automobile parts. Major overseas market for Nissan included Europe, North America, Africa, New Zealand and China. The Company’s major production sites are located in Japan, with additional facilities located in the United States, Mexico, the United Kingdom and Spain. In 1999, the Company established an alliance with Renault SA, a French automobile manufacturer. The alliance is designed to achieve profitable and balanced growth for the two partners through the creation of a bi-national group. Nissan (Japan) is amongst the top three car manufacturers in Japan and the top five in the world. As well as its cars, pickups and sports utility vehicles, the company also has an interest in heavier vehicles and equipment such as vans, trucks, buses, components, aerospace, industrial machinery and marine equipment. STP 1) Segment * Nuclear families in the Hatchback segment 2) Target Group * Upper middle class executives 3) Positioning * A simple small car which would make life better for the owner SWOT Analysis * Strength: 1.Nissan Micra/ March available in India, China, Australia, Japan, UK, Canada and other countries 2. Micra known for reliability, excellent build quality, and user friendliness 3.Strong brand name Nissan enhances brand credibility and presence 4.Excellent advertising and branding. * Weakness: 1.Small car has space issues 2.Limited dealership and servicing when compared to competitors. * Opportunity: 1.Fast growing automobile market 2.Increasing purchasing power parity 3.Use the strong global brand presence 4.Need to work on bringing hybrid and eco-friendly models. * Threats: 1.Intense competition 2.Government regulations and increasing fuel prices 3.Improvement in public transport.

Saturday, January 11, 2020

The Things They Carried Rhetorical Analysis

The Things They Carried Prompt: How do the symbols, imagery, and anecdotes in The Things They Carried help to contribute to the meaning of the text? The Things They Carried, written by Tim O’Brien, recounts the horrible experiences of soldiers at war in Vietnam. Throughout the novel, the author not only tells war stories, but tales about his own life, often referencing and dwelling on those who have made an impact on his life. He stresses the importance of these people and stories, often referring to them as â€Å"war stories† although many of these are not true.They serve as an outlet for O’Brien, allowing him to let go of these horrible memories but also letting him keep the importance that they had on his life. These stories and messages are emphasized through the symbols displayed in the novel, the imagery used throughout, and the anecdotes that recount his memories. The symbols in The Things They Carried help to make the text more meaningful and further comm unicate the theme the novel displays. One of the symbols, the dead Vietnamese soldier, represents the horrors of war and what soldiers have to experience on the battlefield.Although it was never completely clarified whether O’Brien did or did not kill the man, the guilt he relays through the text shows that he does not want to be in war, but it is expected of him to kill others since he is involved. He does so to prevent scorn from society upon his return. The author copes with the death of the Vietnamese soldier as he does with others throughout the novel; he fantasizes about what kind of person the soldier was, what he did before the war, and what he will do after.He creates the soldier’s life in his mind, saying that â€Å"After his years at the university, the man I killed returned with his new wife to the village of My Khe, where he enlisted as a common rifleman with the 48th Vietcong Battalion† (O’Brien, 130). The man is a symbol of who the author h oped to be instead of who he was at war. The author himself was about to go to college, but was unable to do so in his life, so fabricated the soldier’s past to live out his dreams in a different manner.Even though he did not know the man, he still feels and remembers the loss like the soldier had a significant impact on his life. O’Brien keeps those that have passed on alive in his memory, and this is one of the many continuous themes of the novel. The uses of imagery throughout the novel help to bring more meaning and importance to the theme the novel holds. In many of the important events in the novel, imagery is utilized to stress the significance of the event. When Kiowa dies in the novel, the use of imagery shows the importance of Kiowa to the entire troop, and how his death happened.When describing his dead body, O’Brien includes the details that â€Å"A piece of his shoulder was missing; the arms and chest and face were cut up with shrapnel. He was cove red with a bluish green mud† (O’Brien, 175). This description of Kiowa’s dead and decomposing body helps to bring the reader into the war itself, and what the author was feeling at this point in his life. Not only does this imagery convey to the reader the condition of the body, but it also communicates the reality of war and the effect it has on the people involved.However, the author keeps Kiowa both alive through the text and in his memory, stating that a true war story is never completely true. This shows that although most of the novel is most likely fabricated and completely false, it still relates the general experience of the war and these experiences keep the war alive in the author’s memory. Many of the stories within The Things They Carried are short anecdotes, and they give examples of the war stories that O’Brien has both experienced and heard. These tales essentially make up the book, and thus are very important to the meaning of the n ovel.The author often recounts his experiences with those who have passed on even though these stories seem to have no relevance to the text itself. For instance, he remembers his first experience with love and loss on meeting Linda when he was in elementary school. â€Å"When I write about her now, three decades later, it’s tempting to dismiss it as a crush, an infatuation of the childhood, but I know for a fact that what for each other was as deep and rich as love can ever get†(O’Brien, 228). This love he felt for Linda was true, and even similar to the love he felt for many of the men in his troop.Even though O’Brien has not seen Linda or heard of her for three decades, she is immortalized within his memory, and as a result, he thinks about her often, as he does with other deceased characters in the book, such as Kurt Lemon and Kiowa. This memory of Linda shows that the book was not written only to recount his experience in the war, but to also remembe r those who have passed on through the text, and this shows that even when people die, they are never truly forgotten. The symbols, imagery, and anecdotes used throughout the text help to prove that no one single person is every truly gone from someone’s memory, and every memory has an mpact on one’s life. O’Brien uses symbolism to refer to the war at many points, and his memory of the man showed who he wished he was rather than what he really became. The symbolism used when describing Kiowa’s death shows the horror and reality of war, and well as the immortalization of people in the author’s memory. O’Brien’s anecdote involving Linda and his first experience with love shows this remembrance of the dead as well. This anecdote, along with others, brings more meaning to the story. These messages involved in the book help to bring more meaning and importance to the text, and help to leave an impact on the reader’s life.

Friday, January 3, 2020

Proving Does God Exist Essay - 1234 Words

What question has more impact on your life, your future, your decisions, your plans? What question has the greatest bearing on your family, your relationships, on everything you do? The most vital question of all time is does god exist. This one question has been answered, but needs to be proven every single day. It is said that because bad things happen, we have a lot of violence, and god has not been seen, that he is not real. Those are all good reasons to not have faith, but god does exist? Scientists believe that the universe was created by an enormous explosion, now called â€Å"The Big Bang Theory.† That is nothing but a theory. It has not been proven that it is true. As simple as it is for us to believe in air, without air we would not†¦show more content†¦That’s how the human race began. The bible will inform you on the whole situation. Most people say the bible is just a book of a story. The bible is so much more than that. I can see why they would arg ue about that, it is a good argument. But God does not have to show himself, he was here a long time ago. He sacrificed his life for us. He is always with us, whether you see it or not. The key to belief is to have faith. The churches we have, the commandments, the Bible, and heaven are all true. They exist. There is indeed a heaven and hell. The afterlife is another thing certain people do not believe in. Plenty of people think it is easier to believe that after death, that is it. But depending on how you live your life, determines your afterlife. Consider this, if a person opposes even the possibility of there being a God, then any evidence can be explained. Such as if someone refuses to believe that people have walked on the moon, then no amount of information is going to change their thinking. Photographs of astronauts walking on the moon, interviews with the astronauts, moon rocks...all the evidence would be worthless, because the person has already concluded that people cannot go to the moon. Therefore please have an open mind. When it comes to Gods existence, the Bible says that there are people who have seen sufficient evidence, but they have suppressed the truth about God. On the other hand, forShow MoreRelatedAnalyzing the Surprise Ending in Descartes Discourse on the Method and the Meditations1051 Words   |  4 Pagesmost famous quotation, the one for whom he is most remembered is I think therefore I am (Descartes 11). According to this idea, so long as a being has the ability to think then they existed. Animals have brains and therefore they must exist. In order to truly, exist, to be a thinking entity, a person or organism must utilize the ability granted to them by their mind. This is the focus of much of this text, the nature of existence and the line between what is true and what we only imagine or perceiveRead More Renà © Descartes Argument on the Existence of God Essay1528 Words   |  7 PagesRenà © Descartes Argument on the Existence of God The problem with Renà © Descartes argument about the existence of God has to do with his rationalist deductive reasoning. Descartes deduces that truth about the existence of God lies within his idea of a perfect God and Gods essence (as a perfect being who must exist in order to be perfect). A rationalist philosopher, Descartes discounts human knowledge as a product of our sensory data (our senses) but supports the epistemological stance thatRead More Does God Exist? Essay1145 Words   |  5 Pages Proof Of The Exsistence of God Either God exists or He doesnt. There is no middle ground. Any attempt to remain neutral in relation to Gods existence is automatically synonymous with unbelief. The question for Gods existence is really important. Does God exist? Theology, cosmological, teleological and ontological arguments are all have ways to prove the existence of God. With all of these great arguments how can one deny that there is a God. There is a God and with these reasons I will p roveRead MoreDescartes : The Father Of Modern Day Philosophy993 Words   |  4 Pagesby first proving himself and how he came to existence. Descartes thought to himself, â€Å"am I a thinking thing, or just an idea?† Through this knowledge the Descartes provided us with, we come to the conclusion to understand his quote, â€Å"I think, therefore I am (biography).† With this idea in mind, this is how Descartes proved to himself that God exists. Descartes has numerous proofs as to why he believes God exists. One of the reasons that I understand is that Descartes thinks God exist becauseRead MoreBerkeleys and Humes Philosophy About God Essay1565 Words   |  7 Pagesand Humes Philosophy about God When people think about empiricists, they usually discuss views of great philosophers such as George Berkeley and David Hume. Empiricists believe that all knowledge comes from the senses. Rationalists, on the other hand, believe that we can gain knowledge through the inspection of innate ideas. Although Berkeley and Hume are both empiricists, they still have different opinions about the existence of God. Berkeleys philosophy uses God as the central figure in hisRead MoreDale Barlet. Philosophy 100. Professor Mcandrews. 3/28/17.1253 Words   |  6 Pagesthere is no God. However, Anselm does not give enough backing to his arguments. This is particularly true in the fourth point, that it is conceivable that God exists in reality. Although I agree with Anselm, he gives no evidence to support why it is conceivable that God truly exists in reality. Anselm immediately goes from saying how it means more if something exists in reality and understanding than just in the understanding to immed iately saying that the fool can conceive that God exists in realityRead MoreEssay on Descartes Proof For The Existence Of God1543 Words   |  7 Pages Descartes Proof for the Existence of God The purpose of my essay will be to examine Descartes’ argument for the existence of God. First, I will review Descartes’ proof for the existence of God. Then I will examine the reasons that Descartes has for proving God’s existence. I will also discuss some consequences that appear as a result of God’s existence. Finally, I will point out some complications and problems that exist within the proof. The basic problem with most religions in the world hasRead MoreDescartes Ontological Argument Essay1019 Words   |  5 Pagesphilosophy of religion, one of Descartes’s most famous arguments is his Ontological proof for the existence of God. It is a proof that one can know God a priori, with no experience whatsoever. Countering Descartes, a philosopher named Caterus raised key objections to his proof, which Descartes later responded to in an intriguing way. Descartes’s reply to Caterus’s critique of the Ontological argument does not properly refute the objections made. Descartes’s Ontological argument begins with the idea of thatRead MoreThe Medieval Sourcebook For Anselm s 1033-1009 Proslogium1175 Words   |  5 Pagesargument. Aselm attempts to prove the existence of God through one single argument which is that God does truly exist. However, there will always be dilemmas, conflicts or predicaments when it comes to such sensitive and personal topics such as the existence of God. Atheists are types of people who do not believe in the existence of God and have been continuously denying his existence. I personally am Christian and I therefore have a strong belief in God. That being said, my belief and theories are inRead MoreDescartes Proof for the Existence of God Essay example1562 Words   |  7 PagesDescartes Proof for the Existence of God The purpose of my essay will be to examine Descartes argument for the existence of God. First, I will review Descartes proof for the existence of God. Then I will examine the reasons that Descartes has for proving Gods existence. I will also discuss some consequences that appear as a result of Gods existence. Finally, I will point out some complications and problems that exist within the proof. The basic problem with most religions in