The ____ displays a list of current tasks and appears below the appointment area in Day, Work Week, and Week views.
A. time bar
B. task list
C. task pane
D. to-do list
Answer: B
You might also like to view...
The following statements are true about a data source except
a. a data source is usually a database. b. a data source can be a text file. c. Data sets contain data retrieved from a data source. d. Data can be retrieved from but not written back to a data source.
What is the output of the following code?
``` inline void print(int i) { cout << i << endl; } int main() { print(1); inline void print(int i) { cout << i << endl; } int main() { print(1); return 0; } /code} A. max is 2 B. max is 0 C. max is D. max is 1
Arrays are often useful for replacing ____________________ decisions.
Fill in the blank(s) with the appropriate word(s).
The collection of commands that a specific CPU can execute is called the ________ for that system.
A. instruction language B. machine code C. machine cycle D. instruction set