EXAM TITLE: IC3 GS6 Level 2 Digital Literacy Exam Questions | 100%
Correct Answers with Detailed Rationales (2026/2027 Edition)
IC3 GS6 Level 2 Digital Literacy Certification Examination
==============================
SECTION 1: Operating Systems and File Management
Question 1
A user needs to locate all files modified within the last 7 days on a Windows computer.
Which search syntax should be used in File Explorer?
A. kind:document modified:last week
B. datemodified:>6/16/2026
C. modified:last week
D. recent:7days
Correct Answer: A
Rationale: In Windows File Explorer, the search syntax "kind:document
modified:last week" uses built-in search filters to find documents
modified within the last 7 days. The "kind:" operator specifies file type,
and "modified:" with a relative time filter is the correct syntax. While
"datemodified:" can work with specific dates, relative time filters like
"last week" are more practical for dynamic searches. "recent:7days" is
not valid Windows search syntax.
,Question 2
A user notices their macOS computer is running slowly and suspects insufficient RAM is
the cause. Which built-in utility should the user open to verify current memory usage?
A. Disk Utility
B. Activity Monitor
C. System Information
D. Console
Correct Answer: B
Rationale: Activity Monitor on macOS provides real-time monitoring of
CPU, memory, energy, disk, and network usage. The Memory tab
shows memory pressure, physical memory usage, and cached files.
Disk Utility manages storage devices. System Information provides
hardware specifications but not real-time usage. Console displays
system logs.
Question 3
A user needs to compress a 2 GB folder of project files to email to a colleague. Which
file compression format offers the best balance of compression ratio and
cross-platform compatibility?
A. .rar
B. .7z
C. .zip
D. .tar.gz
Correct Answer: C
,Rationale: The ZIP format (.zip) offers the best balance of
compression ratio and cross-platform compatibility. ZIP is natively
supported by Windows, macOS, and most Linux distributions without
requiring third-party software. While 7z and RAR may offer slightly
better compression ratios, they require additional software on some
platforms. TAR.GZ is common on Linux but less natively supported on
Windows for extraction.
Question 4
A user wants to schedule an automated backup of their Documents folder to an external
drive every Sunday at 2:00 AM on Windows 11. Which tool is most appropriate for this
task?
A. System Restore
B. Task Scheduler with a batch script or built-in backup utility
C. Disk Cleanup
D. Device Manager
Correct Answer: B
Rationale: Task Scheduler allows users to automate tasks, including
running backup scripts or built-in backup utilities (such as File History
or Backup and Restore) at specified times. System Restore creates
restore points, not file backups. Disk Cleanup removes temporary files.
Device Manager manages hardware drivers.
Question 5
, A user accidentally deleted an important file from their Windows computer and emptied
the Recycle Bin. Which action offers the best chance of recovery before new data
overwrites the deleted file?
A. Running Disk Defragmenter immediately
B. Stopping all write operations to that drive and using file recovery software
C. Running Check Disk (chkdsk) with the /f parameter
D. Restoring from a system image backup created last year
Correct Answer: B
Rationale: When a file is deleted, the operating system marks the
space as available but does not immediately overwrite the data.
Stopping all write operations prevents overwriting, and file recovery
software can scan the drive for recoverable data. Disk Defragmenter
moves data and may overwrite deleted files. Check Disk repairs file
system errors but does not recover deleted files. A year-old system
image would not contain recent file versions.
Question 6
A user needs to change the default application for opening PDF files from Microsoft
Edge to Adobe Acrobat on Windows. Where should the user make this change?
A. Control Panel > Programs and Features
B. Settings > Apps > Default apps
C. File Explorer > View > Options
D. Task Manager > Startup apps
Correct Answer: B