The difference between a virus and self replicating program
Answers
Answer:
Explanation:
VIRUS
A virus is a small infectious agent that replicates only inside the living cells of an organism. Viruses can infect all types of life forms, from animals and plants to microorganisms, including bacteria and archaea.
SELF REPLICATING PROGRAM
A quine is a computer program which takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are "self-replicating programs", "self-reproducing programs", and "self-copying programs".
here is your answer
☆virus☆
A virus is a small collection of genetic code, either DNA or RNA, surrounded by a protein coat. A virus cannot replicate alone. Viruses must infect cells and use components of the host cell to make copies of themselves. Often, they kill the host cell in the process, and cause damage to the host organism.
☆self replicating program☆
A quine is a computer program which takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are "self-replicating programs", "self-reproducing programs", and "self-copying programs".