When creating a blog, you should create a(n) _______ where you describe yourself, listing any relevant information.

A. About page
B. Home page
C. Tagged page
D. Post page

Answer: A

Computer Science & Information Technology

You might also like to view...

When the user clicks on the Macro icon drop-down arrow, there are three options available to the user. The Macro option will open the Visual Basic editor for the creation and editing of Visual Basic objects within the database

Indicate whether the statement is true or false

Computer Science & Information Technology

Assume that t is an object of class Test, which has member functions a(), b(), c() and d(). If the functions a(), b() and c() all return references to an object of class Test (using the dereferenced this pointer) and function d() returns void, which of the following statements will not produce a syntax error:

a. t.a().b().d(); b. a().b().t; c. t.d().c(); d. t.a().t.d();

Computer Science & Information Technology