Cómo funcionan las CPUs — Lectura en inglés (B1)
Aprenda cómo funcionan las CPUs de computadora. Nivel B2: vocabulario técnico sobre transistores, memoria caché y ejecución de instrucciones.
How CPUs Work: From Silicon to Instructions
Lectura para practicar
Lee gratis. Crea una cuenta para traducir palabras, guardar tu progreso y practicar.
Este artículo explica la estructura y operación de las unidades centrales de procesamiento (CPU) de las computadoras. Nivel B2 — para lectores con interés técnico o conocimientos básicos. Aprenderá 25 nuevas palabras de vocabulario de tecnología informática, incluyendo términos como transistors, cores, cache, clock speed, y entenderá el ciclo fetch-decode-execute y la jerarquía de memoria.
## The Building Blocks
At its core, a CPU contains billions of tiny transistors etched onto a silicon chip. These transistors act as microscopic switches that can be turned on or off to represent binary data — 1s and 0s. Modern processors, like those from Intel and AMD, pack over 50 billion transistors into a space smaller than your fingernail.
## The Fetch-Decode-Execute Cycle
The CPU operates in a continuous loop called the fetch-decode-execute cycle. First, it fetches an instruction from memory. Then it decodes what that instruction means. Finally, it executes the operation — whether that means adding numbers, comparing values, or moving data around.
## Cores and Threads
Early CPUs had a single core and could only handle one task at a time. Today's processors have multiple cores — typically 4 to 16 in consumer chips — allowing them to work on several tasks simultaneously. Hyper-threading technology lets each core handle two threads, effectively doubling the processing capacity.
## Clock Speed and Performance
The clock speed, measured in gigahertz (GHz), determines how many cycles a CPU completes each second. A 3.5 GHz processor performs 3.5 billion cycles per second. However, clock speed is not everything — modern CPUs use clever techniques like branch prediction and out-of-order execution to squeeze more performance from each cycle.
## Memory Hierarchy
CPUs rely on a memory hierarchy to keep data flowing. Registers store the most immediate data right inside the processor. The L1, L2, and L3 caches hold frequently used information closer than main memory. When the CPU needs data not in cache, it must fetch it from RAM, which takes significantly longer.
## Conclusion
Understanding how CPUs work helps developers write more efficient code. By minimizing cache misses, reducing branch mispredictions, and leveraging parallel processing, programmers can unlock the full potential of modern hardware.
Sobre el artículo
Qué aprenderás
25 palabras de vocabulario de tecnología informática, términos de CPU/transistors/cache, ciclo fetch-decode-execute, jerarquía de memoria
Este artículo explica la estructura y operación de las unidades centrales de procesamiento (CPU) de las computadoras. Nivel B2 — para lectores con interés técnico o conocimientos básicos. Aprenderá 25 nuevas palabras de vocabulario de tecnología informática, incluyendo términos como transistors, cores, cache, clock speed, y entenderá el ciclo fetch-decode-execute y la jerarquía de memoria.
Comentarios
Inicia sesión para dejar un comentario
Iniciar SesiónAún no hay comentarios. ¡Sé el primero!