CS101 Processor and Ram.

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.
Computer Fundamentals
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
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.
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.
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.
CS101 Processor and Ram How do the zeros and ones change form in the processor?
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.
Lecture 2: Logic Bryan Burlingame 31 Aug 2016.
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
DAT10403 CHAPTER 4 COMPUTER ARITHMETIC By Noordiana Kassim
Minecraft Logic Gates!.
Logic Gates.
The Central Processing Unit
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:
University of Gujrat Department of Computer Science
Unit 18: Computational Thinking
1 Step Equation Practice + - x ÷
A451: Computer Systems and Programming
Thursday, 22 November 2018 Logic Gates
Winter 2018 CISC101 11/22/2018 CISC101 Reminders
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
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Understand the interaction between computer hardware and software
Selection—Making Decisions
An algebraic expression contains:
Logically, the output will be 1
Introduction to Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
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 (email, 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