In Windows, the command 'systeminfo' displays: MCQ with Answer and Explanation

In Windows, the command 'systeminfo' displays:
A. Disk usage
B. Detailed system configuration including OS version, memory, and network
C. List of installed updates
D. Only the OS version
Answer: Option B
Solution (By JKSSB Mock Tests)
systeminfo provides a comprehensive summary of system hardware and software configuration.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which Linux command is used to display the full pathname of the current working directory?
A. cd
B. pwd
C. ls
D. whoami

Correct Answer: Option B


Explanation:
The 'pwd' command stands for 'print working directory', which outputs the exact directory path that the user is currently interacting with.

This question belongs to: Computer Operating Systems
Question #2
Which Linux command is used to display the last reboot time?
A. who -b
B. All of the above
C. uptime -s
D. last reboot

Correct Answer: Option B


Explanation:
last reboot shows reboot history; uptime -s shows system start time; who -b shows boot time.

This question belongs to: Computer Operating Systems
Question #3
Which storage system formatting layout is required to handle file sizes larger than 4 GB on modern storage media without using NTFS permissions?
A. exFAT
B. FAT16
C. FAT32
D. HPFS

Correct Answer: Option A


Explanation:
exFAT supports large file sizes (beyond 4 GB) and volume caps, making it an ideal choice for portable flash drives and external storage media.

This question belongs to: Computer Operating Systems