0
1

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.

okwave「パソコンの性能はCPUだけで決まるのですか」への解答例

Last updated at Posted at 2019-12-18

パソコンの性能はCPUだけで決まるのですか

への解答例

計算量が少なければ、CPUが一番重要です。
計算量が多い場合は、CPUより主記憶装置(メモリ)の容量の方が重要な場合があります。
CPU, メモリに入りきらない計算の場合には、補助記憶装置(HDDなど)の速度が重要になってきます。
計算の種類によっては、GPUの性能が重要になってくるものもあります。
ネット上にあるプログラム・データとのやりとりが多ければ、通信のICの性能が重要になります。
具体的に、なにをしたいかで、なにを重視しないといけないかが決まります。

CPU
・クロック
・レジスタの幅
・レジスタの数
・コアの種類
・コアの数

メモリ
・クロック
・容量

補助記憶
・速度
・容量

GPU
・クロック

ネット
・速度

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?