A technician is trying to recover information on a computer that has been hidden or deleted on purpose in order to hide evidence of a crime. Which type of task is the technician performing?
a. Data recovery
b. Disk restoration
c. Digital forensics
d. Disaster recovery
ANSWER: a
You might also like to view...
Which statement about insertion sort is true?
a. A maximum of n comparisons are needed to sort the array, where n is the number of elements. b. The algorithm is simple compared to other sorting procedures. c. No temporary variables are needed. d. Performance is maximized.
Introduce specialization/generalization concepts into the ER model shown in Figure 13.11 and described in Exercise 12.13 to show the following:
(a) The majority of parking spaces are under cover and each can be allocated for use by a
member of staff for a monthly rate.
(b) Parking spaces that are not under cover are free to use and each can be allocated for use
by a member of staff.
(c) Up to twenty covered parking spaces are available for use by visitors to the company.
However, only members of staff are able to book out a space for the day of the visit. There is no charge for this type of booking, but the member of staff must provide the visitor’s vehicle
license number.
How many times the following code prints "Welcome to C++"?
``` int count = 0; do { cout << "Welcome to C++"; count++; } while (count < 10); ``` A. 8 B. 10 C. 11 D. 9 E. 0
Which tool is an example of a Type 1 hypervisor?
A. Infrastructure as a Service B. ISO C. iSCSI D. VMware ESXi