Processing Hardware, Software. Hardware Hardware Processing is performed by a computer ’ s central processing unit and is measured by the clock speed.

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

The CPU The Central Presentation Unit What is the CPU?
Machine cycle.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 5: CPU and Memory.
Introduction to Computer Systems
GCSE Computing - The CPU
Chapter 3 Software Two major types of software
CPU Describe the purpose of the CPU
Unit 3: Hardware Components & Software Concepts
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Topics Introduction Hardware and Software How Computers Store Data
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Higher Computing Computer structure. What we need to know! Detailed description of the purpose of the ALU and control unitDetailed description of the.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Computing hardware CPU.
Unit 30 Digital Graphics Creating Graphics.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 1 Introduction to Computers and Programming.
Introduction to Computer Organization Representing and Manipulating Data CSTA Day 2 Rodrigo A. Obando.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Computer Systems Organization CS 1428 Foundations of Computer Science.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
 Saundra Speed  Mariela Esparza  Kevin Escalante.
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Architecture
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Basic Vocabulary
COMPUTER ORGANISATION I HIGHER STILL Computing Computer Systems Higher Marr College Computing Department 2002.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
Computer Software Types Three layers of software Operation.
Electronic Analog Computer Dr. Amin Danial Asham by.
Academic PowerPoint Computer System – Architecture.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
Software - A set of instructions, stored digitally within the computer's memory, which tells the computer system what to do.  System Software  Application.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
Question What technology differentiates the different stages a computer had gone through from generation 1 to present?
Technology Vocabulary Matthew L. Morris. A-D Application- A program or group of programs designed for end users. Data- Distinct pieces of information.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Hardware and Software By: Kyle Face. Hardware! Main computer hardware components Hardware refers to the physical components of a computer (What you can.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Chapter 2 content Basic organization of computer What is motherboard
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
GCSE Computing - The CPU
Computing Science Computer Structure: Lesson 1: Processor Structure
Topics Introduction Hardware and Software How Computers Store Data
HOW WELL DO YOU KNOW THE BASICS OF USING YOUR COMPUTER?
Discovering Computers 2011: Living in a Digital World Chapter 4
Computer Organisation
Chapter 2 – Computer hardware
Computer Systems Nat 4/5 Computing Science Computer Structure:
Topics Introduction Hardware and Software How Computers Store Data
Chapter 3 Hardware and software 1.
1.1 The Characteristics of Contemporary Processors, Input, Output and Storage Devices Types of Processors.
Chapter 3 Hardware and software 1.
GCSE Computing - The CPU
WJEC GCSE Computer Science
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Processing Hardware, Software

Hardware Hardware Processing is performed by a computer ’ s central processing unit and is measured by the clock speed. Processing is dependent on the memory capabilities of the system.

Hardware The logical parts of a typical CPU are usually identified as: ALU (Arithmetic Logic Unit), which performs all the processing operations that depend on calculations (the ‘arithmetic’ part) and data comparisons (the ‘logic’ part). The calculations performed by a modern CPU include complex mathematical functions. Logical comparisons include greater than, less than, equal to Registers, which are high speed memories used specifically for the temporary storage of data, calculation results, individual instructions, memory addresses and other values needed immediately by the CPU Control unit, which gets program instructions from memory and controls the operation of the computer

Hardware The logical parts of a typical CPU are usually identified as: Clock, which acts like the ‘heartbeat’ of the CPU. It controls the timing of all operations within the CPU Buses, which connect the CPU with primary storage (RAM and ROM) and the input/output devices attached to the computer. Some buses are used to identify memory addresses, while others are used to move data into and out of the CPU

Hardware The fetch-execute cycle, or machine cycle, is a cycle of events on a single instruction carried out by the CPU to process data. Before an instruction is processed, the instructions and data are placed in memory. The CPU performs the following steps for each instruction: 1.The control unit fetches the instructions from memory. 2.The control unit decodes the instructions (works out what to do) and makes the data available to the arithmetic logic unit. The first two steps are called the instruction time or i-time.

Hardware 3.The arithmetic logic unit performs the operation on the data. 4.The control unit places the result of the operation into memory or a register. Steps 3 and 4 are called the execution time or e- time.

Software Software Each piece of application software processes data. It involves editing and manipulating data. The most common processing software tools for: Text – text editors, word processors, HTML and web editors, database management systems. – Microsoft Word Numbers – Spreadsheets, database management systems – Microsoft Excel Images – paint and draw programs – Adobe Photoshop Audio – audio editors – Garage Band Video – video editors - IMovie

Software Most of the software tools used to collect and organise the different types of data are also used to process or edit the collected data. Processing of audio and video data types, because of their more complicated nature, is often performed by specialised editing software. However one of the most simplest and most common of processing tasks is text editing – often called ‘ word processing ’. The simplest text processing tool is the editor, which allows you to collect and process any text data as standard ASCII text. Word processors offer more advanced text processing options, such as auto correction of errors, spell checking thesaurus. The spell checker allows you to change misspelt words and the thesaurus, which allows you to use alternative words.

Software HTML editors are specialised text processors designed to deal with the HTML code that creates web pages. They largely automate the task of editing the complex html codes. The editor analyses the keystrokes and is able to provide a list of relevant code segments that will complete a particular processing task that the user has started to enter. Many HTML editors can also act as web editors and will allow you to edit web pages in the same way you would edit a word processed document.

Software Database management software and spreadsheet programs can process numerical and text data. Both of these tools allow numerical to be exported to other applications for further processing. Numerical data can also be processed by standard text editing tools if it has been organised and stored as ASCII text instead of in binary format.

Software A wide range of graphical application programs can perform image data processing. There is almost no limit to the image editing that can be performed using these programs. The data stored in a part of the image bit map are being altered to change the colours of the individual pixels. The specialised filters, plugins and brushes provided as tools with image processing software make this task easier for the user.

Software Audio processing software allows users to alter any characteristic of a recorded sound. Audio processing is common in entertainment industries to clean up sound tracks (for example, by removing background noise) or in mixing sounds together (for example, from different instrumental and vocal tracks). Cutting, copying and pasting audio data is as simple as cutting, copying and pasting audio data is as simple as cutting, copying and pasting text data.

Software Video processing software has started to become a common feature of many home computer systems. The arrival of consumer level digital video cameras has created a market for digital video editing software. Some computers, such as Apple ’ s iMac, come with basic but easy to use video editing software as standard tools. The most common use of consumer video editing software is to cut and paste scenes between different video segments. This allows the user to put together their own sequence of video images. Other processing features, such as adding titles, mixing sound tracks and different fades scenes, are also available.