What type of laws should computer investigators be especially aware of when working with image files in order to avoid infringement violations?
a. International
b. Forensics
c. Copyright
d. Civil
ANSWER: c
You might also like to view...
The code segment int *ptr; has the same meaning as
A) int ptr;. B) *int ptr;. C) int ptr*;. D) int* ptr;. E) None of the above
MAC addresses are restricted to Macintosh computers
Indicate whether the statement is true or false
Which code snippet is equivalent to:
``` var message = (y == 10) ? "correct" : "incorrect"; ``` a. ``` if (y == 10) message = "incorrect"; else message = "correct"; ``` b. ``` if (y == 10) message = "correct"; else if (y < 10) message = "incorrect"; || if((y >10) message = "incorrect"; ``` c. ``` if (y == 10) message = "correct"; else message = "incorrect"; ``` d. none are equivalent
____ is used to assign IP addresses automatically for each network host.
A. DHCP B. UDP C. SMTP D. TCP