Thread: Mhz

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    38

    Mhz

    What exactly is Mhz. I mean, when you see a cpu that is .400, 2.1, 1.5 4.47, Mhz, what does that mean? I know the more Mhz the processor has the faster it is. But how?

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    1 Hz is defined as 1 "something" per second. X Hz is X "somethings" per second. In the case of processors, it's talking about clock cycles. The prefix before Hz is just so you don't have to say 2,000,000,000 Hz.
    Away.

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    38
    "...The 8088 processor was an 8 bit processor, handling data in 8 bit chunks (a single character). Its clock rate was 4.77Mhz..."

    So does this mean that a 4.77Mhz processor can only handle a single char at a time? And what is meat by "handle" a single char at a time?
    #include <Jesus.h>
    It will save your life

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    The 8088 had 16bit registers but only an 8bit bus thus it could load one 8bit item at a time into a register for operations, (actually even these early processors could work on "register pairs"). The speed at which the processor is clocked does not influence the width of the processors registers.

    In a very simple processor, (the 8088 is very crude by todays standards), a 2MHz processor will load an 8bit value twice as fast as a 1MHz processor.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Do you know of any links that explain how a processor works?

  6. #6
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    If you Google for ASM tutorials, many of them will explain the basics of a processer before diving into the crazy MUL ax, bx stuff.
    Away.

  7. #7
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> Do you know of any links that explain how a processor works?

    Generally if you want to know how stuff works, it's worth checking www.howstuffworks.com, in this particular case, this page is probably a good start.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  8. #8
    I had that link at one time before I formatted my HD and I lost it. I learned a lot from that site. Thanks for the link!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions on multiple thread programming
    By lehe in forum C Programming
    Replies: 11
    Last Post: 03-27-2009, 07:44 AM
  2. RAM upgrade
    By BobS0327 in forum Tech Board
    Replies: 6
    Last Post: 12-10-2008, 08:14 AM
  3. Preocessor MHz and RAM
    By Lord CyKill in forum C++ Programming
    Replies: 3
    Last Post: 04-14-2005, 08:33 AM
  4. Replies: 72
    Last Post: 11-25-2002, 05:55 PM
  5. I want to program a game, what do i need?
    By DarkViper in forum Game Programming
    Replies: 53
    Last Post: 11-19-2002, 05:39 PM