Intel

Launch of next-generation Atom netbook processor by Intel

Intel Corp. today launched its next-generation Atom netbook processor, saying it will bring longer battery life and improved system performance to low-cost laptops. The single-core Atom N450 chip is 60% smaller than other Atom processors, and consumes close to 20% less power, said Anil Nanduri, director of netbook marketing at Intel. The chip draws about 5.5 watts of power, according to an Intel specification sheet. The small footprint of the chip could also lead to new device designs, like thinner netbooks and tablets, Nanduri said. Netbooks with N450 chips will be shown by major vendors at the upcoming Consumer Electronics Show to be held in Las Vegas Jan. 7-10. The company has about 80 netbook design wins based on the latest processor, Nanduri said. The company did not immediately release pricing for the chip, but said new PCs will be available at existing netbook price points. Netbooks are low-cost PCs characterized by small screens and keyboards, and are designed to surf the Internet and run basic applications like word processing. The category took off when Asus introduced the Eee PC in 2007, and today top vendors including Hewlett-Packard, Dell, Acer and Lenovo offer netbooks. The Atom N450 will run at a clock speed of 1.66GHz, which is the same as the Atom N280 netbook chip. However, the improvements in the N450 come from the smaller chip size, achieved by integrating the graphics and memory controller into the CPU. The N450 will process multimedia faster and free up bandwidth for the processor to communicate with other components. Previously, the graphics and memory controller resided outside the CPU. The graphics improvement will come as a relief to netbook users who have criticized the chipset in Atom netbooks [...]

Difference between 64 and 32 bit processors

In the future, the battle between 64 bit vs 32 bit processors will inevitably yield the 64 bit processor as the victor, but this transition is going to take some time.First, I’ll talk about the pure mathematics and structure of the processors that are involved here. I’ll keep this part short and sweet. A bit is short for “binary digit.” It is basically how a computer stores and makes references to data, memory, etc. A bit can have a value of 1 or 0, that’s it. So binary code is streams of 1’s and 0’s, such as this random sequence 100100100111. These bits are also how your processor does calculations. By using 32 bits your processor can represent numbers from 0 to 4,294,967,295 while a 64-bit machine can represent numbers from 0 to 18,446,744,073, 709,551,615. Obviously this means your computer can do math with larger numbers, and be more efficient with smaller numbers. Now see, that description wasn’t too bad, but the question is how does this affect you, the average PC owner? The largest benefit will go to academic institutions and private companies, where large calculations are being performed, huge databases are being accessed, and complex problems are being solved. Everyone that doesn’t fall into that category will see some benefit of using 64 bit processors over 32 bit processors, but not much in today’s marketplace. The AMD Athlon 64-bit processor is completely backward compatible, meaning you can currently use it with 32-bit operating systems and software programs. You will see some benefits by using this setup, but because the programs weren’t written to take advantage of the extra power, they won’t use much of it. The true benefits of this set up don’t [...]