「AP過去問 令和6年度秋期 午前 問10」の版間の差分

提供:yonewiki
編集の要約なし
編集の要約なし
1行目: 1行目:
<yjavascript>
<script type='text/x-mathjax-config'>
MathJax = {
  tex: {
    packages: ['base'],        // extensions to use
    inlineMath: [              // start/end delimiter pairs for in-line math
      ['\(', '\)']
    ],
    displayMath: [            // start/end delimiter pairs for display math
      [','],
      ['\[', '\]']
    ],
    processEscapes: true,      // use $ to produce a literal dollar sign
    processEnvironments: true, // process Unknown environment 'xxx' outside math mode
    processRefs: true,        // process ??? outside of math mode
    digits: /^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)?|\.[0-9]+)/,
                              // pattern for recognizing numbers
    tags: 'none',              // or 'ams' or 'all'
    tagSide: 'right',          // side for \tag macros
    tagIndent: '0.8em',        // amount to indent tags
    useLabelIds: true,        // use label name rather than tag for ids
    multlineWidth: '85%',      // width of multline environment
    maxMacros: 1000,          // maximum number of macro substitutions per expression
    maxBuffer: 5 * 1024,      // maximum size for the internal TeX string (5K)
    baseURL:                  // URL for use with links to tags (when there is a <base> tag in effect)
      (document.getElementsByTagName('base').length === 0) ?
        '' : String(document.location).replace(/#.*$/, ''))
  }
  "HTML-CSS": {
    availableFonts :[],
    preferredFont: null,
    webFont :"Neo-Euler"
  }
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</yjavascript>
[[AP過去問 令和6年度秋期 午前#問題|AP過去問 令和6年度秋期 午前 問題]]に戻る
[[AP過去問 令和6年度秋期 午前#問題|AP過去問 令和6年度秋期 午前 問題]]に戻る


20行目: 58行目:


=='''回答・解説'''==
=='''回答・解説'''==
 主記憶のアクセス時間をTとすると、実効メモリアクセス時間は


0.95130T+0.05T
=95100130T+5100T
=953000T+5100T
=19600T+30600T
=(19600+30600)T
=49600T
=0.08166T
 およそ0.08倍です。したがって
<span style = "background:linear-gradient(transparent 75%, #7fbfff 75%); font-weight:bold; ">
イ 0.08</span>
 が答えです。


 
 

2024年11月26日 (火) 19:04時点における版

AP過去問 令和6年度秋期 午前 問題に戻る

AP過去問 令和6年度秋期 午前 問9

AP過去問 令和6年度秋期 午前 問11

問10(問題文)

 キャッシュメモリのアクセス時間が主記憶のアクセス時間の1/30で、ヒット率が95%のとき、実効メモリアクセス時間は、主記憶のアクセス時間の約何倍になるか。


ア 0.03

イ 0.08

ウ 0.37

エ 0.95

 

回答・解説

 主記憶のアクセス時間をTとすると、実効メモリアクセス時間は

0.95130T+0.05T

=95100130T+5100T

=953000T+5100T

=19600T+30600T

=(19600+30600)T

=49600T

=0.08166T

 およそ0.08倍です。したがって


イ 0.08


 が答えです。

 

AP過去問 令和6年度秋期 午前 問9

AP過去問 令和6年度秋期 午前 問11

AP過去問 令和6年度秋期 午前 問題に戻る