List guidelines for determining the quality of Internet information using any three of the following criteria:
 
Relevance and reliabilityContentValidity and biasTrusted sourcesWriting style
 

What will be an ideal response?


Relevance and reliability: When considering whether to use the content of a Web page, ask yourself the following questions to assess the relevance and reliability of the information: Does the information on the site meet the needs of your research? Is the purpose of this Web site stated? Is the information accurate? Is the information deep enough? Has the information been reviewed? Does the information come from a source that can be trusted? Is the information current? Do not accept any information presented on the Internet at face value. The source of the information should be clearly stated, whether it is original or borrowed from somewhere else. Content: Is the information valuable and does it align with your topic? Information from a knowledge base will provide information specific to the subject you are researching. Is the information presented on the site sufficient for your particular purpose? Or will you also need to access other sites to complete your requirements? Validity and bias: Be sure you understand the agenda of the site’s owner. Is the purpose of the site to sell a product or service? Is it trying to influence public opinion? As you read through the information, pay close attention to determine whether the content covers a specific time period or point of view, or whether the content is broader. To determine the validity of the information, check other resources such as books or journals at the local library that contain similar information. Trusted sources: Find the author or the company providing the information. The domain name and type can identify the type of source. Writing style: The style of writing and the language used can also reveal information about the quality of the site. If the style is objective, chances are the information is worthy of your attention. However, if it is opinionated and subjective, you may want to reconsider using the site for gaining information. Ideas and opinions supported by references are additional signs of the value of the site.

Computer Science & Information Technology

You might also like to view...

Which of the following is the widescreen format of PowerPoint 2016?

A) 16:9 B) 16:12 C) 12:9 D) 18:6

Computer Science & Information Technology

Describe how spreadsheets like the one in the accompanying figure function and are organized. Define the following terms and concepts in your response: cell, value, formula, function, recalculation, and charting.

What will be an ideal response?

Computer Science & Information Technology

Consider integer array values, which contains 5 elements. Which statements successfully swap the contents of the array at index 3 and index 4?

a. values[3] = values[4]; values[4] = values[3]; b. values[4] = values[3]; values[3] = values[4]; c. int temp = values[3]; values[3] = values[4]; values[4] = temp; d. int temp = values[3]; values[3] = values[4]; values[4] = values[3];

Computer Science & Information Technology

Experiment by calling the file utility with the names of files in /usr/bin. How many different types of files are there?

What will be an ideal response?

Computer Science & Information Technology