Microsoft ____ is full-featured Web site authoring program.

A. PowerPoint
B. Word
C. Expression Web 3
D. Excel


Answer: C

Computer Science & Information Technology

You might also like to view...

Use the SceneNode member function to retrieve the location of an object in the scene.

a. getLocation b. getVector3 c. getPosition d. getSceneNode

Computer Science & Information Technology

Which of the following code displays the area of a circle if the radius is positive.

a. if (radius != 0) System.out.println(radius * radius * 3.14159); b. if (radius >= 0) System.out.println(radius * radius * 3.14159); c. if (radius > 0) System.out.println(radius * radius * 3.14159); d. if (radius <= 0) System.out.println(radius * radius * 3.14159);

Computer Science & Information Technology

In an item like the one in the accompanying figure, the lines represent steps, decision points, and dead ends.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A crosstab query works best when the data source has at least two grouping fields

Indicate whether the statement is true or false

Computer Science & Information Technology