0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

読書メモ-漫画でわかるCPU-

0
Posted at

1. まとめ

・CPUはコンピューターの制御と計算をする。
・CPUの中身は1と0で動く電子回路。
・計算する回路と短期記憶する回路から出来ている。

2. 内容

2-1. CPUって?

よく"計算するところ"ところと言われて”脳みそ"に例えられます。
Computerの略ではなく、Central Processing Unit (中央演算処理装置)の略です。
コンピューターの中では、図のオレンジの部分を担当してます。
image.png

2-2. CPUの構造

物理的に言うとCPUは電子回路です:electric_plug:
さらに演算する回路記憶する回路があって、
この二つをうまく組み合わせて計算&制御をしてる感じになります。(雑)
image.png

2-3. 回路とは?

CPUは回路の中でも論理回路です。
1(High)と0(Low)の電圧で足し算などの計算ができる回路です。
論理回路は、論理ゲートと呼ばれる基本的な計算ができるパーツを組み合わせてできています。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?