Which of the following is a key feature of the Windows 11 operating system? MCQ with Answer and Explanation

Which of the following is a key feature of the Windows 11 operating system?
A. Windows Media Center
B. Live Tiles
C. Centered Start Menu and Taskbar
D. Cortana integration only
Answer: Option C
Solution (By JKExamLibrary)
Windows 11 introduced a centered Start menu and taskbar, rounded corners, and a new interface; Live Tiles were removed.

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 pseudo-filesystem acts as an interface to internal kernel data structures, allowing users to query live CPU parameters or memory statistics via text files?
A. /proc
B. /lib
C. /bin
D. /etc

Correct Answer: Option A


Explanation:
The '/proc' directory is a virtual, process information pseudo-filesystem that exposes live kernel statistics and active process metadata as text files.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the primary advantage of a distributed operating system?
A. It has better graphics
B. It allows multiple computers to work together as a single system, providing scalability and fault tolerance
C. It requires less memory
D. It is easier to manage than a single system

Correct Answer: Option B


Explanation:
Distributed OS manages resources across network nodes, offering high availability and load balancing.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following is a type of operating system that allows direct communication with hardware without a kernel?
A. Microkernel
B. Exokernel
C. Monolithic kernel
D. Hybrid kernel

Correct Answer: Option B


Explanation:
Exokernel provides minimal abstractions and allows applications to manage hardware directly, but is rare.

This question belongs to: Computer Operating Systems