To choose a custom workspace, click ____ on the Menu bar, point to Workspace, and then click one of the eight workspace names.
A. File
B. Tools
C. View
D. Window
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following is not an advantage of using the pre-defined chart layouts?
A) They can be applied quickly. B) They give your charts a consistent look and feel. C) They give your charts a professional feel. D) They give you limited options to change your chart.
Computer Science & Information Technology
Based on the statement below, which of the following If clauses determines whether the intSub variable contains a valid subscript for the array?Dim strColors() As String = {"red", "green", "blue"}
A. If intSub > 0 AndAlso intSub < 2 Then B. If intSub >= 0 AndAlso intSub =< 2 Then C. If intSub > 0 AndAlso intSub < 3 Then D. If intSub >= 0 AndAlso intSub =< 3 Then
Computer Science & Information Technology