In Windows, the 'Snipping Tool' is used for: MCQ with Answer and Explanation

In Windows, the 'Snipping Tool' is used for:
A. Capturing screenshots
B. Editing images
C. Creating GIFs
D. Recording screen video
Answer: Option A
Solution (By JKSSB Mock Tests)
Snipping Tool captures screen regions; newer Windows has Snip & Sketch.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
What is the name of the structural system table maintained by an operating system to keep track of all relevant details of a running process?
A. Master Boot Record (MBR)
B. File Allocation Table (FAT)
C. Process Control Block (PCB)
D. Interrupt Vector Table (IVT)

Correct Answer: Option C


Explanation:
The Process Control Block (PCB) is a data structure used by the operating system kernel to store all structural metadata and state flags for a specific process.

This question belongs to: Computer Operating Systems
Question #2
Which of the following is a feature of the NTFS file system?
A. File compression and encryption
B. Case-insensitive filenames
C. Maximum file size of 4 GB
D. Lack of journaling

Correct Answer: Option A


Explanation:
NTFS supports file-level compression, encryption (EFS), and journaling; it also allows large file sizes.

This question belongs to: Computer Operating Systems
Question #3
What is the default file system used by Windows 10 and 11?
A. exFAT
B. ext4
C. FAT32
D. NTFS

Correct Answer: Option D


Explanation:
Windows uses NTFS (New Technology File System) as its default file system for internal drives, supporting security, compression, and large files.

This question belongs to: Computer Operating Systems