electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

What is the difference between PC's - 32 bit, 64 bit


Post new topic  Reply to topic    EDAboard.com Forum Index -> PC Programming and Interfacing -> What is the difference between PC's - 32 bit, 64 bit
Author Message
kamalza



Joined: 12 Jul 2006
Posts: 39
Helped: 1


Post17 May 2009 13:12   

Help in PC hardware !!


Dears

I am asking about the difference between two PC's, one is 32 bit & the is 64 bit ?

And also is that the same when saying x64 & x86 ?

And what is the meaning of these numbers?

Thanks in advance
Back to top
btbass



Joined: 20 Jul 2001
Posts: 1187
Helped: 113
Location: Oberon


Post18 May 2009 17:56   

Re: Help in PC hardware !!


The 32-bit and 64-bit numbers usualy refer to the width of the data bus that connects the processor core to the memory and external peripherals ,and the size of the processors internal registers. Having a wider bus alows the core to access data at a higher rate and run faster.
Having wide internal registers allows the core to calculate larger numbers without the problems of register overflow.
An 8-bit register can only hold a maximum integer value of 255.
A 64-bit register can hold a very large integer, 2 ^ 64.

If you were to count up from 0 to max int 64.
And you counted 100 million counts per second.
It would take you 7,500 years before you finished!
Back to top
GetDeviceInfo



Joined: 30 Mar 2009
Posts: 103


Post18 May 2009 20:32   

Re: Help in PC hardware !!


and the x86 is the family tree that the processor developed through
Back to top
kamalza



Joined: 12 Jul 2006
Posts: 39
Helped: 1


Post27 May 2009 8:04   

Re: Help in PC hardware !!


GetDeviceInfo wrote:
and the x86 is the family tree that the processor developed through



And what is x64?

Thanks in advance
Back to top
Google
AdSense
Google Adsense




Post27 May 2009 8:04   

Ads




Back to top
sau_sol



Joined: 27 Feb 2008
Posts: 249
Helped: 27
Location: India


Post27 May 2009 8:08   

Re: Help in PC hardware !!


x86 is used for 32-Bit processors
and x64 is used for 64-Bit processors which are based on same logic as x86
i.e. combining 2 x86
Back to top
kamalza



Joined: 12 Jul 2006
Posts: 39
Helped: 1


Post01 Jun 2009 12:03   

Re: Help in PC hardware !!


sau_sol wrote:
x64 is used for 64-Bit processors which are based on same logic as x86
i.e. combining 2 x86


Is that true? I think x64 is used with 32-bit?!!!!
Back to top
sau_sol



Joined: 27 Feb 2008
Posts: 249
Helped: 27
Location: India


Post01 Jun 2009 12:14   

Re: Help in PC hardware !!


This is from wikipedia
x86-32: 8 x 32-bit registers
x86-64 (or 'x64'): 16 x 64-bit registers

from msdn.microsoft.com

The x64 architecture is a backwards-compatible extension of x86. It provides a legacy 32-bit mode, which is identical to x86, and a new 64-bit mode.
The term "x64" includes both AMD 64 and Intel64. The instruction sets are close to identical.

link :--- http://msdn.microsoft.com/en-us/library/cc267760.aspx


AMD64/EM64T processors: They are implementations of the x86-64 processor architecture, commonly referred to as x86-64 or x64. The architecture is an extension of the x86 instruction set, which allows simultaneous 32- and 64-bit computing with no degradation in performance. The Xceed product specifically compiled for this architecture is named Xceed Zip for x64.


STILL HAVE A QUESTION QuestionQuestionQuestion
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> PC Programming and Interfacing -> What is the difference between PC's - 32 bit, 64 bit
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
Whats the difference between 32 bit os and 64 bit os (3)
Difference in Writing Code between 8-bit/16-bit/32-bit Micro (1)
Difference between 8 bit and 16 bit UC...process POV (1)
what is difference between 8 n 64 bit mp (4)
what is the diffirence between bit and std_logic In vhdl? (13)
In sigma delta PLL, what decide the number of the acc's bit? (2)
How to efficiently convert the 32-bit data into 8-bit data? (13)
What is the basic criteria for 8 to 16 to 32 Bit Processor (8)
what is the difference between... ? (1)
what is the difference between (2)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS