Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Computer Systems I’m ONLY a machine!.
BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
Introduction to Computers
Computer Hardware.
Computer Hardware In this lecture, we will study:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Hardware Information Technology Week 5 and 6
IC3 GS3 Standard Computing Fundamentals Module
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
What is Information Technology?
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Chapter 3 Computer Hard ware
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Computers Inside and Out
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Intro to Computers Computer Apps 1.
Introduction to Computers
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.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
CSCI-100 Introduction to Computing Hardware Part I.
Parts of the Computer System
Components of a Computer System
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
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,
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
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 Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Introduction to Computers
Jeopardy-CH 4 System Unit INPUT OUTPUT Storage Processing Q $100
The physical parts of the computer
Introduction to Computer Architecture
Introduction to Computers
Introduction to Computers
Eagle Challenge Google Classroom 5 Questions.
Introduction to Computing Lecture # 1
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
Standard Grade Revision
Computer Electronic device Accepts data - input
COMPUTER SKILL TDP 4TH SEMESTER.
COMPUTER FUNDAMENTALS i
Hardware Information Created by Nasih.
Computer Electronic device Accepts data - input
Presentation transcript:

Computer Hardware and Software Jinchang Wang

Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and mechanisms. Software is instructions. Computer software is instructions to computer.

Electronic Computer In an electronic computer, main computing operations are accomplished on electronic switches at speed of electricity.

Binary Numbers A binary number is composed of 0’s and 1’s. Binary numbers and decimal numbers are two ways of recording numbers.

Only 0-1’s inside a Computer Everything (program, data, music, picture) in computer is coded in binary numbers that are composed of two digits, 0 and 1. Two distinctive, and reliable, states of an electronic circuit are off and on, corresponding to 0 and 1.

Bit and Byte One binary digit is called a bit. –For example, binary number 1011 has four bits. 1 byte = 8 bits. A character (a, A, b, B,..., $, *,...) is represented by a byte. – for 1 – for Y – for 2 – for ;

Storage Capacity Measures 1 Kbyte = 1 kilobyte  1,000 bytes 1 Mbyte = 1 megabyte  1,000,000 bytes 1 Gbyte = 1 gigabyte  1,000,000,000 bytes 1 Mbyte can store a novel with 500 pages (pure text)

Components of a Computer Input devices CPU Internal memory Secondary storage Output devices

Input Devices To enter instructions and data into computers. Keyboard Mouse, trackball, joystick, … Pen-based input devices Scanners Voice input devices …

CPU Central Process Unit CPU is composes of: –Control Unit: Interprets programs (decoding) Directs and controls operations –Arithmetic and Logic Unit Performs computations. Performs logical comparisons.

Microprocessor CPU on a chip A chip is a self-contained integrated circuit

Internal Memory Made up of electronic circuits. Data and instructions are stored in it before they are processed in CPU.

RAM and ROM RAM –For users to store programs and data –Volatile ROM –For storing instructions for startup and common instructions –Non-volatile

Secondary Storage Permanent storage – non-volatile Huge storage capacity Much slower than internal memory Hard disc, flash drive, optical disk, …

Hard Disk (1) Fixed magnetic disk –1 to 5.25 inches –20 GB to 200 GB –Contains 12 disk platters stacked on a spindle –Disk spins over a read/write head

Hard Disk (2)

Output Devices Monitors – CRT, LCD Printers –Laser printers, Ink-jet printers

Computer Software Computer software refers to instructions to computer. A computer program is a set of instructions for some purpose.

An Example of a Program - You enter a name, computer tells his/her address Print “Enter a name” on screen; Let X=(name-entered); flag=0; i=1; Do repeatedly until flag=1: if name-stored(i) = X, then print name-stored(i) and address-stored(i), flag = 1; otherwise i=i+1; Stop.

Types of Software System software – to control the hardware and basic operations of a computer –Operating system Utility software – for basic operations but not covered by operating systems. Application software – for particular applications.

Operating System Control internal memory, input/output devices, and secondary memories. Support other software Every computer has an operating system