Which of the following is a type of operating system that can run on multiple hardware platforms without modification? MCQ with Answer and Explanation

Which of the following is a type of operating system that can run on multiple hardware platforms without modification?
A. Platform-independent OS
B. All of the above
C. Portable OS
D. Cross-platform OS
Answer: Option B
Solution (By JKExamLibrary)
These terms refer to OSes that are designed to run on different CPU architectures with minimal changes, e.g., Linux.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1 Report Error
Which Linux command is used to view the contents of a file one page at a time?
A. head
B. cat
C. more
D. less

Correct Answer: Option D


Explanation:
less allows forward and backward scrolling, more is older and only forward; cat dumps all content.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the primary function of the 'Spooler' service in modern desktop operating systems?
A. To clean up invalid browser caches.
B. To intercept and hold document workloads intended for a slow peripheral printer, scheduling their sequential delivery.
C. To optimize database queries.
D. To coordinate multi-processor network scaling.

Correct Answer: Option B


Explanation:
The print spooler intercepts print jobs from applications, writes them to disk buffers, and streams them sequentially to the slower target printer hardware.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows feature allows full volume disk encryption to protect system files and user data from unauthorized access if a device is stolen?
A. BitLocker
B. Storage Spaces
C. Windows Hello
D. Windows Defender

Correct Answer: Option A


Explanation:
BitLocker Drive Encryption is an advanced security feature that encrypts entire logical volumes to prevent offline data access or physical tampering.

This question belongs to: Computer Operating Systems