Computer are used to control the operation of many and everyday objects. The instructions contained in the computer program send signals out to computer.

Slides:



Advertisements
Similar presentations
Graphic Communication
Advertisements

Computer Parts There are many parts that work together to make a computer work.
Module 1.3 Hardware.
In this presentation you will:
Presentation by: Serena, Ann & Nicole
Using Computers CS French Chapter 1.
Introduction to Computer Systems
Computers What’s in there and how does it work?. Parts of a computer  There are many different parts to a computer. Some are inside the large case that.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Fill in the blanks on your note.
Random access memory is a form of computer data storage. A random-access device allows stored data to be accessed directly in any random order.
Input and Output devices Input ports are connections at the back of a computer. Input devices are connected to these ports, for example, a keyboard which.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Open and Closed Loops Standard Grade Computing Studies.
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
Chapter 3 Computer Hard ware
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Configuration.
2nd Meeting Computer Essential. Can you named these parts of computer?
// This is a simple control program Move forward 200 units Turn right 90 Move forward 100 units Turn right 45 Move forward 100 Turn right 45 Move forward.
Computers and Communication. Computer Technology is responsible for causing great leaps forward in communication technology. Computer Technology is responsible.
Computer Components Checklist There are many parts that work together to make a computer work.
Measurement and Control. Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's.
Computer Control.
Elements of a Computer System Understanding Computers.
Parts of a Computer - Introduction
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Parts of the Computer System
POR:NATALIA RESTREPO BUSTAMANTE. hardware refers to all physical parts of a computer system; its components are: electrical, electronic, electromechanical.
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Computer Parts There are many parts that work together to make a computer work.
Software Grade 10. BIOS and the Power-on Self Test A computer can’t do much without instructions The first thing the CPU does when you switch it on is.
1/19/2016  INPUT DEVICES  OUT DEVICES  CPU  STORAGE DEVICES ClickClickClickClick CLICK.
 Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT.
Hardware Introducing the Components of a Computer.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
Identify internal hardware devices (e. g
Computer Parts There are many parts that work together to make a computer work.
Sara Naheed Amjad Information Technology
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
Introduction to Computers
Sara Naheed Amjad Information Technology
Elements of a computer system
Computer Science.
Additional hardware components, and Embedded Systems
Nature & Types of Software
Elements of a Computer System
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computing Lecture # 1
DT-Assessment Frame Work Term2
Computer Based Technology:
Elements of a Computer System
Tri-state buffer A circuit which allows an input to go to output when desired Otherwise it behaves as if “nothing” is connected to the wire An equivalent.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
There are different types of translator.
INTRODUCTION TO COMPUTERS
Identify internal hardware devices (e. g
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Electronic device Accepts data - input
Presentation transcript:

Computer are used to control the operation of many and everyday objects. The instructions contained in the computer program send signals out to computer to devices like switches and motors which make the machine operate in correct way.

One programming language used to control the movement of simple objects is Logo. This language was designed for pupils in juniors schools and can make mechanical ‘turtle’ move around the floor on a sheet of paper (or an image onscreen). The turtle has a pen which can lowered on to the paper so that a trail is left as the turtle moves across the paper. Some of the instructions From Logo are shown below: FORWARD nMove ‘n’ steps forward BACKWARD nMove ‘n’ steps backward RIGHT dTurn ‘d’ degrees to the right LEFT dTurn ‘d’ degrees to the left PENUPLift the pen off the paper PENDOWNLower the pen down onto the paper

Feedback is the term used in computer control when data input from a sensor causes the control program to make changes by sending signals to output devices. These changes are then recorded by the input sensor and data signal sent back to the computer. For example to place boxes in position using an automated system: do until box in position move box forward check position loop

When a computer is used to control a machine, the computer circuit board is installed inside the machine. The input sensors and output control decides are then connect to these circuits. This is an embedded computer. The input/output devices that we are most familiar with – the keyboard, mouse, monitor and disk drive – are not required. The computer control program is written using a ‘normal’ computer and ‘downloaded’ into the embedded computer. The software pogrom is stored in a ROM (read only memory) chop and activated when the machine is switched on.

Advantages of using computers for control: Cheaper to run computerised machines than to employ people Computers don’t need break or sleep Quality of work produced from the machine is consistent Machines can cope with very heavy work and precise work Uncomfortable and hostile places for people, can have machines working in them Machines can work faster due to computers processing data very quickly Computers can operate machines with data from a range of sources Disadvantages of using computers for control: Expensive to run