Case OL 6-1Susan is an editorial assistant at Q Magazine. She completes many different tasks for the Editor in Chief and must stay organized. She uses Outlook's features to help her manage tasks. Susan's boss has asked her to keep track of the number of hours she spends on tasks related to the marketing department. Which button can she use to record this information on those tasks?
A. Send Status Report
B. Mark Complete
C. Assign Task
D. Details
Answer: D
You might also like to view...
Which of the following is used to keep two objects together so they move as one?
a. Billboard b. Dummy c. Pose d. Vehicle property e. None of these
Write a GUI application that creates a single window, using a flow layout. Place the following seven labels in the window: Location one, Location two, Location three, Location four, Location five, Location six, and Location seven. Add each label in numeric order.
What will be an ideal response?
Identify and correct the error(s) below:
The following code should set a JSpinner’s range to include the even numbers from 2–100. The initial value on the JSpinner should be 2. ``` 1 yearsJSpinner = new JSpinner( 2 new SpinnerNumberModel( 100, 2, 100, 1 ) ); 3 yearsJSpinner.setBounds( 2, 2, 100, 100 ); 4 contentPane.add( yearsJSpinner ); ```
Which is a non-functional requirement?
A. The system must provide logon security at the operating system level and at the application level. B. Each input form must include date, time, product code, customer number, and quantity. C. The system must be operational 7 days a week, 365 days a year. D. The website shall report online volume statistics every four hours and hourly during peak periods.