Juliana Carmona Esteban Cano

Slides:



Advertisements
Presentaciones similares
Simulación en VHDL del Datapath del MIPS
Advertisements

Arquitectura de Computadores I
Novedades Windows Server 2012 R2 Expositor : Ing. Carlos M Chunga L Microsoft Certified Trainer (MCT) Microsoft Certified Solutions Expert (MCSE): Server.
CPU 8088 vs. Pentium TEEL 4011 Prof. Jaime José Laracuente-Díaz.
Notes #18 Numbers 31 and higher Standard 1.2
Superlatives Page 400 Superlatives  In English, Superlatives are when we use adjectives with an “est” as a suffix.  For example, the fastest runner,
Bienvenida ALC 135 Miércoles el 13 de abril. objetivo Yo puedo presentar el ppt de la Semana Santa.
Saber and Conocer (Los verbos saber y conocer) to know Notes: page 31 of your INB.
Un juego de adivinanzas: ¿Dónde está el tesoro? A1B1C1D1E1F1 A4B4C4D4E4F4 A2B2C2D2E2F2 A5B5C5D5E5F5 A3B3C3D3E3F3 A6B6C6D6E6F6 Inténtalo de nuevo Inténtalo.
English Language II (2). English Language I (2) Warm-up.
Input Devices. An input device is a piece of equipment used for entering data or controlling a computer, for example, a mouse, a keyboard, a scanner,
Estructura de un ordenador. Ronald Valverde Zambrano.
ONOFF Por Martha Abeille Profesora de Español What is the meaning of “to be” in Spanish? Conjugation of “to be” in English Conjugations of “ser and estar”
THE VERB ESTAR Español 1 – Unidad 2 Lección 2. THE VERB ESTAR The verb estar means TO BE and is used to indicate LOCATION as well as to say how people.
6 de febrero de 2017.
Tema: Informática I (Hardware)
Para conectarse a Internet
Conceptos de Computación
Robot Design 10º Unit III Criteria A Inquiry and Analyzing Strand 1
Gustar V. Encantar.
EspaÑol 1 Lesson 3 30 de Agosto de 2016
Past Participles as Adjectives
Los verbos ser, Tener, estar
Las clases de Sra. Schwarz Realidades 1
Centro de Operaciones de John Deere
Superlatives In English, Superlatives are when we use adjectives with an “est” as a suffix. For example, the fastest runner, the tallest girl, etc.
Double Object Pronouns
La Memoria Memoria de la computadora es el espacio de almacenamiento en la computadora donde datos va a ser procesada y se almacenan las instrucciones.
JUGAR to play a sport or a game
Componentes básicos de una computadora
Getting to know you more!
#10- Estar with Conditions and Emotions
La Tarea para martes, el 8 de octubre de 2013: (Homework for Tuesday...) Since we had no time for the mini-quiz on all the uses of TENER, today, use the.
Unidad 3 Isai Galvan Alaniz
Para hacer ahora Yesterday in class, we learned about the verbs “ser” and “estar”. Pretend that a classmate is still really confused about the difference.
Componentes físicos internos
Conceptos de Computación
William Stallings Computer Organization and Architecture 7 th Edition Chapter 3 System Buses.
 La cuestión de la cantidad es simple, cuanto más memoria haya disponible, más podrá utilizarse. La velocidad óptima para la memoria es la velocidad.
