In Windows, the 'Diskpart' command can be scripted using: MCQ with Answer and Explanation

In Windows, the 'Diskpart' command can be scripted using:
A. A text file with commands and 'diskpart /s script.txt'
B. All of the above
C. Batch files
D. PowerShell
Answer: Option B
Solution (By JKExamLibrary)
diskpart supports scripts via /s, and can be used within PowerShell or batch files for automation.

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 purpose of the Android 'Notification System'?
A. To manage system notifications
B. To handle application permissions
C. To control volume settings
D. To display alerts and messages from apps on the status bar or lock screen

Correct Answer: Option D


Explanation:
The notification system allows apps to notify users about events, messages, and updates in a non-intrusive manner.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Android feature uses a special partition format to store encrypted user credentials separately from application application resources?
A. App Sandbox Permissions
B. Zygote Isolation Layer
C. Dalvik Cache Allocation
D. File-Based Encryption (FBE)

Correct Answer: Option D


Explanation:
Modern Android installations leverage File-Based Encryption (FBE) to isolate distinct files with individual keys, securing corporate or user credentials independently.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following commands is used in Linux to copy files or directories from one location to another?
A. cp
B. ln
C. mv
D. rm

Correct Answer: Option A


Explanation:
The 'cp' command is used in Unix-like systems to copy files or entire directory trees from a source path to a destination path.

This question belongs to: Computer Operating Systems