Maxwell is learning about evaluating the quality of information people can find online. He is looking for the answers to the following three questions. All of the following are criteria for a Web page quality rating, EXCEPT _____.

A. Is the Web site developed by a well-known developer?
B. Has the information on the Web site been peer reviewed?
C. What is the top-level domain?
D. Is the material on the Web site date-appropriate?


Answer: A

Computer Science & Information Technology

You might also like to view...

I have an algorithm that runs in O(n2)time, where n is the size of the problem. What does “the size of the problem” mean?

A. The size of the problem is the number of bytes the data occupies B. The size of the problem is the number of lines in the source code of the program. C. The size of a problem is the number of data items that the algorithm operates upon D. The size of the problem is the depth of nesting of loops in the program.

Computer Science & Information Technology

Which of the following statements is false?

a. The method’s return type specifies the type of data returned to a method’s caller. b. Empty parentheses following a method name indicate that the method does not require any parameters to perform its task. c. When a method that specifies a return type other than void is called and completes its task, the method must return a result to its calling method d. Classes often provide public methods to allow the class’s clients to set or get private instance variables; the names of these methods must begin with set or get.

Computer Science & Information Technology

Which of the following is NOT a type of bitmap format?

A. TIFF (Tagged Image File Format) B. RAW C. PNG (Portable Network Graphics) D. ZIP

Computer Science & Information Technology

The mutt software is an example of what type of mail service software on Linux??

A. ?Mail Transfer Agent B. ?Mail Delivery Agent C. ?Mail User Agent D. ?Mail Transport Agent

Computer Science & Information Technology