A ________ is a web page in which visitors use online collaborative editing tools to build its content

A) tweet B) wiki C) podcast D) blog


B

Computer Science & Information Technology

You might also like to view...

Here is a collection of if and if-else statements with semicolons in various places. Assume all variables have been declared and initialized. Which of these are correct and are likely to give the programmers intent? Which are correct but unlikely to give the programmer's intent? Give the error for the remaining.

a) if ( a > b ); a = b; else b = a; b) if(a > b ) a = b; else; b = a; c) if(a > b ) a = b; else b = a; d) if(a > b) a = b else b = a; e) if( x !=0 ) a = a / x

Computer Science & Information Technology

Which of the following is a limited and non-GUI version of Windows based on Windows 10 technologies that can be used for installing, troubleshooting, and repairing Windows 10?

A. Windows PE B. WAIK C. USMT D. DISM

Computer Science & Information Technology

RAM comes on cards that fit into slots located on the ________

A) processor B) hard drive C) motherboard D) bus

Computer Science & Information Technology

In the Source Manager dialog box, citations for the current document display in the

A) header. B) Current List box. C) footer. D) Master List box.

Computer Science & Information Technology