File Types & Extensions
Attributes & Permissions
System File Locations
Command Prompt Basics
Copying, Moving, & Deleting
100

What is a file extension?

A suffix that identifies the program used to create and open a file.

100

What does the Hidden attribute do?

Hides a file or folder from File Explorer or the directory listing.

100

Where are most 64-bit program files stored by default?

C:\Program Files

100

What does cd .. do?

Moves back one directory.

100

What command deletes one or more files?

del

200

What file extension represents a Word document?

.docx

200

What does the Read-only attribute do?

Allows the file to be opened but not changed.

200

Where are 32-bit applications typically installed?

C:\Program Files (x86)

200

What command lists the files and folders in the current directory?

dir

200

What command removes a directory and all its contents?

rmdir /s

300

Which file extensions are image files?

.gif, .jpg, .png, .bmp

300

Which two attributes cannot exist on a file at the same time?

Compression and Encryption.

300

What folder contains core Windows OS files?

System32

300

What command makes a new directory?

md or mkdir

300

What command copies files and directories, including empty ones?

xcopy /e

400

What is the extension for a Windows installer file?

.msi

400

What file system supports NTFS permissions?

NTFS (not FAT32).

400

What folder contains a user’s desktop, documents, and downloads?

C:\Users\username

400

What does /? display when used with a command?

Detailed information or help about that command.

400

What command changes file attributes?

attrib

500

What type of file is a .bat file?

A batch file that launches another program or script.

500

What happens to NTFS permissions if you move a file to a non-NTFS partition?

Permissions are removed.

500

What folder contains IP address to hostname mappings?

C:\Windows\System32\drivers\etc

500

What does the `more` command do?

displays the contents of a text file or the output of another command, one screen at a time

500

What is the benefit of using robocopy over xcopy?

It can resume interrupted transfers and copy entire folder structures.