Describe the five components of information literacy.

What will be an ideal response?


?•Digital literacy:Using computers, mobile devices, the Internet, and related technologies effectively is a necessity in business and society. Also important is an understanding of the general concerns of having computers in the world, including their integration in employment and education and their effects on national and personal security.•Library instruction:Undergraduates rarely seek the help of librarians when performing academic research. This lack of help may be due, in part, to the fact that the students misunderstand the role of the reference librarian. Information literate individuals use the librarians' expertise in locating relevant sources. They also understand the necessity of using citations, how information is cataloged and organized, search strategies, and the process of locating and evaluating resources.•Media literacy:Skills needed to understand how mass communication and popular culture affect learning and entertainment include the ability to evaluate and analyze how music, film, video, television, and other nonprint media are used effectively to persuade and inform.•Numerical literacy:The ability to use basic math skills and interpret data is essential to solving problems and communicating information. Also important are understanding how data is gathered and presented in graphs, charts, and other visuals and how to interpret and verify information presented in media.•Traditional literacy:Individuals who can read and understand a variety of documents are likely to complete their educations, obtain employment, and participate in community groups. They also need to think critically about the material they have read and to express their thoughts by writing and speaking coherently.

Computer Science & Information Technology

You might also like to view...

Which of the following is most likely a base class of the other three?

a. automobile. b. convertible. c. miniVan. d. sedan.

Computer Science & Information Technology

What does the following code snippet do when the animation is played, given that imageView has been created?

``` FadeTransition ftrans = new FadeTransition (new Duration(5000), imageView); ftrans.setFromValue(1.0); ftrans.setToValue(0.5); ftrans.play(): ``` a. The image will be completely opaque when displayed and will decrease to 50% opacity over the five seconds of the animation. b. The image will be completely invisible when displayed and will increase to 50% opacity over the five seconds of the animation. c. The image will be completely opaque when displayed and will increase to 50% opacity over the five minutes of the animation. d. The image will be 50% opaque when displayed and will increase to 100% over the five seconds of the animation.

Computer Science & Information Technology

How can a user perform additional configuration tasks after installation in Linux?

What will be an ideal response?

Computer Science & Information Technology

You would use the ________ to temporarily hold selections that you have cut or copied.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology