Direction: Choose the correct option
Q1.
Which module provides operating system-related utility methods?
Direction: Choose the correct option
Q2.
How can you get the amount of free system memory using the `os` module?
Direction: Choose the correct option
Q3.
Which method returns the operating system platform (e.g., 'linux', 'darwin')?
Direction: Choose the correct option
Q4.
How do you get the number of CPU cores using the `os` module?
Direction: Choose the correct option
Q5.
What does `os.homedir()` return?
