Which of the following best describes a wiki?
A. A group of related webpages to which users add, edit, or delete content.
B. An online encyclopedia.
C. An online course delivered over the web, often for free.
D. A word or phrase used as a form of commentary.
Answer: A
You might also like to view...
There are ________ tabs on the ribbon that are common throughout all Office applications
A) two B) four C) no D) three
Ruby on Rails is built on a MVC architecture, which organizes your applications into which three primary components?
A. Models, views, and controllers B. Models, views and containers C. Makers, views, and controllers D. Markers, view, and containers
The code for the add method for the ArrayBag class is shown below. What is the missing code?
def add(self, item): self.items[len(self)] = item
A. self.items +=1 B. self = self + 1 C. self.size += 1 D. self.len = self.items
What hex value is the standard indicator for jpeg graphics files??
A. ?FF D8 B. FF D9? C. ?F8 D8 D. ?AB CD