Tech Glossary
Decode the jargon. Simple definitions for complex file & data terms.
A
Algorithm
GeneralA set of rules or instructions given to an AI, neural network, or other machine to help it learn on its own; classification, clustering, recommendation, and regression are four of the most popular types.
API (Application Programming Interface)
CodeA set of functions and procedures allowing the creation of applications that access the features or data of an operating system, application, or other service.
Archive
ArchiveA single file that contains one or more files and/or folders, often compressed to save space (e.g., .zip, .rar).
ASCII
CodeAmerican Standard Code for Information Interchange. A character encoding standard for electronic communication.
B
Bandwidth
GeneralThe maximum amount of data that can be transmitted over an internet connection in a given amount of time.
Binary File
GeneralA file that contains data in a format that is not human-readable text (e.g., images, audio, executable programs).
Bitrate
Audio/VideoThe number of bits that are conveyed or processed per unit of time. High bitrate usually means higher quality audio or video.
Byte
GeneralA unit of digital information that typically consists of eight bits. It is the standard unit for file sizes (KB, MB, GB).
C
Cache
GeneralA hardware or software component that stores data so that future requests for that data can be served faster.
Codec
Audio/VideoA device or program that compresses data to enable faster transmission and decompresses received data.
Compression
GeneralThe process of encoding information using fewer bits than the original representation. Can be lossy (quality loss) or lossless (no quality loss).
CSV (Comma Separated Values)
DocumentA simple file format used to store tabular data, such as a spreadsheet or database.
D
Dummy File
GeneralA file created with the primary purpose of taking up space or testing file handling, often containing random or non-essential data.
E
Extension
GeneralThe suffix at the end of a filename (e.g., .txt, .jpg) that indicates the file type to the operating system.
G
GIF (Graphics Interchange Format)
ImageA bitmap image format that supports animations. It uses lossless data compression.
J
JPEG (Joint Photographic Experts Group)
ImageA commonly used method of lossy compression for digital images, particularly for those images produced by digital photography.
JSON (JavaScript Object Notation)
CodeA lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.
L
Lossless
GeneralA class of data compression algorithms that allows the original data to be perfectly reconstructed from the compressed data.
Lossy
GeneralA class of data compression where some amount of data is lost. This technique attempts to eliminate redundant information.
M
Metadata
GeneralData that provides information about other data (e.g., file size, author, date created, camera settings for images).
MIME Type
CodeA standard integerated into web browsers and servers to define the nature and format of a document, file, or covering set of bytes.
P
PDF (Portable Document Format)
DocumentA file format used to present and exchange documents reliably, independent of software, hardware, or operating system.
Pixel
ImageThe smallest controllable element of a picture represented on the screen.
PNG (Portable Network Graphics)
ImageA raster-graphics file format that supports lossless data compression and integrity.
R
Resolution
ImageThe number of pixels (individual points of color) contained on a display monitor, expressed in terms of the number of pixels on the horizontal axis and the number on the vertical axis.
S
Scalability
GeneralThe capability of a system, network, or process to handle a growing amount of work, or its potential to be enlarged to accommodate that growth.
SVG (Scalable Vector Graphics)
ImageAn XML-based vector image format for two-dimensional graphics with support for interactivity and animation.
V
Vector Graphics
ImageComputer graphics images that are defined in terms of points on a Cartesian plane, which are connected by lines and curves to form polygons and other shapes.
X
XML (Extensible Markup Language)
CodeA markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.
Z
ZIP
ArchiveAn archive file format that supports lossless data compression. A .zip file may contain one or more files or directories that may have been compressed.
Don't see a term?
We are constantly updating our glossary. If you'd like to suggest a new definition or correction, please let us know.
Contact Us