32 bit vs 64 bit Comparison

Page 35 of 43 FirstFirst ... 253334353637 ... LastLast

  1. Posts : 1,325
    Windows7 Ultimate 64bit
       #341

    Britton30 said:
    A bit is the basic computer data and is a one or zero. 8 bits make a byte or one character such as a letter or symbol. The CPU addresses data on the bit level and moves it between the hard drive, memory, CPU and back. In a 32 bit system, also called X86, it will move data in a line or stream of data which is 32 bits wide. The 64 bit, X64, will move data 64 bits at a time, or twice as fast.
    Software must be designed to take advantage of this 64 bit capability. Windows 7 X64 can run X86, 32 bit software along with 64 bit. The CPU must be 64bit to run a 64 bit OS.
    A little correction, a 32 bit processor process a 32bit "word", meaning when you define number ONE in 32bit word it will look like this:

    00000000 00000000 00000000 00000001

    In 64 bit, number ONE looks like this:

    00000000 00000000 00000000 00000000
    00000000 00000000 00000000 00000001

    Does it moves twice more data? YES. Does it equal to twice as fast (whatever it means, be it twice as fast as processing speed, or twice as fast in transferring data)? Definitely NO. 64 bit extension is a capability to understand a HUGE amount of data, a capability to address a lot more memory addresses, it's just "a lot more".

    zzz2496
      My Computer


  2. Posts : 640
    Microsoft Windows 7 Home Premium SP1 64-bit Build 7600
       #342

    So, basically this means that we get more memory adresses to work, in short, breaking the 2 GB limit, but speed is not increased... sounds logical sinces speed depends on processor cycles and speed, along with MB Bus speed and other factors...

    Am I right?

    See ya!!
      My Computer


  3. Posts : 1,325
    Windows7 Ultimate 64bit
       #343

    ferchogtx said:
    so, basically this means that we get more memory adresses to work, in short, breaking the 2 gb limit, but speed is not increased... Sounds logical sinces speed depends on processor cycles and speed, along with mb bus speed and other factors...

    Am i right?

    See ya!! :d
    bingo !!!! :d
      My Computer


  4. Posts : 24,479
    Windows 7 Ultimate X64 SP1
       #344

    petanqueur99 said:
    Quote : Additional Information:
    Windows 7 retail edition will come with 2 install DVDs, a x32 and x64. You can install EITHER version on your computer, but not BOTH. The retail key you received will work with both versions, but is only authorized for one install at a time.Unquote

    My Dell Studio 1535 came with Vista and x32. When I tried to instal Windows 7 x64, it did not work so I had to use the x32 version.

    When my computer came back from a repair shop, it had the x64 installed! When I had to reformat myself (another problem) I used the x64 version CD, succesfully.

    Yes, I have both the x32 and the x64 versions. But when I use the x64 version, Adobe Reader or Flash Player does not work (I cannot see a picture/crossword puzzle). I have to then use the x32 version.

    Should I just de-install the x64 version and install the x32 version with my CD?

    TIA,

    Guy
    I think you are referring to the different versions of Internet Explorer. Any sit visible in 32 bit will be visible in 64 bit. you may need to update or install Java.
      My Computer


  5. Posts : 24,479
    Windows 7 Ultimate X64 SP1
       #345

    zzz2496 said:
    Britton30 said:
    A bit is the basic computer data and is a one or zero. 8 bits make a byte or one character such as a letter or symbol. The CPU addresses data on the bit level and moves it between the hard drive, memory, CPU and back. In a 32 bit system, also called X86, it will move data in a line or stream of data which is 32 bits wide. The 64 bit, X64, will move data 64 bits at a time, or twice as fast.
    Software must be designed to take advantage of this 64 bit capability. Windows 7 X64 can run X86, 32 bit software along with 64 bit. The CPU must be 64bit to run a 64 bit OS.
    A little correction, a 32 bit processor process a 32bit "word", meaning when you define number ONE in 32bit word it will look like this:

    00000000 00000000 00000000 00000001

    In 64 bit, number ONE looks like this:

    00000000 00000000 00000000 00000000
    00000000 00000000 00000000 00000001

    Does it moves twice more data? YES. Does it equal to twice as fast (whatever it means, be it twice as fast as processing speed, or twice as fast in transferring data)? Definitely NO. 64 bit extension is a capability to understand a HUGE amount of data, a capability to address a lot more memory addresses, it's just "a lot more".

    zzz2496
    So all "words" in a x86 Os are 32bits and all in a x64 system are 64bits? there cannot be, say, a 8bit word? The binary representation of decimal 1 is 0001. 4 bits? What is "ISA"?
      My Computer


  6. Posts : 1,325
    Windows7 Ultimate 64bit
       #346

    Britton30 said:
    zzz2496 said:
    Britton30 said:
    A bit is the basic computer data and is a one or zero. 8 bits make a byte or one character such as a letter or symbol. The CPU addresses data on the bit level and moves it between the hard drive, memory, CPU and back. In a 32 bit system, also called X86, it will move data in a line or stream of data which is 32 bits wide. The 64 bit, X64, will move data 64 bits at a time, or twice as fast.
    Software must be designed to take advantage of this 64 bit capability. Windows 7 X64 can run X86, 32 bit software along with 64 bit. The CPU must be 64bit to run a 64 bit OS.
    A little correction, a 32 bit processor process a 32bit "word", meaning when you define number ONE in 32bit word it will look like this:

    00000000 00000000 00000000 00000001

    In 64 bit, number ONE looks like this:

    00000000 00000000 00000000 00000000
    00000000 00000000 00000000 00000001

    Does it moves twice more data? YES. Does it equal to twice as fast (whatever it means, be it twice as fast as processing speed, or twice as fast in transferring data)? Definitely NO. 64 bit extension is a capability to understand a HUGE amount of data, a capability to address a lot more memory addresses, it's just "a lot more".

    zzz2496
    So all "words" in a x86 Os are 32bits and all in a x64 system are 64bits? there cannot be, say, a 8bit word? The binary representation of decimal 1 is 0001. 4 bits? What is "ISA"?
    When you use the standard x86 instructions, it's 32 bit word, when you invoke the 64 bit extension, you use 64 bit word. But the true advantage of 64 bit is the expansion of address space.

    As for ISA, read Instruction set - Wikipedia, the free encyclopedia

    zzz2496
      My Computer


  7. Posts : 21,004
    Desk1 7 Home Prem / Desk2 10 Pro / Main lap Asus ROG 10 Pro 2 laptop Toshiba 7 Pro Asus P2520 7 & 10
       #347

    Hummm


    This is getting to be very informative so to (sort of dumb) me this all means that a 64bit system is back compatable to whatever bit system proceeded it?

    Just that you cannot run a higher bit software on a lower bit system.

    To analogise you can shove 10 gallons of water at a set rate down a 4 inch tube (32bit) and shove 2000 or 10 gallons at the same rate down a 12 inch tube (64bit) but not 2000 gallons down the 4 inch tube (32bit)?? (Taking into account that the control valve opening (bus speed) of the water flow system is set at maximum in both examples)
      My Computer


  8. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
    Thread Starter
       #348

    ICit2lol said:
    This is getting to be very informative so to (sort of dumb) me this all means that a 64bit system is back compatable to whatever bit system proceeded it?

    Just that you cannot run a higher bit software on a lower bit system.

    To analogise you can shove 10 gallons of water at a set rate down a 4 inch tube (32bit) and shove 2000 or 10 gallons at the same rate down a 12 inch tube (64bit) but not 2000 gallons down the 4 inch tube (32bit)?? (Taking into account that the control valve opening (bus speed) of the water flow system is set at maximum in both examples)
    Not quite, the reason x32 programs work on x64 windows is because MS put a program feature in that can allow that.

    ~Lordbob
      My Computer


  9. Posts : 1,325
    Windows7 Ultimate 64bit
       #349

    ICit2lol said:
    This is getting to be very informative so to (sort of dumb) me this all means that a 64bit system is back compatable to whatever bit system proceeded it?

    Just that you cannot run a higher bit software on a lower bit system.

    To analogise you can shove 10 gallons of water at a set rate down a 4 inch tube (32bit) and shove 2000 or 10 gallons at the same rate down a 12 inch tube (64bit) but not 2000 gallons down the 4 inch tube (32bit)?? (Taking into account that the control valve opening (bus speed) of the water flow system is set at maximum in both examples)
    x86 is x86-64, the difference is just the 64 bit extension. As for backward compatibility, it was Intel's decision not to throw away CISC x86 legacy architecture. The first move was from 8080 to 8086 (8 bit to 16 bit), the second move was 80286 to 80386 (16 bit to 32 bit), and the last one was made by AMD, the 64 bit extension - first in AMD Opteron.

    Have a read x86-64 - Wikipedia, the free encyclopedia

    zzz2496
      My Computer


  10. Posts : 29
    Windows 7 Professional 64-bit
       #350

    I used to use 32-bit. However, since I'm a major YouTube Let's Player, I had lots of problems with lag, since the game wasn't getting the amount of RAM it needed and therefore Fraps lagged heavily. After converting to 64-bit, all such lag is gone.

    I always recommend 64-bit, simply because of the very high RAM Memory limits, which are very unlikely to be exceeded, as you'd need a lot of RAM slots to fit up to 128GB Memory in your PC :P
      My Computer


 
Page 35 of 43 FirstFirst ... 253334353637 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:33.
Find Us