Computer Science, asked by Anonymous, 11 months ago

heya....GA...
tell me the meaning of this point (v)..... ​

Attachments:

Answers

Answered by Anonymous
2

Answer:

When an infected file is executed or a computer is booted from an infected disk, the concealed virus is executed. Usually, it lurks in memory, and is waiting to infect the next program that is run, or the next disk that is accessed. They lead to system crash, file corruption and data lost. this is how it degrades system

A virus operates by inserting or attaching itself to a legitimate program or document that supports macros in order to execute its code. In the process, a virus has the potential to cause unexpected or damaging effects, such as harming the system software by corrupting or destroying data.which means whole system cycle or working is damged

please mark me as brainlist

Answered by BrainlyEmpire
5

Answer:

Some computer viruses are programmed to harm your computer by damaging programs, deleting files, or reformatting the hard drive. ... Even less harmful computer viruses can significantly disrupt your system's performance, sapping computer memory and causing frequent computer crashes.

 <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> Body{ background-color: white; font-family: cursive; } .glow{ font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow{ from{ text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } } </style> </head> <body> <h1 class="glow">itz essar</h1> </body> </html>

Similar questions