Communicative Objective:
Estar, Dar, Ver To Be, To Give, To See NP 40.
Hoy es lunes el 29 de febrero Today is Monday, February 29
El subjuntivo en cláusulas adverbiales:
Apuntes: La hora Lección 1: Hola, ¿Qué tal?.
RIGHT TO PRiVACY inés boria núñez.
Hardware e implementación en Sistemas Operativos
The Verb Jugar P. 208 Realidades 1.
Asking Questions P. 184 Realidades 1.
Botón de encendido A Computadora C Chipset B Dispositivos de procesamiento de datos D.
Funciones: Manejar todas las operaciones de acceso, lectura y escritura a cada una de las posiciones de la memoria principal donde se almacenan las instrucciones.
Fabian López, Jordi Martí, Galdric Ruiz
Superlatives Page 280 Realidades 1.
Unidad 1, Lección 1 Gramática
Introduction to CAN. What is CAN and what are some of its features? Serial communication Multi-Master Protocol Compact –Twisted Pair Bus line 1 Megabit.
The Windows File System and Windows Explorer To move around the file system and examine your files or get to one you want (say, to modify, delete or copy.
Free Basic Computer Workshops
Fundamentals of Web Development - 2 nd Ed.Randy Connolly and Ricardo Hoar Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar © 2017 Pearson.
Hoy es miercoles el 24 de febrero Today is Wednesday, February 24
Ultrasound. Invented by: The ultrasound was invented by Dr. Ian Donald in 1958, Donald was born in Scotland in 1910, was the pioneer in the use of diagnostic.
The verb ESTAR and Emotions and Reviewing adjective noun agreements
Memoria Principal. Memoria primaria (MP), memoria principal, memoria central o memoria interna es la memoria de la computadora donde se almacenan temporalmente.
Lee cada oración. Si la oración es cierta, marca con un círculo la C
Affirmative and Negative Words
Superlatives Page 280 Realidades 1.
Page 228 Realidades 1 The Verb TENER.
Antes de empezar The following are verbs that have been conjugated, write the infinitive beside the conjugated verb: Como Esquío Voy Leo Veo Nado Hago.
Preposiciones y Pronombres
Regular –ar (present tense)
Globalization Politics and the preservation of nation state.
Transcripción de la presentación:

Juliana Carmona Esteban Cano Subsistema Interno Juliana Carmona Esteban Cano

Fundamental Components of Computer The CPU (ALU, Control Unit, Registers) The Memory Subsystem (Stored Data) The I/O subsystem (I/O devices) https://courses.cs.vt.edu/csonline/MachineArchitecture/Lessons/CPU/

Data Bus Actual data is transferred via the data bus. When the cpu sends an address to memory, the memory will send data via the data bus in return to the cpu.

Address bus CPU reads/writes data from the memory by addressing a unique location; outputs the location of the data (aka address) on the address buss; memory uses this address to access the proper data Each I/O device (such as monitor, keypad, etc) has a unique address as well (or a range of addresses); when accessing a I/O device, CPU places its address on the address bus. Each device will detect if it is its own address and act accordingly Devices always receive data from the CPU; CPU never reads the address buss (it is never addressed)

Control Bus Collection of individual control signals. Whether the cpu will read or write data. CPU is accessing memory or an I/O device Memory or I/O is ready to transfer data

I/O Bus or Local Bus In today’s computers the the I/O controller will have an extra bus called the I/O bus. The I/O bus will be used to access all other I/O devices connected to the system. Example: PCI bus

Register Section Includes collection of registers and a bus. Processor’s instruction set architecture are found in this section. Non accessible registers by the programmer. These are to be used for registers to latch the address being accessed and a temp storage register.

Arithmetic/Logic Unit (ALU) Performs most Arithmetic and logical operations. Retrieves and stores its information with the register section of the CPU.

MEMORIA Es el dispositivo que retiene, memoriza o almacena datos informáticos durante algún período de tiempo.

MEMORIA PRINCIPAL Es la memoria de la computadora donde se almacenan temporalmente tanto los datos como los programas que la unidad central de procesamiento está procesando o va a procesar en un determinado momento.

MEMORIA SECUNDARIA Es el conjunto de dispositivos y soportes de almacenamiento de datos que conforman el subsistema de memoria de la computadora, junto con la memoria primaria o principal.

REGISTRO (hardware) Es una memoria de alta velocidad y poca capacidad, integrada en el microprocesador, que permite guardar transitoriamente y acceder a valores muy usados, generalmente en operaciones matemáticas.

CACHE La memoria caché es la memoria de acceso rápido de un microprocesador, que guarda temporalmente los datos recientemente procesados (información).

Ejemplo https://courses.cs.vt.edu/csonline/MachineArchitecture/L essons/CPU/