What is the role of the operating system in memory management? MCQ with Answer and Explanation

What is the role of the operating system in memory management?
A. Connects to peripherals
B. Allocates memory to running processes
C. Defragments hard disk
D. Permanently stores files
Answer: Option B
Solution (By JKSSB Mock Tests)
The OS manages memory allocation for programs and ensures efficient use of RAM.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Fundamentals Questions

Question #1
The operational speed phase where an internal CPU fetches a binary instruction string directly from main memory addresses is called:
A. Instruction Time (I-Time)
B. Write-back Phase
C. Interrupt Cycle
D. Execution Time (E-Time)

Correct Answer: Option A


Explanation:
I-Time (Instruction Time) encompasses the early steps of a processor cycle, specifically fetching and decoding an instruction from memory.

This question belongs to: Computer Computer Fundamentals
Question #2
Which fundamental component of the Von Neumann CPU is responsible for temporarily storing the intermediate results of arithmetic and logical operations?
A. Program Counter
B. Instruction Register
C. System Bus
D. Accumulator

Correct Answer: Option D


Explanation:
The Accumulator is a special-purpose register within the ALU that stores intermediate calculation results during processing.

This question belongs to: Computer Computer Fundamentals
Question #3
The small, high-speed temporary storage registers located directly inside the CPU chip to hold immediate data operands are part of the:
A. Virtual Storage Unit
B. Processor Register Array
C. Auxiliary Memory
D. Secondary Storage Unit

Correct Answer: Option B


Explanation:
Registers are ultra-fast, local memory cells inside the CPU used to hold data currently undergoing immediate processing.

This question belongs to: Computer Computer Fundamentals