wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

1-2-2 File Management.

Total questions: 60

Worksheet time: 2hrs 30mins

Name
Class
Date
1.

A cybersecurity analyst explains to new interns that everything stored or transferred within a computer system is ultimately represented as a file. What key takeaway does this illustrate?

a)

Files are used only for documents and pictures

b)

All data on a computer is stored and accessed as files

c)

Files exist only when connected to the internet

d)

Folders and files are interchangeable terms

2.

During a lab exercise, a student creates a directory containing images and text documents. What characteristic distinguishes a folder from a standard file?

a)

A folder executes applications automatically

b)

A folder can store multiple files or other folders

c)

A folder encrypts all contents by default

d)

A folder cannot be renamed once created

3.

While monitoring system performance, an analyst sees several entries listed as processes. Which statement best defines a process?

a)

A compressed archive stored on disk

b)

A file currently running in the operating system’s memory

c)

A backup copy of a program

d)

A deleted file awaiting recovery

4.

An administrator explains that a SQL server stores multiple structured data tables accessed by network users. What does this example demonstrate?

a)

A database hosted on a data server

b)

A spreadsheet linked to a printer

c)

A firewall managing traffic

d)

A proxy cache

5.

A security technician encrypts a spreadsheet before emailing it to management. Which security goal is being met?

a)

Integrity

b)

Availability

c)

Confidentiality

d)

Non-repudiation

6.

A user searches for all Word documents by typing *docx instead of *.docx. Why does the query fail?

a)

The wildcard is case-sensitive

b)

The search lacks the period before the extension

c)

The OS blocks wildcard searches

d)

Hidden files override the command

7.

An attacker renames virus.exe to invoice.txt. What security concern does this action create?

a)

It compresses the file

b)

It disguises the executable as harmless text

c)

It deletes the code inside

d)

It disables encryption

8.

When double-clicking a .x1sx file, Excel automatically opens. What does this reveal about file extensions?

a)

They indicate file size

b)

They instruct the OS which program should process the file

c)

They determine file ownership

d)

They store encryption keys

9.

A user notices that photo.jpg.exe launches an installer instead of an image viewer. What is the most likely explanation?

a)

The file is corrupted

b)

The executable is disguised as an image to trick users

c)

The OS misread metadata

d)

It’s an encrypted photo archive

10.

A help-desk technician warns that changing a file’s extension does not alter its content. What could happen if a user renames a malicious .exe to .txt and opens it?

a)

It becomes safe to read

b)

The OS may still execute malicious code

c)

The file is automatically quarantined

d)

The extension prevents execution permanently

11.

Why must cybersecurity professionals understand different file categories (text, data, executable, compressed, etc.)?

a)

To predict file behavior and potential risk

b)

To increase network speed

c)

To hide malware from scans

d)

To reduce drive space

12.

Which file type commonly contains multiple compressed files bundled together for transport or installation?

a)

.zip

b)

.docx

c)

.mp3

d)

.html

13.

An engineer opens a .cad drawing. Which statement describes this file type?

a)

It stores bitmap pixels

b)

It contains 3-D geometric design data

c)

It holds sound waveforms

d)

It runs installation scripts

14.

A designer compares raster and vector images. Which difference is accurate?

a)

Raster uses pixels; vector uses mathematical paths and shapes

b)

Vector files cannot scale without distortion

c)

Raster files are always smaller

d)

Vector images store audio data

15.

A .dll file found in C:\Windows\System32 most likely serves which purpose?

a)

Audio storage

b)

System library supporting executable programs

c)

Encrypted password vault

d)

Game resource file

16.

A technician reviews running applications in Task Manager. What are those entries known as?

a)

Archives

b)

Processes

c)

Databases

d)

Drivers

17.

During a forensic audit, several files show “Owner: Unknown.” Why is ownership important for cybersecurity?

a)

It tracks accountability and legitimacy of each file

b)

It speeds up search indexing

c)

It reduces storage size

d)

It disables auto-updates

18.

Which condition would make a file immediately suspicious?

a)

Owned by the administrator

b)

Hidden with an illegitimate or missing owner

