Set 16 Flashcards
(18 cards)
File System
The method an OS uses to store, organize, and manage files on a drive (e.g., NTFS, FAT32, ext4).
FTP
(File Transfer Protocol). A protocol used to transfer files between computers over a network, typically requiring a username and password.
File-Level Backup
A backup that saves individual files and folders, as opposed to backing up an entire system image or disk.
Filename
The name assigned to a file when it is created or saved, usually including a file extension to indicate its type (e.g., report.docx).
Fileshare
A shared folder or directory on a network that allows users to access and exchange files across multiple devices.
Find
A command or feature used to search for specific text, files, or patterns within a document or file system.
Fingerprint Lock
A biometric security feature that uses fingerprint recognition to unlock a device or app, ensuring user authentication.
Fingerprint Scanner
A hardware device that scans and analyzes a fingerprint to authenticate a user, commonly used in laptops and smartphones.
Firewall
A security system that monitors and controls incoming and outgoing network traffic, blocking unauthorized access while allowing safe communication.
Firmware
Permanent software programmed into hardware (like BIOS or embedded systems) that provides low-level control for a device.
Firmware Update
A software update that improves or fixes issues in a device’s firmware, often used to enhance performance or security.
Flash ROM
A type of non-volatile memory used to store firmware that can be rewritten or updated, unlike traditional ROM.
Folder Permission
Access rules assigned to folders that control who can read, write, or execute files within the folder.
Force Stop
A command, typically on Android or via Task Manager in Windows, used to immediately terminate a running application.
Form Factor
The physical size, shape, and layout of a hardware component (e.g., ATX, Micro-ATX for motherboards; 2.5” vs 3.5” for drives).
Format
To prepare a storage device by creating a file system, which erases all existing data and sets it up for use.
Formatting
The process of applying a file system to a disk or partition, allowing the operating system to store and retrieve data.
Fragmentation
When a file’s data is stored in non-contiguous sectors on a disk, which can slow access times. Defragmentation reorganizes the data for efficiency.