As an Amazon Associate I earn from qualifying purchases.

Virus Notes: Definitions & Explanations PDF Download

Download Virus Notes App (Play Store) Download Virus Notes App (App Store)

Study Virus lecture notes PDF with operating system definitions and explanation to study What is Virus?. Study virus explanation with operating system terms to review operating system course for online degree programs.

Virus Definition:

  • Secret undocumented routine embedded within a useful program.

    Operating Systems by William Stallings



Virus Notes:

A virus is a computer code, which is capable of affecting computer data badly by corrupting or destroying them. A computer virus is actually a malware that replicates itself by modifying other computer programs and inserting its own code, while infecting your system.

Keep Learning with Operating System Notes

What is Stack?

Stack is a special region in a computer's memory that stores temporary variables created by each function. The stack is ...

What is Cache Memory?

Cache memory also known as the CPU memory is a volatile very high-speed Static Random Access Memory (SRAM) that a ...

What is Job?

A job is a basically a unit of work that a job scheduler gives to the operating system. For instance, ...

What is Program Counter?

A program counter is a register in a computer processor that contains the location of the instruction that is being ...

What is Kernel Mode?

There are two main modes i.e. Kernel mode and User mode. In kernel mode, the code that is being executed ...

What is Indexed Access?

Indexed access method is a method of file access in which each file has a specific key value which allows ...