First is it to always clean out all the junk that is left
behind by the operating system and the browsers. You can easily do this using
the Disk Cleanup utility included on the windows systems. You can clean up the registry. However, you should be very careful with the registry. Any wrong move might mess up everything
Search and destroy viruses and malware on your PC by
installing an anti-virus security program and setting up an automated
maintenance schedule.
Defragment main and partitioned drives to keep your computer
running smoothly.
Uninstall software programs and personal files like
pictures, movies and music that are no longer in use to free up more space. The
more the space, the faster the PC will go. You can also run the msconfig
command in the RUN command prompt to uncheck start up programs that you do not
use
Answer:
good luck getting an answer then
Explanation:
There are alot of parts in a computer system. You have to be a little specific
Answer:
When an instruction is sent to the CPU in a binary pattern, how does the CPU know what instruction the pattern means
Explanation:
When the CPU executes the instructions, it interprets the opcode part of the instruction into individual microprograms, containing their microcode equivalents. Just so you know, a full assembly instruction consists of an opcode and any applicable data that goes with it, if required (register names, memory addresses).
The assembly instructions are assembled (turned into their binary equivalent 0s and 1s, or from now on, logic signals). These logic signals are in-turn interpreted by the CPU, and turned into more low-level logic signals which direct the flow of the CPU to execute the particular instruction.