How does a motherboard itself work to make a computer BE a computer?

235 views

How does a motherboard itself work to make a computer BE a computer?

In: 0

6 Answers

Anonymous 0 Comments

First, the motherboard provides clean, stable power to the various components, and gets that power to where it needs to be. Modern motherboards actually check the supplied power and turn off if the power is not to specification.

Second, the motherboard provides a clock signal that synchronizes operations.

Third, the motherboard provides a BIOS – this is some Read-Only Memory that provides the low level startup code that executes when the CPU is powered on. The BIOS runs a Power On Self Test (POST), identifies attached hardware, and then looks for bootable disks to load an available operating system.

Fourth, the motherboard provides some memory management hardware that handles RAM and Cache memory that is not on the CPU.

Fifth, the motherboard has data connections for hardware such as USB, SATA, and PCI. This includes access control to the data bus, synchronization of data transfer, and device to device data transfer.

You are viewing 1 out of 6 answers, click here to view all answers.