2

Im studying computer performance and I cant understand why

clock cycle time = 1 / clock rate

Why is this obvious?

user5345345
  • 189
  • 1
  • 7

1 Answers1

7

Clock rate is usually expressed in herts (Hz).

1 Hz = 1 cycle/second.

It's just simple mathematics. To get how much seconds it takes for 1 cycle, then you just have to invert it.

Erlisar Vasquez
  • 460
  • 3
  • 13