IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.

Slides:



Advertisements
Similar presentations
The Central Processing Unit: What Goes on Inside the Computer.
Advertisements

Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
Introduction to Computers
Computer Hardware.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Chapter 2: Hardware Basics Section I: Preparing to Use Technology.
What is Information Technology?
Class5: Computer Hardware Information Systems for Management.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
Configuration.
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.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Intro to Computers Computer Apps 1.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
An overview of Computer System
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Architecture
Components of a Computer System
Introduction to Hardware. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers are used.
The Computer System CS 103: Computers and Application Software.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computers Lecture 1.1 Doug Hogan, Penn State University CMPSC 100 – Computer Fundamentals and Applications.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
CSE1301 Sem July 24, 2003 CSI 121 Structured Programming Language Lecture 1 Computer Systems Overview Lecture 1: Computer Systems Overview.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Introduction to Hardware. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers are used.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computing Science Computer Structure: Lesson 1: Processor Structure
CSE1301 Computer Programming: Lecture 1 Computer Systems Overview
UNIT 9 Computer architecture
Computer Hardware and Software
Introduction to Computer Architecture
TexPREP Summer Camp Computer Science
Computer Hardware Introduction.
Introduction to Computers
Introduction to Computers
PARTS OF THE COMPUTER squires productions.
Computer Electronic device Accepts data - input
المحور 3 : العمليات الأساسية والمفاهيم
instructor Sami Aleswi Faculty of Computing and Information Technology
PARTS OF THE COMPUTER.
مقدمة في علوم الحاسوب.
Computer Electronic device Accepts data - input
Introduction to Computers
Computer Electronic device Accepts data - input
Logical Computer System
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Computer Electronic device Accepts data - input
4. Computer system.
Computer components.
Presentation transcript:

IT Groundwork ICS3UC - Unit 1 Hardware

Overview of Computer System

Input/Output Devices (I/O) Examples of input devices: – keyboard – scanner – microphone Examples of output devices: – monitor – printer – speakers

Memory Computer memory consists of blocks of bits called words. Word sizes vary from computer to computer. Each word will hold either data or program instructions. RAM Random Access Memory - temporary ROM Read Only Memory – permanent, cannot be changed

Storage Hard Drive Floppy Drives CD-ROM DVD R-CD-ROM RW-CD-ROM Zip Drives

The CPU contains a Control Unit, Arithmetic Logic Unit (ALU) and a small number of memory locations called Registers. Different registers perform different tasks such: as manipulating data, keeping track of the results of decision making operations, and pointing to the next instruction to be executed Central Processing Unit

Central Processing Unit Memory RAM ROM Input Devices Output Devices Secondary Storage Devices Computer Hardware Functions

Bits & Bytes Bit - Binary Digit; represented by a 1 or a 0 – abbreviated as b Byte - a fixed-size collection of bits – technically, minimum number of bits required to represent a character – generally, 8 bits – usually, the smallest addressable unit of storage – abbreviated as B

Computer Units Quantity/size/capacity – Kilo byte -- KB one KB is 1024 bytes (2 10 ) – Mega byte -- MB one MB is 1024KB = 1024x1024 bytes (2 20 ) e.g., 4096KB = 4MB – Giga byte -- GB one GB is 1024MB = 1024x1024x1024 bytes (2 30 ) – Tera byte -- TB one TB is 1024GB = 1024x1024x1024x1024 (2 40 )

Some Standard Contexts Memory = MB, megabytes Disk storage = Gigabytes CPU clock speeds = MHz (now GHz) Memory access times, = nanoseconds billionth CPU cycle time CPU switching times = picoseconds trillionth Disk access times = milliseconds