Which Windows command is used to shut down the system from the command line? MCQ with Answer and Explanation

Which Windows command is used to shut down the system from the command line?
A. shutdown /s
B. poweroff
C. stop
D. exit
Answer: Option A
Solution (By JKExamLibrary)
shutdown /s initiates a system shutdown; other options exist for restart or hibernate.

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 function of the 'defragmentation' utility in Windows?
A. To reorganize files on a disk to improve access speed
B. To compress files
C. To check disk errors
D. To clean up unnecessary files

Correct Answer: Option A


Explanation:
Defragmentation consolidates fragmented files, reducing seek time and improving performance on HDDs; SSDs do not require it.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Linux, what is the default shell for many distributions?
A. zsh
B. sh
C. csh
D. bash

Correct Answer: Option D


Explanation:
Bash (Bourne Again SHell) is the default shell on most Linux distributions.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What type of multitasking technique requires the operating system to explicitly allocate a specific time slice (quantum) to each running process?
A. Single-tasking
B. Sequential Multitasking
C. Preemptive Multitasking
D. Cooperative Multitasking

Correct Answer: Option C


Explanation:
In Preemptive Multitasking, the OS uses a hardware timer to interrupt a process when its allocated time slice (quantum) expires, ensuring fair CPU distribution.

This question belongs to: Computer Operating Systems