Which of the following is a feature of the Windows 'BitLocker' that uses a TPM? MCQ with Answer and Explanation

Which of the following is a feature of the Windows 'BitLocker' that uses a TPM?
A. Password only
B. Trusted Platform Module for hardware-based encryption key storage
C. USB key authentication only
D. Software-only encryption
Answer: Option B
Solution (By JKExamLibrary)
BitLocker can use TPM to secure encryption keys, providing hardware protection against attacks.

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
What is the role of the bootloader in the boot process?
A. To provide a user interface during boot
B. To manage file systems
C. To load the operating system kernel into memory
D. To perform hardware diagnostics

Correct Answer: Option C


Explanation:
The bootloader (e.g., GRUB, Windows Boot Manager) loads the OS kernel and passes control to it.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Windows 11 setting interface acts as a modernized, streamlined replacement for the legacy Control Panel application?
A. Settings App
B. Computer Management Console
C. Device Manager
D. Task Manager

Correct Answer: Option A


Explanation:
The modern Settings App provides a clean, user-centric graphical panel that replaces legacy Control Panel applets over successive Windows updates.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Linux, which command is used to create a new directory?
A. rmdir
B. mkdir
C. create
D. newdir

Correct Answer: Option B


Explanation:
mkdir (make directory) creates a new directory in the file system.

This question belongs to: Computer Operating Systems