By Justin Algarin CIS 101 MWF 9:00-9:50

Slides:



Advertisements
Similar presentations
COMPUTER BASICS Module Review.
Advertisements

Computer Architecture
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Engine Control Units A look at technology in the Automotive Industry.
DIGITAL ELECTRONICS, MICROPROCESSORS, AND COMPUTERS DIGITAL ELECTRONICS, MICROPROCESSORS, AND COMPUTERS By Naaimat Muhammed.
1 Microprocessor History. 2 The date is the year that the processor was first introduced. Many processors are re- introduced at higher clock speeds for.
MICRO-PROCESSORS Objective To demonstrate How a Microprocessor do common calculations and the process involved in it. The type of calculations in which.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Instructor: Sazid Zaman Khan Lecturer, Department of Computer Science and Engineering, IIUC.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Introduction to Computer Terminology
Sensors used in EFI (Electronic Fuel Injection)
GCSE Computing#BristolMet Session Objectives# Must identify some common types of computer system Should describe the meaning of a computer system Could.
Microcontroller: Introduction
CGS – 1100 Introduction to Computer Applications Computer Concepts.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Processing Devices.
Computer Structure.
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
Electronic Fuel Injection Vocabulary 1.Injector (solenoid ) 9.)emission standards 2.Stoichiometric14.7 to 1 3.Throttle body of injection 4.Port injection10.)Types.
Digital Sound. Computer Sound To convert an analog wave into digital, converters use a process called sampling DEF: Sampling- the height of the sound.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
COMPUTER SYSTEM.
IT in automobile Abon. The name stands for… Automotive open system architecture Japan automotive software platform architecture.
CENTRAL PROCCESSING UNIT PRESENTED BY DEAN CASEY.
1 Intel Microprocessors Daniel Rodocker CSCI 1005.
Slide 1 – CPU Acronym Definition The CPU is a small square unit that sits behind a fan, the fan keeps the CPU from over heating. The CPU (Central Processing.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Team W3: Anthony Marchetta Derek R. Ritchea David M. Roderick Adam Stoler Milestone 1: Jan 21 st Project Proposal Overall Project Objective: Design an.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Background Most modern car engines are 4 stroke engines. To achieve maximum efficiency. the engine must be supplied with precise fuel amounts.
Bryson Hiramoto. What is an ECU?  Small computer in a car  Collects data  Controls Engine  Manages  Valve timing  Air/fuel ratios  Spark plug timing.
Computer Organization & Assembly Language © by DR. M. Amer.
CSCI-100 Introduction to Computing Hardware Part I.
Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical strokes, with two spaces on either side Disclaimer.
How are they called?.
Environmental Impact In this section you will learn about: Energy use Disposal of IT equipment Carbon footprint.
Central Processing Unit (CPU)
Chapter Two Hardware Basics: Inside the Box ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Performance. Hard Drive - HDD Stores your files, programs, and information. If it gets full, you can’t save any more. Measured in bytes (KB,
Bonus Question:. True/False: 200 Question: Businesses of all sizes use computers to collect data and keep track of records. Answer True.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Input Sensors/Fuel injection
Embedded Systems in Automobiles By: Craig Delzangle.
Hardware Architecture
Basic Computer Fundamentals
Electronic Control Unit (ECU)
Computer Hardware and Software
MULTI POINT FUEL INJECTION
By Ferdinand V Cenon Computer Studies Syllabus Reference by Ferdinand V Cenon
Electronic Fuel Injection
Computer Hardware Mr. Singh ICS2O.
THE CPU i Bytes 1.1.
What happens inside a CPU?
General Architecture of Digital Computer
Gasoline electronic Fuel Injection Systems
Fuel System Principles
Chapter 2: Computer Hardware
Computers Chapter 17 Lesson 4.
Input-Output-Process Demo
Input-Output-Process Demo
DIGITAL ELECTRONICS, MICROPROCESSORS, AND COMPUTERS
Parts of the Computer
Automotive Technology Principles, Diagnosis, and Service
Presentation transcript:

By Justin Algarin CIS 101 MWF 9:00-9:50 Car Computers By Justin Algarin CIS 101 MWF 9:00-9:50

Innovation of the Car Computer Before emissions laws were enacted, it was possible to build a car engine without microprocessor. With the enactment of increasingly stricter emissions laws, sophisticated controls were needed to regulate the air/fuel mixture so that the they could remove a lot of the pollution from the exhaust.

History of the Microprocessor A microprocessor -- also known as a CPU or central processing unit -- is a complete computation engine that is fabricated on a single chip. The first microprocessor was the Intel 4004, introduced in 1971. The 4004 was not very powerful -- all it could do was add and subtract, and it could only do that 4 bits at a time.

History But it was amazing that everything was on one chip. Prior to the 4004, engineers built computers either from collections of chips or from discrete components.

What is a Microprocessor? The microprocessor is the heart of any normal computer, whether it is a desktop machine, a server or a laptop.

How does the computer work? Controlling the engine is the most processor-intensive job on your car, and the engine control unit (ECU) is the most powerful computer on most cars.

How the ECU Works The ECU uses closed-loop control, a control scheme that monitors outputs of a system to control the inputs to a system, managing the emissions and fuel economy of the engine as well as many other things.

ECU Jobs The ECU gathers data from dozens of different sensors. The ECU knows everything from the coolant temperature to the amount of oxygen in the exhaust. With this data, it performs millions of calculations each second, including looking up values in tables, calculating the results of long equations to decide on the best sparking time and determining how long the Fuel injector is open.

ECU Jobs (contd.) The ECU does all of this to ensure the lowest emissions and best mileage.

ECU Design A modern ECU might contain a 32-bits, 40-MHz processor. The code in an average ECU takes up less than 1 megabyte (MB) of memory.

                                                                                                                                                                                                                                                 Diagnostics The ECU sends information to a central module, which stores the faults and can communicate them to an off-board diagnostic tool.

The End