Skip to main content

Throughout the course you have worked to take apart and analyze the elements of an argument.

Throughout the course you have worked to take apart and analyze the elements of an argument. You have had a chance to see common problems in reasoning and ways to make the argument more effective. You have also had a chance to examine visual arguments and their methods of persuasion. Relying on the information you have gained in the course, the Final Project is your chance to offer a full dissection of two television commercials, complete with an expression of the style of argument, use of images, structure, and conclusions. You will compose a critical thinking analysis of two television commercials. The paper should be at least 5 pages long and provide a full analysis of both commercials. You may write more than 5 pages, but if you are under the requirement, this is a sign that you will need to add more depth and detail to the essay. Select two commercials for the project. If you do not regularly watch television, you can still complete the assignment by searching YouTube or individual product websites to find advertisements for products, goods, or services. Choose one commercial that you think is effective and persuasive, and another that you think fails to make a strong argument. First, you will describe what happens in each commercial. Assume that the reader has not seen either commercial. Explain the use of words, images, and sounds. Next, put into words the premises, claims, and conclusion from each commercial. Identify which styles of argument are being used. Introduce and explain the various arguments, the visual elements, any fallacies, and appeals to ethos, pathos, and logos. Discuss what the commercials have done well or what is lacking. Finally, offer two suggestions that would strengthen each commercial. What would make the effective commercial even stronger? What would cause the ineffective commercial to become persuasive? Explain why this would make a difference in the final outcome for the commercial.
Logo
.
CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...