CS Notes

Recent writing

  • VLAN

    Aug 29, 2025

    • networking
  • End-to-End Service Access Troubleshooting

    Aug 29, 2025

    • networking
  • File System Link

    Aug 29, 2025

    • OS
    • bash

See 642 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Terminologies

❯

Operation

Operation

43 words, 1 min read
Last updated on Dec 16, 2023
🌟 Edit This Page!   🗓️ History

  • computer_organisation
Xinyang YU

Abstract


  • Memory Access: Read from Register & Read from Main Memory
  • Write Back: Write to Registers & Write to Main Memory
  • Execute: ALU computation

Terminologies


Computation

  • A sequence of Operation

Sub-computation

  • Smaller or more focused Computation that is part of a larger computation
  • Abstract
  • Terminologies
  • Computation
  • Sub-computation

Mentioned by

  • Instruction
  • MIPS Instruction
  • MIPS R-Type Instruction
  • RISC
  • Clock Oscillator
  • Control Unit
  • Abstract Data Type (ADT)
  • Database
  • Process Creation and Termination in POSIX Systems
  • Operation

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub