Skip to content
Independent price research — Updated 03/04/2026
Dk
DenskaResearch & Comparisons
Back to Home

Technical Dictionary

Clear and insightful definitions for technical jargon, complex concepts, and emerging technologies. Concise when possible, but thorough when the term demands it.

48 terms·13 categories·v3

Web Development & Performance

SSG (Static Site Generation)

What it is: Static Site Generation. The server generates all website pages as pure HTML files only once, during the build step.

How it works: When a user visits a page, they receive a ready-made file with no server-side processing.

Practical difference: It is the fastest possible method to deliver a page. Ideal for content that rarely changes (blogs, institutional websites, documentation). The downside is that any change requires a full site rebuild.

ISR (Incremental Static Regeneration)

What it is: Incremental Static Regeneration. An evolution of SSG created by Vercel (Next.js).

How it works: The site is statically generated at build time, but the server can "regenerate" specific pages in the background after a set period (e.g., every 60 seconds) or on demand.

Practical difference: Combines the speed of static pages with the ability to have near-real-time content. Perfect for Denska: product pages are as fast as static ones, but prices can be updated periodically without having to rebuild everything.

Web Scraping

What it is: "Data scraping." An automated process of using bots to visit websites and extract specific information (e.g., product name, price, stock).

How it works: A script simulates a browser, loads a store's page, and "reads" the HTML code to find the desired data.

Practical difference: It is the technology that allows Denska to collect and compare prices from dozens of different retailers automatically and continuously.

Rate Limiting

What it is: Rate Limiting. An essential security technique to protect a server or API.

How it works: It imposes a limit on how many requests a single user or IP address can make within a time window (e.g., 100 requests per minute).

Practical difference: Prevents a single user (or a malicious bot) from overwhelming the system, ensuring the site remains available to everyone. It is a crucial defense against denial-of-service (DDoS) attacks.

Storage

HDD (Hard Disk Drive)

What it is: Hard Disk Drive. Mechanical storage that uses spinning magnetic platters and a read/write needle.

Practical difference: It is an old, slow, and fragile technology. Read speeds rarely exceed 150 MB/s.

Who is it for today? Only for storing large volumes of data where speed does not matter (backups, media files), due to its low cost per gigabyte.

SSD (Solid-State Drive)

What it is: Solid-State Drive. Electronic storage that uses flash memory chips with no moving parts.

Practical difference: It is the modern standard. Silent, durable, and drastically faster than an HDD. A basic SSD is already 3-4x faster, and high-end models can be up to 100x faster.

SSD SATA

What it is: An SSD that uses the SATA III communication interface, the same one used by HDDs.

Practical difference: The SATA interface caps speed at a theoretical maximum of 600 MB/s (in practice, ~550 MB/s).

Who is it for? It is the cheapest and easiest way to speed up an older computer (desktop or laptop) that lacks more modern slots. The difference between an HDD and a SATA SSD is enormous.

SSD NVMe

What it is: An SSD that uses the NVMe protocol, designed from the ground up for flash memory. It communicates with the CPU through the much faster PCIe bus.

Practical difference: Speeds are far superior. PCIe 3.0: ~3,500 MB/s. PCIe 4.0: ~7,000 MB/s. PCIe 5.0: ~14,000 MB/s. Drastically reduces load times for games, operating systems, and heavy applications.

M.2

What it is: Simply the physical format (form factor) of the SSD, similar in shape to a RAM stick.

Practical difference: It is compact and plugs directly into the motherboard, eliminating cables.

Important: an M.2 SSD can be either SATA (slow) or NVMe (fast). It is crucial to check the specification. An M.2 slot on the motherboard may also support only SATA or NVMe.

TBW (Terabytes Written)

What it is: Terabytes Written. A metric that defines the durability of an SSD.

Practical difference: It indicates how many terabytes you can write to the SSD before its memory cells start to fail. A Samsung 990 Pro 1TB has 600 TBW, meaning you could write 100 GB of data every single day for over 16 years. For the average user, the durability of modern SSDs is a non-issue.

Random Access Memory

RAM (Random Access Memory)

What it is: Random Access Memory. Ultra-fast, volatile memory (erased when powered off) that acts as your computer's "workspace."

Practical difference: It stores the data of programs currently running. Too little RAM forces the system to use the SSD/HDD (much slower) as auxiliary memory, causing slowdowns and "stutters," especially with many browser tabs or programs open.

DDR4 vs DDR5

What they are: The two most recent generations of RAM. DDR4: Standard from ~2015 to 2024. Common speeds of 2666 to 3600 MHz. DDR5: Standard from 2024 onward. Common speeds of 5200 to 7200+ MHz.

Practical difference: DDR5 is not just faster in clock speed -- it has double the bandwidth per cycle. In memory-dependent tasks (gaming, file compression, certain professional workloads), DDR5 can deliver a 10-20% performance gain over DDR4 at the same price range. They are not cross-compatible (motherboards are either DDR4 or DDR5).

Dual Channel

What it is: An operating mode that doubles the communication bandwidth between RAM and the CPU.

Practical difference: It requires installing two (or four) identical memory sticks in the correct motherboard slots. Running in single channel (only one stick) can cut performance in games and graphical applications by up to 30%. It is one of the most important and cheapest upgrades you can make.

CL (CAS Latency)

What it is: CAS Latency. Measures the response time of the memory in clock cycles.

Practical difference: It is the "ping" of your RAM. A lower number is better.

Example: DDR5-6000 CL30 memory is superior to DDR5-6000 CL36 because it responds faster to CPU requests. The ideal approach is to find a balance between high frequency (MHz) and low latency (CL).

XMP / EXPO

What they are: Pre-configured overclock profiles. XMP (Intel) and EXPO (AMD) are manufacturer-tested settings that automatically adjust the RAM's frequency, latency, and voltage to the advertised speed.

Practical difference: Without enabling XMP/EXPO in the BIOS, your 6000 MHz RAM may run at the default speed of 4800 MHz. It is an essential step after building a PC to ensure you are getting all the performance you paid for.

CPU — Central Processing Unit

Núcleo (Core)

What it is: An independent processing unit inside the CPU.

Practical difference: More cores allow the computer to run more tasks truly simultaneously. An 8-core processor can, for example, run a demanding game, stream that game, and keep Discord open -- all without stuttering, because each task can use different cores. For productivity tasks (video rendering, code compilation), more cores mean the job finishes faster.

Clock (Frequência)

What it is: The speed at which a core operates, measured in Gigahertz (GHz).

Practical difference: A higher clock means the core can complete more instruction cycles per second. This directly benefits tasks that do not divide well across many cores, such as most games. That is why, for gaming, a 6-core processor at 5.0 GHz can outperform a 12-core processor at 4.0 GHz.

IPC (Instructions Per Clock)

What it is: Instructions Per Clock. Measures the efficiency of the CPU architecture.

Practical difference: It is what truly defines a processor's power. A newer CPU with higher IPC can do far more work in the same clock cycle than an older one. That is why an Intel Core i5 14th gen (2024) at 4.5 GHz is incomparably faster than a Core i5 4th gen (2013) at the same 4.5 GHz. IPC has improved dramatically over the past 10 years.

Cache (L1, L2, L3)

What it is: A small amount of ultra-fast memory built directly into the CPU.

Practical difference: It works as the CPU's "short-term memory," storing the most frequently used data. Accessing cache is orders of magnitude faster than fetching data from RAM. More cache (especially L3) reduces CPU "wait time" and significantly boosts performance in games and complex applications. AMD's 3D V-Cache is an extreme example of this, stacking extra cache for massive gains in gaming.

GPU — Graphics Processing Unit

VRAM (Video RAM)

What it is: The dedicated memory of the graphics card.

Practical difference: It stores the textures, 3D models, and other graphical data the GPU needs to render an image. Too little VRAM is a critical bottleneck: if a game needs 10 GB of textures and your card only has 8 GB, it must constantly fetch the missing 2 GB from system RAM (much slower), causing sudden FPS drops (stuttering). For gaming at 1440p (QHD) or 4K, 12 GB of VRAM is the new recommended minimum.

Ray Tracing

What it is: A rendering technique that simulates the physical path of light rays in a scene.

Practical difference: It produces incredibly realistic lighting, shadows, and reflections that were impossible with older techniques. The trade-off is a massive performance hit. Nvidia cards (RTX) generally have dedicated hardware (RT Cores) that handles Ray Tracing better than AMD cards.

DLSS / FSR / XeSS

What they are: Upscaling technologies that are the solution to the performance cost of Ray Tracing.

How they work: The GPU renders the game at a lower resolution (e.g., 1080p) and uses AI (DLSS/XeSS) or spatial algorithms (FSR) to reconstruct the image to a higher resolution (e.g., 4K) in real time.

Practical difference: The result is a massive FPS gain (often more than double) with minimal image quality loss or, in some cases, even improving the image. DLSS (Nvidia) is considered the gold standard in quality but only works on RTX cards. FSR (AMD) is open source and works on virtually any graphics card.

Cryptoassets & Digital Finance

Blockchain

What it is: A digital, public, and immutable ledger. Think of it as an accounting book that is distributed across thousands of computers worldwide.

Practical difference: Once a transaction is recorded in a "block" and added to the "chain," it cannot be altered or removed, ensuring a permanent and transparent record. This immutability is what gives security to cryptoassets like Bitcoin.

Hardware Wallet vs Software Wallet

What they are: Ways to store the "passwords" (private keys) of your cryptoassets. Software Wallet: An app on your PC or phone. Convenient, but vulnerable to malware and hackers. Hardware Wallet: A physical device (similar to a USB drive) that keeps the keys offline. Secure, because even if your PC is infected, the keys never leave the device.

Rule of thumb: Use software wallets for small everyday amounts and hardware wallets to store the majority of your assets.

CBDC (Central Bank Digital Currency)

What it is: Central Bank Digital Currency. A digital version of a country's official currency (Real, Dollar), issued and controlled by the government.

Practical difference: It is the opposite of a cryptoasset like Bitcoin. It is centralized, not anonymous, and programmable. The government can, theoretically, track all transactions, impose spending limits, or even program money to have an expiration date. It is a tool for monetary control, not financial freedom.

Tokenização

What it is: The process of turning a real-world asset (a property, a stock, a work of art, a debt security) into a digital token on a blockchain.

Practical difference: It allows traditionally illiquid assets to be fractioned and traded 24/7, globally, with fewer intermediaries. You could, for example, buy 1/1000 of an apartment in Tokyo as easily as buying a stock.

Information Security

Criptografia Pós-Quântica (PQC)

What it is: Post-Quantum Cryptography. New encryption algorithms designed to be secure against attacks from quantum computers.

Practical difference: Quantum computers, once powerful enough, will be able to break most of the encryption we use today (RSA, ECC). PQC develops mathematical problems believed to be hard for both classical and quantum computers, ensuring data security in the future.

RBAC (Role-Based Access Control)

What it is: Role-Based Access Control. A security model that grants permissions to users based on their roles within an organization.

Practical difference: Instead of granting permissions to "John," you grant permissions to the "Editor" role. If John is hired as an editor, he inherits those permissions. If he is let go, you simply remove the "Editor" role from his account. It is a far more secure and manageable system than granting individual permissions.

Denska example: Admin (full access), Editor (can publish articles), User (can comment and manage their subscription).

AI & Geopolitics

Geopolítica da IA

What it is: The analysis of the strategic competition between nations, primarily the USA and China, for dominance in Artificial Intelligence.

Practical difference: This race is not just about who has the best chatbot. It involves a "war" over: 1) Talent: attracting the best researchers. 2) Resources: controlling the production of advanced chips (the "chip war"). 3) Data: access to large datasets to train models. 4) Standards: setting the technical and ethical standards for global AI. The winner of this race will hold a massive economic and military advantage in the 21st century.

Computação Quântica

What it is: A new computing paradigm that uses the properties of quantum mechanics (superposition, entanglement) to solve specific types of problems that are impossible for classical computers.

Practical difference: It is not a "faster computer" for everyday tasks. It is a specialized tool for problems like molecular simulation (drug discovery), optimization of complex systems (logistics, finance), and, crucially, breaking current encryption.

Motherboards

Chipset

What it is: The "brain" of the motherboard -- a set of chips that manages communication between the CPU, RAM, SSDs, and all connected peripherals.

Practical difference: The chipset determines the motherboard's capabilities. It defines which CPU generation is compatible, how many USB ports and at what speed will be available, the number of M.2 slots, and whether overclocking is possible.

Example: A Z790 (Intel) or X670 (AMD) chipset is enthusiast-grade and supports overclocking, while an H610 (Intel) or A620 (AMD) is entry-level, with fewer features and no CPU overclocking support.

Socket (Soquete)

What it is: The physical connector on the motherboard where the processor (CPU) is installed.

Practical difference: Each processor generation uses a specific socket, and they are incompatible with each other. LGA (Land Grid Array): Used by Intel and more recently by AMD (AM5) -- the contact pins are on the socket, not on the CPU. PGA (Pin Grid Array): Used by AMD up to the AM4 generation -- the pins are on the CPU itself. Choosing the socket is the first decision when building a PC, as it determines which processor lineup you can use.

VRM (Voltage Regulator Module)

What it is: Voltage Regulator Module. A crucial circuit located around the CPU socket, responsible for converting the 12V from the power supply to the much lower and more stable voltage the CPU requires (typically between 1.2V and 1.4V).

Practical difference: VRM quality is fundamental to system stability and overclocking potential. A robust VRM with more power phases and good heatsinks delivers clean, stable power, allowing high-consumption CPUs to run at peak performance without overheating or experiencing instability. Cheap motherboards with weak VRMs can overheat and throttle powerful processors.

Formato (ATX, mATX, ITX)

What it is: The physical size standard of the motherboard. ATX: The standard size (30.5 x 24.4 cm), offering the most expansion slots (PCIe) and connectivity. Micro-ATX (mATX): A mid-size format (24.4 x 24.4 cm), shorter than ATX with fewer PCIe slots, but still very versatile. Mini-ITX (ITX): The smallest format (17 x 17 cm), designed for ultra-compact computers. It has only one PCIe slot (for the graphics card) and generally fewer ports and memory slots. The format choice depends on case size and expansion needs.

PSU — Power Supply Unit

Certificação 80 Plus

What it is: A voluntary certification program that measures the energy efficiency of a power supply.

Practical difference: A more efficient PSU wastes less energy as heat, resulting in lower electricity consumption and cooler operation. The certification has several tiers: Bronze (82-85% efficiency), Silver (85-88%), Gold (87-90%), Platinum (89-92%), and Titanium (90-94%). A Gold-rated PSU, for example, ensures that at least 87% of the energy drawn from the wall outlet is effectively delivered to the PC components. For high-performance systems, Gold certification is the recommended minimum.

Modularidade (Modular, Semi-Modular, Não-Modular)

What it is: Refers to how power cables are connected to the PSU. Non-Modular: All cables are permanently attached to the PSU. It is the cheapest option but the hardest to manage, since all unused cables must be hidden inside the case, hurting airflow. Semi-Modular: Only the essential cables (motherboard and CPU) are fixed. Cables for peripherals (graphics card, SSDs) are modular, so you only connect what you need. Fully Modular: No cables are fixed. It offers maximum flexibility for cable management and allows the use of custom sleeved cables, resulting in a cleaner case interior with better airflow.

PFC Ativo (Active Power Factor Correction)

