πŸ“Š Windows
Q. Which Windows tool helps users check and repair file system errors on a disk?
  • (A) chkdsk
  • (B) sfc
  • (C) diskpart
  • (D) format
πŸ’¬ Discuss
βœ… Correct Answer: (A) chkdsk

Explanation: 'chkdsk' is used to check the file system and fix errors.

πŸ“Š Windows
Q. Which command is used to view or modify the Windows boot configuration?
  • (A) bcdedit
  • (B) bootrec
  • (C) msconfig
  • (D) regedit
πŸ’¬ Discuss
βœ… Correct Answer: (A) bcdedit

Explanation: 'bcdedit' is used to edit the Boot Configuration Data.

πŸ“Š Windows
Q. Which Windows component provides support for older programs?
  • (A) Compatibility Mode
  • (B) Safe Mode
  • (C) BitLocker
  • (D) Firewall
πŸ’¬ Discuss
βœ… Correct Answer: (A) Compatibility Mode

Explanation: Compatibility Mode allows older programs to run on newer Windows versions.

πŸ“Š Windows
Q. Which file extension is associated with Windows executable files?
  • (A) .exe
  • (B) .bat
  • (C) .dll
  • (D) .cmd
πŸ’¬ Discuss
βœ… Correct Answer: (A) .exe

Explanation: Executable programs in Windows use the .exe extension.

πŸ“Š Windows
Q. Which Windows key combination opens the Task Manager directly?
  • (A) Ctrl + Shift + Esc
  • (B) Alt + F4
  • (C) Windows + D
  • (D) Ctrl + Alt + Del
πŸ’¬ Discuss
βœ… Correct Answer: (A) Ctrl + Shift + Esc

Explanation: This combination directly opens Task Manager.

πŸ“Š Windows
Q. What is the purpose of the Windows Event Viewer?
  • (A) View system logs and errors
  • (B) Manage startup programs
  • (C) Encrypt files
  • (D) Partition hard disks
πŸ’¬ Discuss
βœ… Correct Answer: (A) View system logs and errors

Explanation: Event Viewer logs system, security, and application events.

πŸ“Š Windows
Q. Which of the following is a Windows disk image file?
  • (A) .iso
  • (B) .exe
  • (C) .dll
  • (D) .bat
πŸ’¬ Discuss
βœ… Correct Answer: (A) .iso

Explanation: .iso is a disk image file format.

πŸ“Š Windows
Q. Which Windows feature allows restoring system settings without affecting files?
  • (A) System Restore
  • (B) Reset This PC
  • (C) Safe Mode
  • (D) BitLocker
πŸ’¬ Discuss
βœ… Correct Answer: (A) System Restore

Explanation: System Restore reverts system files to an earlier state.

πŸ“Š Windows
Q. Which Windows folder contains system files required for booting?
  • (A) System32
  • (B) Temp
  • (C) Program Files
  • (D) Documents
πŸ’¬ Discuss
βœ… Correct Answer: (A) System32

Explanation: System32 holds essential system files for boot and operations.

πŸ“Š Windows
Q. What does the 'sfc /scannow' command do?
  • (A) Scans and repairs protected system files
  • (B) Formats the hard drive
  • (C) Backs up user data
  • (D) Monitors network traffic
πŸ’¬ Discuss
βœ… Correct Answer: (A) Scans and repairs protected system files

Explanation: SFC checks system files for corruption and fixes them.