Microsoft ____ is full-featured Web site authoring program.
A. PowerPoint
B. Word
C. Expression Web 3
D. Excel
Answer: C
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
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);
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)
A crosstab query works best when the data source has at least two grouping fields
Indicate whether the statement is true or false