What it is: Active Power Factor Correction. An electronic circuit that corrects the power factor of the PSU, ensuring it uses electricity from the grid more efficiently.

Practical difference: PSUs with Active PFC are more efficient, more stable, and produce less electrical interference. They are also auto-voltage, automatically adjusting to 110V or 220V input. Modern, quality PSUs almost always feature Active PFC. It is an indicator of superior quality and safety compared to older PSUs with passive PFC or no correction at all.

Displays

Tipo de Painel (IPS, VA, OLED)

What it is: The fundamental technology that forms the image. IPS (In-Plane Switching): Offers the best color accuracy and viewing angles. It is the standard for professional image work and for those seeking the best visual quality. VA (Vertical Alignment): A middle ground, known for excellent contrast (deeper blacks than IPS), but may suffer from slower response times, causing a "ghosting" effect in fast-moving scenes. OLED (Organic Light-Emitting Diode): The most advanced technology. Each pixel emits its own light, enabling infinite contrast (true black) and near-instantaneous response time. The result is vibrant colors and flawless motion. The cost is higher, and there is a theoretical risk of burn-in (static image retention), although this has been greatly mitigated in modern models.

Taxa de Atualização (Hz)

What it is: Measured in Hertz (Hz), it indicates how many times the monitor refreshes the image on screen per second.

Practical difference: A higher refresh rate results in a much smoother and more fluid image. The difference between a 60Hz monitor (the old standard) and a 144Hz or 240Hz one is immediately noticeable, especially in fast-paced games. For competitive gaming, 144Hz is the recommended minimum, as it improves motion clarity and reduces reaction time. It is important to note that the monitor's refresh rate (Hz) is the upper limit; the graphics card needs to generate frames per second (FPS) at an equal or higher rate to take advantage of it.

Tempo de Resposta (ms)

What it is: Measured in milliseconds (ms), it is the time a pixel takes to change from one color to another (usually gray-to-gray, or GtG).

Practical difference: A low response time is crucial for sharpness in fast-moving scenes. High response times (above 5ms) cause "motion blur" or "ghosting" -- a visible trail that smears the image. Gaming monitors aim for response times of 1ms or less. OLED panels have a natural advantage here, with response times close to 0.03ms, completely eliminating ghosting.

Sincronização Adaptativa (G-Sync & FreeSync)

What it is: Technologies that synchronize the monitor's refresh rate with the frame rate (FPS) being generated by the graphics card in real time. G-Sync (Nvidia): Requires a compatible Nvidia graphics card. FreeSync (AMD): An open standard that works with AMD cards and, more recently, also with Nvidia cards (on "G-Sync Compatible" monitors).

Practical difference: Eliminates "screen tearing" (when the image appears "ripped" in the middle) and "stuttering" (minor freezes) that occur when the monitor and graphics card are out of sync. The result is a perfectly smooth gaming experience free of visual artifacts.

HDR (High Dynamic Range)

What it is: High Dynamic Range. A technology that allows the monitor to display a much wider range of brightness and color than standard monitors (SDR).

Practical difference: Good HDR makes images more realistic and immersive. Dark areas of a scene become more detailed (instead of a black blob), and bright highlights (like sunlight, explosions, or headlights) become incredibly luminous without washing out the rest of the image. HDR quality is measured by certifications such as DisplayHDR 400, 600, or 1000, where a higher number indicates a higher peak brightness and a better experience.

Networking & Connectivity

Wi-Fi 6 vs. Wi-Fi 7

What they are: The two most recent generations of wireless networking technology. Wi-Fi 6 (802.11ax): Introduced crucial efficiency improvements for handling many simultaneously connected devices. Wi-Fi 7 (802.11be): A radical evolution that operates on three bands (2.4, 5, and 6 GHz), uses wider channels (320 MHz), and introduces Multi-Link Operation (MLO).

