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

メモリの平均アクセス時間 = キャッシュメモリのアクセス時間×ヒット率+主記憶のアクセス時間×(1-ヒット率)

Last updated at Posted at 2020-07-23

応用情報技術者令和元年秋期 午前問10

容量がaMバイトでアクセス時間がxナノ秒のキャッシュメモリと,容量がbMバイトでアクセス時間がyナノ秒の主記憶をもつシステムにおいて,CPUからみた,主記憶とキャッシュメモリとを合わせた平均アクセス時間を表す式はどれか。ここで,読み込みたいデータがキャッシュメモリに存在しない確率をrとし,キャッシュメモリ管理に関するオーバヘッドは無視できるものとする。

image.png

私は、アを選択してしまった。説明によりますと、キャッシュメモリに存在している率が容量関係なしで固定数ので、平均アクセス時間も容量と関係なくなりますね。

image.png

From https://www.ap-siken.com/kakomon/22_aki/q11.html

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