A _____ is a Web site in which contributors provide ongoing commentary on a particular subject.It is also used as a personal online diary or as a way to address current issues and local news.

a. wiki
b. blog
c. podcast
d. Webcast


b. blog
A blog is a Web site in which contributors provide ongoing commentary on a particular subject. A blog is sometimes used as a personal online diary or as a way to address current issues and local news.

Computer Science & Information Technology

You might also like to view...

Identify and describe the type errors in the following code.

``` 1 public class GenericStuff { 2 public static void main ( String args[] ) { 3 Pair pPair = new Pair( new Player( "Tom" ), 4 new Player( "Rohal" ) ); 5 Pair rentalPair new Pair( new Rental(), new Item() ); 6 Rental r1 = Rental(), rental2 = new Rental(); 7 8 pPair.swapElements(); 9 System.out.println( "Rental elements are " + 10 rentalPair.toString() ); 11 rentalPair.swapElements( rental1, rental2 ); 12 Object o = rentalPair.getFirstElement(); 13 } 14 } ```

Computer Science & Information Technology

4. Use PL/SQL cursor to retrieve all CourseId and Title from the COURSE table. Create two VARRAYs to hold CourseId and Title values respectively. Add elements to both varrays and assign values retrieved into cursor. Display values from both varrays.

What will be an ideal response?

Computer Science & Information Technology

The commands in the Format tab of the Properties dialog box are used to change the appearance of the values on the PivotTable

Indicate whether the statement is true or false

Computer Science & Information Technology

Which wildcard symbol is a substitute for any single character?

A. ? B. * C. # D. @

Computer Science & Information Technology