Practical difference: Wi-Fi 7 is drastically faster (theoretical speed of 46 Gbps vs. 9.6 Gbps for Wi-Fi 6) and smarter. With MLO, a device can connect to two bands simultaneously -- for example, using 6 GHz for a low-latency online game and 5 GHz for a background download, without one task affecting the other. This results in much lower latency and unprecedented stability, even in congested environments.

Porta Ethernet (Gigabit, 2.5G, 10G)

What it is: The wired network port on a computer or router. Gigabit (1 Gbps): The standard for many years, offering speeds up to 1 gigabit per second. Sufficient for most residential internet plans. 2.5G Ethernet (2.5 Gbps): A mid-tier standard offering 2.5 times the speed of Gigabit, ideal for internet plans above 1 Gbps, fast local network transfers (to a NAS, for example), and for gamers seeking the lowest possible latency. 10G Ethernet (10 Gbps): The standard for professional and enthusiast use, offering massive speed for network video editing, home servers, and high-performance infrastructure.

Practical difference: For most users, Gigabit is sufficient. However, with the growing adoption of high-speed fiber internet, a 2.5G port on the motherboard is becoming an important differentiator to ensure you can take full advantage of your contracted speed in the future.

Codecs Bluetooth (SBC, AAC, aptX)

What it is: Compression algorithms that encode audio for wireless transmission via Bluetooth. SBC (Subband Codec): The basic, mandatory codec on all Bluetooth devices. Quality is merely acceptable, with noticeable compression. AAC (Advanced Audio Coding): The standard for Apple devices (iPhones, AirPods). It offers notably superior audio quality over SBC at the same bitrate. aptX (and its variants): Developed by Qualcomm, it is the standard for high-quality audio on Android devices and premium headphones. aptX HD offers near-CD quality, and aptX Adaptive dynamically adjusts the bitrate to prioritize audio quality or low latency, depending on what you are doing (listening to music or gaming).

Practical difference: To get the best wireless sound quality, both your phone/PC and your headphones must support the same advanced codec (AAC or one of the aptX variants).

Cooling

Air Cooler vs. Water Cooler (AIO)

What they are: The two main methods for dissipating CPU heat. Air Cooler: Uses a metal heatsink with fins and one or more fans to transfer heat from the CPU into the air. Water Cooler AIO (All-In-One): Uses a sealed system with coolant liquid. A pump pushes the liquid through a block that sits on the CPU, absorbing heat. The hot liquid travels to a radiator, where fans cool it before it returns to the block.

Practical difference: High-performance air coolers are more reliable (fewer points of failure), quieter on average, and offer excellent value, being sufficient for most CPUs. AIOs offer superior cooling potential, ideal for very high-power CPUs and extreme overclocking. They also provide a cleaner, more modern look inside the case, without a massive metal block over the processor.

TDP (Thermal Design Power)

What it is: Thermal Design Power. Measured in Watts, it is a specification that represents the maximum amount of heat a processor generates under a typical workload.

Practical difference: TDP is not the CPU's power consumption but rather a guideline for choosing the right cooler. A cooler must have a heat dissipation capacity (usually stated by the manufacturer) equal to or, ideally, greater than the CPU's TDP. For example, a CPU with a 125W TDP needs a cooler capable of dissipating at least 125W of heat to operate without overheating (throttling). Ignoring TDP can lead to reduced performance and a shorter component lifespan.

Pasta Térmica (Thermal Paste)

What it is: A heat-conductive compound applied between the CPU surface (the IHS - Integrated Heat Spreader) and the base of the cooler.

Practical difference: The metal surfaces of the CPU and cooler, although they appear perfectly flat, have micro-imperfections. Thermal paste fills these microscopic gaps, eliminating air pockets (air is a very poor heat conductor) and ensuring maximum, efficient heat transfer between the processor and the heatsink. It is an absolutely essential component. Without thermal paste, or with a poorly done application, the CPU would overheat rapidly. It should be replaced every 2-3 years to maintain peak efficiency.
Technical Dictionary — Denska