Mention six important questions you should ask yourself when critiquing your work.
What will be an ideal response?
ANSWER: Ask yourself assessment questions such as the following:
* How could you improve your performance in the case?
* Did you expect the results you found? Did the case develop in ways you did not expect?
* Was the documentation as thorough as it could have been?
* What feedback has been received from the requesting source?
* Did you discover any new problems? If so, what are they?
* Did you use new techniques during the case or during research?
You might also like to view...
Which of the following correctly declares an enumerated data type named student?
A) enum student { Bill, Tom, Mary }; B) enum student { "Bill", "Tom", "Mary" }; C) int Bill = 1, Tom = 2, Mary = 3; enum student { 1, 2, 3 }; D) Any of the above 3 methods will work. E) None of the above 3 methods will work.
A(n) ____ is a process that does not evaluate the second condition of a combined condition if evaluation of the first condition determines the outcome.
A. logical evaluation B. unary evaluation C. short-circuit evaluation D. binary evaluation
What types of actions can you take in the Refine recipient list section of the Mail Merge Recipients dialog box? An example given in the lesson was that you could print form letters in alphabetical order based on a specific field. Please give an example of a situation where this capability would prove useful.
What will be an ideal response?
What can the following Netcat command do? nc –v –z 12.10.10.1 1-1024
a. It conducts port scanning. b. It sets up a netcat listener. c. It uploads a file. d. It sets up a Telnet session.