CS101 Processor and Ram How do the zeros and ones change form in the processor?

Slides:



Advertisements
Similar presentations
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Advertisements

Logic Gates.
Programmable Logic Controllers.
CENTRAL PROCESSING UNIT
Universal Gates Sum of Products Products of Sum
CS 3850 Lecture 5 Operators. 5.1 Binary Arithmetic Operators Binary arithmetic operators operate on two operands. Register and net (wire) operands are.
BOOLEAN LOGIC CSC 171 FALL 2004 LECTURE 7. ASSIGNMENT Review Quiz # 2 Start reading Chapter 5.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
Listen and Repeat Created by Emily Ames Updated Spring 2015.
Computer Fundamentals
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
Computer Science 1000 Digital Circuits. Digital Information computers store and process information using binary as we’ve seen, binary affords us similar.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
CS101 Lecture 7 Computer Parts. What we know! To be a computer it needs to do four things: –1 Input –2 Process –3 Output –4 Store We might already know.
COMP1050 Winter 2015 Computer System Maintenance.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
CSCI N201 Programming Concepts and Database 3 – Essence of Computing Lingma Acheson Department of Computer and Information Science, IUPUI.
ECEN 248 Lab 4: Multiplexer Based Arithmetic Logic Unit
Designing an ALU Taken from various sources Primary source: Digital Design and Computer Architecture by Harris &Harris.
How computers work The CPU & Memory. The parts of a computer.
How a Computer Processes Data With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
The quiz game that makes a difference … How to play… 1.Decide if you want to play as groups or individuals 2.Get your bingo cards ready 3.Click enter to.
Components of a Computer System
Computer Structure & Architecture 7b - CPU & Buses.
IT253: Computer Organization
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Central Processor Unit
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Central Processing Unit (CPU)
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
How a Computer Processes Data. With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
The Central Processing Unit (CPU)
CS101 Parts of a Computer. What we know! To be a computer it needs to do four things: –1 –2 –3 –4 We might already know a lot about three of these requirements.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Computer Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Logic Gates Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
7 - Programming 7J, K, L, M, N, O – Handling Data.
Hardware & Software Lesson 1 Computer Systems & Components
Logic Gates.
Minecraft Logic Gates!.
Logic Gates.
CS101 Processor and Ram.
Chapter 2.3 Binary Logic.
CPU & its Components CPU stands for central Processing Unit
LOGIc gates Objectives: George Boole, ( )
Basic Logical Operations (Fascinating)
Digital Signals Digital Signals have two basic states:
1 Step Equation Practice + - x ÷
A451: Computer Systems and Programming
CS101 Parts of a Computer.
CPU Design & Computer Arithmetic
Central Processing Unit
CS101 Processor and Ram.
Discrete Mathematics CS 2610
Logic Gates.
Commutative and Associative Properties
Central Processing Unit
CS 206D Computer Organization
Logic Gates Logic Gates Gateway To Technology
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Understand the interaction between computer hardware and software
Logically, the output will be 1
Computer components.
Presentation transcript:

CS101 Processor and Ram

How do the zeros and ones change form in the processor?

Why do we want to know this? We want to know this because the processor is one of the most important inventions of all time We want to be amongst the few people in the world to know the basics of this important invention (and it will be on the quiz)

The basic on/off switches of a processor are arranged to form logic gates In logic gates 0 = false and 1 = true –Another way to think about it is: Switch off = 0 = false Switch on = 1 = true Four logic gates are: –AND gate –OR gate –XOR gate –Inverter (NOT) gate

AND Gate Output

OR Gate Output

XOR Gate Output

Inverter (NOT) Gate Output

Using logic gates… … zeros and ones can go into the processor and change into different zeros and ones. … the processor can perform five functions: addition, subtraction, multiplication, division, and logical comparison

Which means… … everything your computer does ( , instant message, play games, listen to music, play video, word process, etc) must be broken down into addition, subtraction, multiplication, division, and logical comparison which is accomplished by running zeros and ones through the logic gates found in a processor.

How a program runs on a computer When you double click on a program icon to run a program the programs directions are sent to RAM As the programs directions are needed they are sent to the processor to be processed The processor has two main parts: –Control Unit –ALU (Arithmetic Logic Unit)

The Control Unit in the processor is responsible for controlling the program as it runs. The Arithmetic Logic Unit in the processor is responsible for processing the addition, subtraction, multiplication, division, and logical expressions.

RAM and CPU

How a program runs on a computer

Upgrading Processor/Ram Notes