CS101 Processor and Ram.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
Logic Gates.
CT455: Computer Organization Logic gate
Programmable Logic Controllers.
Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
LO: Were learning to understand how logic applies to us when building applications.
Logic Gates. Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate XOR Gate.
Logic Gates.
Logic Gates.
Mengenal Gerbang Logika (Logic Gate)
Universal Gates Sum of Products Products of Sum
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
UNIT-8 LOGIC GATES.
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
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.
NOCTI Review Lesson 4 Objectives:
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.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
LOGIc gates Lesson Objectives: George Boole, ( )
Logic Gates It’s Only Logical. Logic Gates Are the switches that computers and similar devices use. They hold their state until something changes. Are.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
4. Electrons and electronics 4.5 Digital electronics.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Designing an ALU Taken from various sources Primary source: Digital Design and Computer Architecture by Harris &Harris.
Gates and Logic Dr John Cowell phones off (please)
CS101 Processor and Ram How do the zeros and ones change form in the processor?
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
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.
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
NAND, NOR, and EXOR (more primitive logical gates) CS Computer Architecture David Mayer.
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
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.
Eng. Mai Z. Alyazji October, 2016
LOGIc gates Lesson Objectives: George Boole, ( )
Minecraft Logic Gates!.
Starter Write down a list of what your perfect partner would be like. Can include things to do with looks, hobbies and general habits and traits. Include.
Logic Gates and Boolean Algebra
Computer Organisation
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
CS101 Processor and Ram.
Chapter 2.3 Binary Logic.
LOGIc gates Objectives: George Boole, ( )
Basic Logical Operations (Fascinating)
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Principles & Applications
Practice #Digital Logic Mr. Burleson
CS101 Parts of a Computer.
Logic Gates.
Logic Gates.
Boolean Logic Boolean Logic is considered to be the basic of digital electronics. We know that a computer’s most basic operation is based on digital electronics.
Computer Organization
GCSE Computer Science – Logic Gates & Boolean Expressions
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates.
Implementing a generic logic function in CMOS
Discussion D5.1 Section Sections 13-3, 13-4
Logic Gates Logic Gates Gateway To Technology
Understand the interaction between computer hardware and software
Logically, the output will be 1
Introduction to Logic diagrams and truth tables
Further binary, Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
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 basic 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… … the four basic gates can be combined to make other gates (NAND, NOR, and XNOR). … zeros and ones can go into the processor and change into different zeros and ones. … the processor can perform basic arithmetic and logic operations.

Which means… … everything your computer does (email, instant message, play games, listen to music, play video, word process, etc) must be broken down into basic arithmetic and logic operations 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 basic arithmetic and logic operations.

RAM and CPU

How a program runs on a computer

Upgrading Processor/Ram Notes