テクノロジ系 2025年度 問62 ★★★☆☆ Medium
OSの仮想記憶方式に関する次の記述中のa〜cに入れる字句の適切な組合せはどれか。
「プログラムの実行時に,コンピュータの a 装置の b な容量に制約されない, c なアドレス空間を提供する。」
| a | b | c | |
|---|---|---|---|
| ア | 主記憶 | 物理的 | 論理的 |
| イ | 主記憶 | 論理的 | 物理的 |
| ウ | 補助記憶 | 物理的 | 論理的 |
| エ | 補助記憶 | 論理的 | 物理的 |
English
Which combination is appropriate for a through c in the following statement about virtual memory?
\"During program execution, a [c] address space is provided that is not constrained by the [b] capacity of the computer's [a] device.\"
| a | b | c | |
|---|---|---|---|
| ア | Main memory | Physical | Logical |
| イ | Main memory | Logical | Physical |
| ウ | Auxiliary storage | Physical | Logical |
| エ | Auxiliary storage | Logical | Physical |
မြန်မာ
OS ၏ virtual memory နည်းလမ်းနှင့်ပတ်သက်ပြီး အောက်ပါ ဖော်ပြချက်တွင် a မှ c တွင် ထည့်သွင်းရန် သင့်လျော်သော ပေါင်းစပ်မှုမှာ အဘယ်နည်း?
\"Program လည်ပတ်ချိန်တွင် ကွန်ပျူတာ၏ [a] ကိရိယာ၏ [b] ပမာဏကြောင့် ကန့်သတ်မခံသော [c] address space ကို ပေးထားသည်။\"
| a | b | c | |
|---|---|---|---|
| ア | Main memory | Physical | Logical |
| イ | Main memory | Logical | Physical |
| ウ | Auxiliary storage | Physical | Logical |
| エ | Auxiliary storage | Logical | Physical |
Correct answer: ア — a:主記憶、b:物理的、c:論理的
仮想記憶は,主記憶(RAM)の物理的な容量を超えた,より大きな論理的なアドレス空間をプログラムに提供する仕組みである。OSが補助記憶(ハードディスク・SSD)を主記憶の拡張として使用することで,実際の物理メモリ量に関わらず大きなプログラムを実行できる。よって「主記憶の物理的な容量に制約されない,論理的なアドレス空間を提供する」が正しい。
English
Virtual memory provides programs with a logical address space that is not constrained by the physical capacity of main memory (RAM). The OS uses secondary storage (HDD/SSD) as an extension of main memory, swapping pages in and out as needed. This allows programs larger than physical RAM to run. The correct fill-in is: 'main memory (a)' — 'physical (b)' capacity — 'logical (c)' address space.
မြန်မာ
Virtual memory (ဒိုင်နမစ် မှတ်ဉာဏ်) သည် ပရိုဂရမ်များကို main memory (RAM) ၏ ရုပ်ပိုင်းဆိုင်ရာ ပမာဏဖြင့် ကန့်သတ်မထားသော logical address space ပေးသည်။ OS သည် secondary storage (HDD/SSD) ကို main memory ၏ တိုးချဲ့မှုအဖြစ် အသုံးပြု၍ လိုအပ်သည်အတိုင်း page များကို လဲလှယ်သည်။ ဤနည်းဖြင့် ရုပ်ပိုင်းဆိုင်ရာ RAM ထက် ကြီးသော ပရိုဂရမ်များကို လည်ပတ်နိုင်သည်။ မှန်ကန်သော ဖြည့်သွင်းမှုမှာ - 'main memory (主記憶) (a)' — 'physical (物理的) (b)' ပမာဏ — 'logical (論理的) (c)' address space ဖြစ်သည်။