?A(n) _____ is a web-based log, or journal.

A. ?channel
B. ?aggregator
C. ?digest
D. ?blog

Answer: D

Computer Science & Information Technology

You might also like to view...

You can include your own text in SmartArt shapes, and you can format SmartArt with color, special effects, and font selections

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements is false?

a. Thread scheduling is platform independent. b. One simple thread-scheduler implementation keeps the highest-priority thread running at all times and, if there’s more than one highest-priority thread, ensures that all such threads execute for a quantum each in round-robin fashion. c. The round-robin process for all highest-priority threads continues until all threads run to completion. d. Most programmers who use Java multithreading will not be concerned with setting and adjusting thread priorities

Computer Science & Information Technology