Skip to main content

Share one idea from the assigned video that you can use to strengthen your critical thinking skills as you search for and use information

 Prepare

· Review the  Week 5 Lesson .

· Read the article  7 Things You Should Know About Wikipedia    Download 7 Things You Should Know About Wikipedia .

· Watch the  5 Steps to Improve Your Critical Thinking - Samantha Agoos  (Links to an external site.)  video.

Write

· Share one idea from the assigned video that you can use to strengthen your critical thinking skills as you search for and use information.

· Discuss two reasons why Wikipedia is not a credible source for academic purposes based on the assigned article and what you have learned in this course.

· Explain how you can use information literacy skills in your personal, professional, or academic life.

Your initial post should be a minimum of 150 words.

Respond to Peers

Review your classmates’ posts and respond to at least two of your peers. Each peer response should be a minimum of 50 words.

In your peer responses,

· Provide feedback or tips to help your peers strengthen their critical thinking skills.

· Discuss with your peers your thoughts about the use of Wikipedia before taking the course, and how that has been reinforced or has changed at this point in the course.

· Choose one different aspect of information literacy your peer discussed in their post that you did not discuss in yours, and share how you may apply that in your life going forward.

Post 1 from Classmate

Class,

My main takeaway was within the applying the information step of this video. By asking myself those key questions and logically analyzing the collected data I can strengthen my critical thinking skills. Asking questions like "what is the bigger picture here?" or "How are my views on this subject not allowing me to be as objective as possible?" will help deliver a better outcome. Wikipedia is not a reliable source for academic purposes because anyone can add to information to wikipedia pages. The information can be full of bias and not fact based. You can even encounter scam pages with purposely false information. Although wikipedia often times has a good overview for information on their pages, it often times will point you in a direction to do your own further research.

Informational literacy is a skill you can use in every aspect of your life. As people we are constantly growing, and hopefully learning. Being able to comb through the information we come across and be able to comprehend it is invaluable. For example, something as simple as buying a new face product at target. You conduct your own research, read about the products. Figure out what is important to you that this product must have, read reviews. Learn if the products is really as 'clean' as they claim. Narrow down your choices then eventually go with the moisturizer you think is the best match. 

Post 2 from Classmate

One thing from the video that I found interesting was Step 5: Explore other viewpoints. I feel that this step will help strengthen my critical thinking skills by having me put myself in others’ mindsets. By doing this, I'm allowing myself to comprehend the information that I learn thoroughly, so when it comes to making a decision, I know I'm picking the best possible one. 

Wikipedia is not a credible source for academic purposes because there is no editor to fact check it, and anyone has access to change the information found on the site. With that being said, since anyone can add information it can be misleading and have a biased tone. Resulting in the researcher being misinformed on their desired topic. 

As for this course, the skills that I've obtained in this class will help tremendously in my personal and academic life. I feel that I have gained a more critical mindset throughout this class, asking questions and looking for things to help assess the credibility of a source. For work, I have to look into different cases. So by using the skills that I have learned here, I will ensure that any claim I pursue has a reliable source

 

WE HAVE DONE THIS QUESTION BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER

TO BE RE-WRITTEN FROM THE SCRATCH

GET SOLUTION FOR THIS ASSIGNMENT

CLICK HERE TO MAKE YOUR ORDER

TO BE RE-WRITTEN FROM THE SCRATCH

NO PLAGIARISM

  • Original and non-plagiarized custom papers- Our writers develop their writing from scratch unless you request them to rewrite, edit or proofread your paper.
  • Timely Deliveryprimewritersbay.com believes in beating the deadlines that our customers have imposed because we understand how important it is.
  • Customer satisfaction- Customer satisfaction. We have an outstanding customer care team that is always ready and willing to listen to you, collect your instructions and make sure that your custom writing needs are satisfied
  • Confidential- It’s secure to place an order at primewritersbay.com We won’t reveal your private information to anyone else.
  • Writing services provided by experts- Looking for expert essay writers, thesis and dissertation writers, personal statement writers, or writers to provide any other kind of custom writing service?
  • Enjoy Please Note-You have come to the most reliable academic writing site that will sort all assignments that that you could be having. We write essays, research papers, term papers, research proposals Share one idea from the assigned video that you can use to strengthen your critical thinking skills as you search for and use information

Get Professionally Written Papers From The Writing Experts 

Green Order Now Button PNG Image | Transparent PNG Free Download on SeekPNG

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 ...