Skip to main content

Damages Caused by Computer Virus

A computer virus is a program or software that can disturb normal working of a computer system. A computer virus may cause many types of damage to a computer system. A Computer virus can attache to files in memory or disk. When we copy infected files from one computer to another, virus is also copied.
A Computer virsu can harm a computer system in the following ways:

Disadvantages of Computer Virus

    1. Damage of Data, Information and Software


    A Computer virus may damage data, information and software of the computer. Data is the most important part of an organization. For example, a bank totally depends on financial transactions and any loss of even a little data can be dangerous. Moreover, if computer virus corrupts files of a software, you will have to reinstall the software.

    2. Deletion of Stored Files


    A Computer virus may delete important data files stored in a computer.

    3. Format Hard Disks


    A Computer virus can delete all data on hard disk by formatting the hard disk. Formatting a hard disk will erase all the data on a hard disk, including any type of data or software etc. You will consume a lot of time to reinstall all the software and recover data.

    4. Annoying Popup Window Messages

    A Computer virus may display a popup window message every few seconds or minutes. This will interrupt your work, waste your precious time and you will not be able to use your computer efficiently.

    5. Restarting a Computer

    A Computer virus may cause a computer to restart again and again. Such viruses execute a specific set of instructions at the start-up time that cause to restart the computer.

    6. Slow Down System Performance


    A Computer virus may slow down the working of computer. It may replicate itself in memory (RAM). So, there is a time when no more RAM to execute programs. This may halt the smooth operation of the computer.

    7. Fill Disk Space

    A Computer virus may consume a lot of disk space by copying it self in different areas of a hard disk. This will consume disk space making it impossible to copy or store your important data on disk.

    8.    Stealing of Important Personal Information

    A Computer virus may cause to send your personal information to the creator of the virus through internet. When you will connect internet, the virus code will execute and send your personal information to a specific email address.

    9. Fake Virus Alerts


    A Computer virus can display a fake virus alert and may ask to install an Anti Virus from the website of the virus creator.

    10. Making a Computer Unusable

    A Computer virus may make your computer totally unusable. Sometimes, a computer virus can erase all data of your hard disk or Operating system files causing the computer not to boot.

      Comments

      Popular posts from this blog

      Convert Centimeters to Inches Python Programming | Python Program Conver...

      YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

      Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa

      Topics covered with examples: Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa Number Systems in Computer Science and Conversion Method Conversion of Decimal number system to other  number systems Conversion of Decimal number system to binary number systems Conversion of Decimal number system to octal number systems Conversion of Decimal number system to hexadecimal number systems Conversion of    non-decimal Number system to Other non-decimal number system Conversion of other number systems to Decimal number system Conversion of binary number systems to Decimal number system Conversion of octal number systems to Decimal number system Conversion of  hexadecimal number systems to Decimal number system Q1. What is a Number System? What are different types of number system? Number system A number system is a set of digits, symbols and rules to express quantities in counting and c...

      Find Your Correct Age From Date of Birth

      First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below: