This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:multiasm:cs:chapter_3_1 [2026/03/01 14:00] – [Buses] ktokarz | en:multiasm:cs:chapter_3_1 [2026/05/27 09:21] (current) – ktokarz | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Processor ===== | ===== Processor ===== | ||
| - | It is often called “the brain” of the computer. Although it doesn’t think, the processor is the element which controls all other units of the computer. The processor is the device that manages everything in the machine. Every hardware component of the computer is controlled, to some extent, by the main processor. Even if the device has its own processor - for example, a keyboard - it works under the control of the main one. The processor handles events, which can be synchronous or asynchronous. We can say that synchronous events are those that the processor handles periodically. The processor can’t stop. Of course, when it has the power. Even when you don’t see anything special happening on the screen. On a PC with an operating system without a graphical user interface, for example, | + | It is often called “the brain” of the computer. Although it doesn’t think, the processor is the element which controls all other units of the computer. The processor is the device that manages everything in the machine. Every hardware component of the computer is controlled, to some extent, by the main processor. Even if the device has its own processor - for example, a keyboard - it works under the control of the main one. The processor handles events, which can be synchronous or asynchronous. We can say that synchronous events are those that the processor handles periodically. The processor can’t stop. Of course, when it has the power. Even when you don’t see anything special happening on the screen. On a PC with an operating system without a graphical user interface, for example, Linux with a command line interface, or in a command box in Windows, if you see only „C: |
| A processor is characterised by its main parameters, including its operating frequency and class. | A processor is characterised by its main parameters, including its operating frequency and class. | ||