aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/sisd/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/sisd/index.html')
-rw-r--r--files/es/glossary/sisd/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/es/glossary/sisd/index.html b/files/es/glossary/sisd/index.html
new file mode 100644
index 0000000000..d3d89df4c1
--- /dev/null
+++ b/files/es/glossary/sisd/index.html
@@ -0,0 +1,20 @@
+---
+title: SISD
+slug: Glossary/SISD
+tags:
+ - Arquitectura
+ - Glosario
+ - SISD
+translation_of: Glossary/SISD
+---
+<p>SISD son las siglas de <strong>Single Instruction/Single Data</strong> la cual es una {{Interwiki("wikipedia","Flynn%27s_taxonomy","clasificación de arquitecturas")}}. En las arquitecturas SISD, un único procesador ejecuta una única instrucción sobre un único punto de la memoria.</p>
+
+<p>En contraposición {{Glossary("SIMD")}} es una arquitectura que permite realizar una operación sobre distintos puntos de memoria.</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "SISD")}} on Wikipedia</li>
+</ul>