(NOTE: not the same scale as the CPU ! The motherborad is a lot bigger !)
Some pins signals a specific function/operation, and every signal pin has a signal name, e.g., MREQ (memory request), READ, etc
To signal a request, the manufacturer of the CPU can choose 0 or 1 value for that signal.
For example, the signal MREQ means "Memory Request", i.e., the CPU requests a transfer operation with the memory. The manufacturer of the CPU can choose
To denote the fact that MREQ = 1 to indicate that the CPU asserts the memory request, the MREQ signal is written on the spec (specification) sheet as:
On the other hand, if the manufacturer of the CPU decides that MREQ = 0 indicates that the CPU asserts the memory request, the MREQ signal is written on the spec sheet as:
Every device connected to the system bus (including the CPU) must first make a request to use the system bus before it can actually use it. This must be done because it is not possible to allow multiple devices to transmit their electrical signals simultaneously on the system bus.