Which of the following doesn't attach itself to a host but can replicate itself?
a. Worm
b. Virus
c. Trojan program
d. Buffer overflow
Answer: a. Worm
Computer Science & Information Technology
You might also like to view...
Is a distinctive set of treatments that can be ornate, playful, or severe in nature and groups a work within a category
What will be an ideal response?
Computer Science & Information Technology
If bPtr is assigned b (the name of an array), then array element b[3] can alternatively be referenced with the pointer expression __________.
a) bPtr + 3 b) b[bPtr + 3] c) *b [bPtr + 3] d) *(bPtr + 3)
Computer Science & Information Technology