This course is designed by Dr. Khaled A. Al-Utaibi.

Slides:



Advertisements
Similar presentations
Computer Basics I Course Outline 1: What is a computer? 2: What is an operating system? Using a Desktop Computer 3: What are the basic parts of a desktop.
Advertisements

The 8051 Microcontroller and Embedded Systems
Chapter 1 The 8051 Microcontroller
CHAPTER 1 THE 8051 MICROCONTROLLERS. Microcontroller vs. General- Purpose Microprocessor General-purpose microprocessors have ◦ No RAM ◦ No ROM ◦ No I/O.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
 CPU: Central Processing Unit  I/O: Input /Output  Bus: Address bus & Data bus  Memory: RAM & ROM  Timer  Interrupt  Serial Port  Parallel Port.
Computer Basics  A computer is an electronic machine that takes information, processes it,and stores it.  Computers are made up of hardware ( monitor,
Business Technology Applications Computer Basics.
The 8051 Microcontroller Architecture
Microcontroller 8051.
GCSE Computing#BristolMet Session Objectives# Must identify some common types of computer system Should describe the meaning of a computer system Could.
Computer Organization and Assembly language
CS101 Introduction to Computing Lecture 5 Building A Personal Computer.
Embedded System Spring, 2011 Lecture 3: The PIC Microcontrollers Eng. Wazen M. Shbair.
Khaled A. Al-Utaibi  Microprocessors  Microcontrollers  Embedded Systems.
COMPUTER SYSTEM.
Present by : Juan José Foronda
Introduction to Microcontrollers Dr. Konstantinos Tatas
EC4012PA PIC 18F Introduction 2  Processor  Input Devices  Output Devices  Memory Devices 3.
Explore the Parts of a Computer Inner Parts Outer Parts.
Types of Operating System
Computer Insides and Out Computer Basics 1.1. Basic Personal Computer System  A computer system consists of hardware and software components.  Hardware.
Macquarie Fields College of TAFE Version 2 – 13 March HARDWARE 2.
Computer Hardware and Software
Parts of a Computer.
CS101: Introduction to Computing Instructors: Badre Munir, Usman Adeel, Zahid Irfan & Maria Riaz Faculty of Computer Science and Engineering GIK Institute.
MicroSCADA Pro Partners Club 04/2007 © ABB MicroSCADA Pro Partners Club SYS Scalability Marko Viitala.
1 Recap (from Previous Lecture). 2 Computer Architecture Computer Architecture involves 3 inter- related components – Instruction set architecture (ISA):
PPT Slides by Dr. Craig Tyran & Kraig Pencil Information Systems Software MIS 320 Kraig Pencil Summer 2013.
A-Level Computing#BristolMet Session Objectives# Must identify some common types of computer system Should describe the meaning of a computer system Could.
ECE Lecture 1 Microcontroller Concepts. Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device Data.
MODULE 1 Computing Essentials © Paradigm Publishing, Inc.1.
Computer main parts Por: Walter Pérez. HARDWARE Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
1 Microcontrollers Class : 4 th Semister E&C and EEE Subject Code: 06ES42 Chapter : UNIT 1-1 Date : 8 th Feb 2010 D R Subramanyam
Microcontroller System Design Introduction- 1  Seattle Pacific University Take a microprocessor/ microcontroller chip How to Succeed in Life – The micro.
Microprocessors For a microprocessor to give a working microcomputer system, which can be used for control tasks, additional chips are necessary, e.g.
Computer Organization & Assembly Language © by DR. M. Amer.
The AVR Microcontroller: History and Features
 Historical view:  1940’s-Vacuum tubes  1947-Transistors invented by willliam shockely & team  1959-Integrated chips invented by Texas Instrument.
MICROOCESSORS AND MICROCONTROLLER:
What is a Microprocessor ? A microprocessor consists of an ALU to perform arithmetic and logic manipulations, registers, and a control unit Its has some.
Presented by Sadhish Prabhu
Chapter 1: How are computers organized?. Software, data, & processing ? A computers has no insight or intuition A computers has no insight or intuition.
Defining the terms assignment. I will define the following terms: computer literate, computer, storage, Data, Information, input, output, information processing.
Hardware and Software. What is a computer? An electronic device that stores, retrieves, and processes data, and can be programmed with instructions. A.
HOME AUTOMATION USING PC DONE BY RAJESHKUMAR S SRI HARSHA D.
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It.
Chapter 1: Introduction to the Personal Computer
Computer Components.
Computer systems is a 10-credit unit
Types of Computer Super Computers
EMBEDDED SYSTEMS.
Types of Operating System
EMBEDDED SYSTEMS SUCHITA M. DAKI.
Instructor Materials Chapter 1: Introduction to the Personal Computer
Why microcontrollers in embedded systems?
Chapter 1: The 8051 Microcontrollers
Lecture 3 - Instruction Set - Al
PARTS OF THE COMPUTER squires productions.
EMBEDDED SYSTEMS.
Chapter 1: How are computers organized?
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Purpose, functions and types of hardware including input, output, storage, processor and peripheral devices; definitions and examples; interaction between.
INTRODUCTION TO COMPUTERS
CHAPTER 1 THE 8051 MICROCONTROLLERS
Computing Essentials Module 1.
Computing Essentials Module 1.
Bioinformatics (Nursing)
Presentation transcript:

This course is designed by Dr. Khaled A. Al-Utaibi

 Presentation by the instructor  Presentation by You  Project Progress every lecture

 Microprocessors  Microcontrollers  Embedded Systems  Project (group)  Lab (group)

 By microprocessor is meant the general-purpose microprocessors, e.g., Intel’s x86 family (8086, 80286, 80386, 80486, and the Pentium).  These microprocessors contain no RAM, no ROM, and no I/O ports on the chip itself.

 For this reason, they are commonly referred to as general-purpose microprocessors.  A system designer using a microprocessor must add (interface) RAM, ROM, I/O ports, and timers externally to make it functional.

 The addition of external Hardware makes these systems bulkier and much more expensive.  However, this makes them versatile, i.e., the designer can decide on the amount of RAM, ROM, and I/O ports needed to fit the required task.

 A microcontroller has a CPU (a microprocessor) in addition to a fixed amount of RAM, ROM, I/O ports, and a timer all on a single chip.  In other words, the processor, RAM, ROM, I/O ports, and timer are all embedded together on one chip.

 In the case of microcontrollers, the designer can not add external memory, I/O, or timer to it.  The fixed amount of on-chip ROM, RAM, and number of I/O ports in microcontrollers makes them ideal for applications in which cost and space are critical.

 In many applications, for example a TV remote control, there is no need for the computing power of a 486 or even an 8086 microprocessor  This is because the space it takes, the power it consumes, and the price per unit are much more critical considerations than the computing power.

 An embedded system is an electronic/electro- mechanical system designed to perform a specific function using a combination of both hardware and firmware (software).  An embedded system uses a microprocessor (or microcontroller) to do one task and one task only.  A printer is an example of embedded system since the processor inside it performs only one task (i.e., getting the data and printing it).

 Embedded systems are becoming an essential part of any product or equipment in all fields including − house appliances, − office equipment, − telecommunications, − transportation, − traffic control, − medical equipment, and − industrial control,

 Work

 A PC can be used for any number of applications such as: − word processor, − print server, − bank teller terminal, − video game player, − network server, or − internet terminal.  Software for a variety of applications can be loaded and run.  The reason a PC can perform a variety tasks is that it has RAM memory and an operating system that loads the application software into RAM and lets the CPU run it.

 In an embedded system, there is only one application software that is typically burned into ROM.  A PC is connected to various embedded products such as, keyboard, mouse, LCD monitor, or printer.  Each one of these peripherals has a microcontroller inside it that performs only one task.  For example, inside every mouse there is a microcontroller that that performs the task of finding the mouse position and sending it to the PC.

 Az0 Az0  ow-to-build-an-Arduino-powered-smart-home ow-to-build-an-Arduino-powered-smart-home