c)

Stored on a desktop

d)

Modified recently by the user

19.

Why do operating systems hide certain system files by default?

a)

To reduce clutter and prevent accidental modification

b)

To hide malware from users

c)

To encrypt temporary data

d)

To speed up searches

20.

From a security standpoint, why do attackers often hide files?

a)

Hidden files load faster

b)

Concealing files helps avoid detection by users and tools

c)

It grants administrator privileges

d)

It encrypts metadata automatically

21.

Which of the following is a legitimate reason to use encryption?

a)

Securing confidential payroll data

b)

Hiding ransomware payloads

c)

Evading file ownership

d)

Spoofing identity information

22.

Which example represents a malicious use of encryption?

a)

Encrypting a system backup

b)

A ransomware attack locking user data for payment

c)

Protecting VPN tunnels

d)

Encrypting an HTTPS session

23.

How can an investigator view hidden files in Windows during analysis?

a)

Enable “Show hidden items” in File Explorer settings

b)

Use Notepad

c)

Restart in Safe Mode only

d)

Run Disk Cleanup

24.

Which Windows search filter lists all files modified today?

a)

datemodified:today

b)

kind:folder

c)

filename:*today*

d)

owner:system

25.

A digital-forensics student wants only folders changed today. Which query should they use?

a)

kind:folder AND datemodified:today

b)

folder:today

c)

*.exe

d)

kind:image

26.

Which wildcard query locates filenames ending with “first”?

a)

first*

b)

*first

c)

first?

d)

kind:first

27.

When combining filters with the keyword OR, what is the effect?

a)

Either condition may be true for inclusion in results

b)

Both must be true

c)

It limits results to duplicates

d)

It filters out hidden files only

28.

What does the command kind:=.doc AND NOT datemodified:today return?

a)

Word documents not changed today

b)

Documents modified today

c)

All image files

d)

Only hidden folders

29.

Why might a file named update.jpg.exe raise an alert?

a)

It’s too large

b)

It conceals an executable within a misleading name

c)

It’s compressed

d)

It’s encrypted

30.

What does the principle “All data is a file” emphasize in computing?

a)

Every stored element, including folders and programs, exists as a file within the OS

b)

Only text documents are true files

c)

Files exist only online

d)

Audio and video are exceptions

31.

Which search operator limits results to file categories such as image, document, or folder?

a)

kind

b)

owner

c)

size

d)

tag

32.

A file with no owner appears in System32. How should an analyst classify it?

a)

Likely suspicious and potentially malicious

b)

Normal temporary file

c)

Safe configuration file

d)

Backup archive

33.

When a malicious file spoofs ownership information, what is it doing?

a)

Faking metadata to appear legitimate

b)

Compressing itself

c)

Changing permissions automatically

d)

Encrypting system logs

34.

Why should hidden files be inspected during threat-hunting activities?

a)

Malware frequently hides within these directories

b)

They never contain data

c)

They speed up startup

d)

They are auto-deleted

35.

Which command finds all .exe or .jpg files?

a)

kind:=.exe OR kind:=.jpg

b)

kind:folder

c)

datemodified:today

d)

owner:admin

36.

When narrowing searches during forensics, why might an analyst use wildcards?

a)

To broaden search patterns when the exact filename is unknown

b)

To delete duplicates

c)

To encrypt data

d)

To remove metadata

37.

Which file type is least likely to contain executable code?

a)

.mp4

b)

.exe

c)

.bat

d)

.dll

38.

What is the risk of running an unknown .exe downloaded from email?

a)

It may install or execute malicious software

b)

It automatically encrypts itself

c)

It deletes harmless files

d)

None; executables are safe by default

39.

Why should investigators adjust default search settings before an examination?

a)

To include hidden and system files that may contain evidence

b)

To disable audit logging

c)

To hide personal data

d)

To reset file permissions

40.

What accurately describes the function of a data server?

a)

Hosts and manages databases for multiple users over a network

b)

Stores only image backups

c)

Encrypts traffic automatically without configuration

d)

Filters spam emails

41.

A .html file is most closely associated with which purpose?

a)

