計算機 システムポータル
data/lecture/information/information-engineering-portal.lecture.n.md
1導入
このポータルでは、プログラムが
2学習経路
data/lecture/information/systems/computer-systems-basics.lecture.n.md
この
3前後 の接続
- プログラミングでは、
変数 、分岐 、反復 をプログラムの構成要素 として学 ぶ。 計算機 システムでは、それらを命令 とデータの処理 として具体化 する。- ネットワークでは、
入出力 の一種 であるネットワーク通信 を、複数 の計算機 を接続 する仕組 みとして詳述 する。
4次 に進 む講義
data/lecture/information/networks/computer-networks-portal.lecture.n.md
Computer Systems Portal
data/lecture/information/information-engineering-portal.lecture.n.md1Introduction
This portal studies how a physical computer executes a program. An earlier programming lecture described program execution in terms of state and control flow. Here, we explain where that state is stored, how instructions are processed, and how data is exchanged with external devices.
2Learning Path
data/lecture/information/systems/computer-systems-basics.lecture.n.mdThis lecture distinguishes the roles of the CPU, memory, and input/output. It explains the path from instruction fetch to execution and introduces memory hierarchies and input/output performance.
3Connections to Adjacent Topics
- Programming treats variables, branches, and iteration as program constructs.
- Computer systems realize these constructs through the processing of instructions and data.
- Computer networks study network communication, a form of input/output, as a mechanism for connecting multiple computers.