How Does A Computer Execute A Program?
Pinkalicious
#f9f
Carbon
#333
About This Color Palette
mermaid
stateDiagram
classDef fetching fill:#f9f,stroke:#333,stroke-width:2px
classDef decoding fill:#f9f,stroke:#333,stroke-width:2px
classDef executing fill:#f9f,stroke:#333,stroke-width:2px
classDef storing fill:#f9f,stroke:#333,stroke-width:2px
[*] --> Fetch: Fetch Instruction
Fetch --> Decode: Decode Instruction
Decode --> Execute: Execute Instruction
Execute --> Store: Store Result
Store --> Fetch
Fetch --> [*]
class Fetch fetching
class Decode decoding
class Execute executing
class Store storing
What would you like to do?
Other Similar Palettes
#00ff00
#000
#ff0000
#ff0000
#000
#0000ff
#fff
#ff69b4
#ff0
#333
#f9f
#333
#fff