Displaying webpages in browsers

b)

Running executable code

c)

Storing compressed archives

d)

Managing audio tracks

42.

How can analysts reduce false positives during advanced searches?

a)

Combine filters logically (AND / OR) to narrow scope

b)

Repeat the same keyword repeatedly

c)

Avoid filters entirely

d)

Ignore modification dates

43.

If an encrypted file is legitimate, how can it be accessed?

a)

Decrypt with the correct key or certificate

b)

Rename to remove encryption

c)

Copy to a different folder

d)

Change its extension

44.

Why is using short, broad search terms (like “My”) sometimes effective?

a)

Computers interpret queries literally; shorter terms capture more results

b)

It hides data from view

c)

It speeds up encryption

d)

It renames duplicates

45.

The query kind:folder OR datemodified:today would return which items?

a)

All folders and all files modified today

b)

Only images

c)

Only text documents

d)

Hidden files only

46.

Why must cybersecurity professionals understand file extensions?

a)

Extensions reveal how files behave and which programs may execute them

b)

They identify IP addresses

c)

They prevent viruses

d)

They track bandwidth

47.

Which search string identifies Word files not updated today?

a)

kind:=.doc AND NOT datemodified:today

b)

*.jpg

c)

owner:admin

d)

kind:music

48.

A .exe file located in the Downloads folder was last modified yesterday by “Unknown User.” Which conclusion is most accurate?

a)

The file may be malicious or improperly sourced

b)

It is a legitimate system update

c)

It’s a harmless cache file

d)

Ownership is irrelevant

49.

Why might investigators prioritize reviewing recently modified executable files?

a)

Attackers often drop or alter executables during compromise

b)

To compress disk space

c)

To clear cache files

d)

To defragment drives

50.

Which search query combines file type and modification-date filters effectively?

a)

kind:=.doc AND NOT datemodified:today

b)

datemodified:thisweek only

c)

owner:system

d)

*.tmp

51.

You receive an email with an attachment named invoice.pdf.exe. What should a cybersecurity professional suspect?

a)

A harmless PDF file

b)

An executable disguised as a document

c)

A compressed archive

d)

An outdated invoice

52.

During a malware investigation, you find a hidden .exe in C:\Users\Public\Videos. What is your first action?

a)

Delete it immediately

b)

Verify file ownership and digital signature

c)

Execute to confirm behavior

d)

Move it to another folder

53.

A user reports that all personal files now end in .locked and cannot be opened. Which threat best fits this symptom?

a)

Spyware

b)

Ransomware

c)

Rootkit

d)

Keylogger

54.

During an audit, several files display ownership by an Unknown SID. What does this indicate?

a)

The user account was deleted or spoofed

b)

The file is encrypted

c)

Normal OS operation

d)

Network latency

55.

While reviewing system logs, you find hundreds of files in System32 modified today without an update notice. What should you do first?

a)

Investigate for potential malware or unauthorized modifications

b)

Ignore the results

c)

Rename the folder

d)

Empty the Recycle Bin

56.

A suspicious .zip file appears in AppData\Roaming. What risk does this most likely represent?

a)

Temporary cache

b)

Encrypted malware payload delivery

c)

Audio library

d)

Backup folder

57.

You discover update.bat created by a “Guest” account. Why is this a red flag?

a)

BAT files can’t run in Windows

b)

Guest accounts should not create or run scripts

c)

It’s a normal maintenance task

d)

It’s a hidden system driver

58.

An examiner searches *password* across all drives. What is the purpose of this wildcard query?

a)

Locate any file containing “password” in its name or path

b)

Encrypt those files

c)

Delete credential logs

d)

Change permissions

59.

Several .exe files are renamed to .txt within a temporary folder. Why might an attacker do this?

a)

To evade filters that block executables

b)

To speed up system performance

c)

To compress them

d)

To allow printing

60.

A file named grades.xlsx is encrypted and requests a decryption key. What should a cybersecurity technician do first?

a)

Attempt to identify whether encryption is legitimate and obtain authorization

b)

Guess the password

c)

Delete the file

d)

Rename the extension to open it