Lecture # 2 Computer Hardware Computers are all around! Grocery store Schools Libraries Bank Mail Malls We interact with computers everyday! We interact.

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

What is a Computer? A computer is an electronic device operating under the control of instructions stored in its own memory unit, that can accept data.
Storing Data Chapter 4.
An Overview of the Computer System
1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Introduction to Computers
What Is A Computer System?
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Introduction to Computers
Binary and Hexadecimal Numbers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Lesson 3 — How a Computer Processes Data
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
1 CSC103: Introduction to Computer and Programming Lecture No 2.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
UNIX Unbounded 5 th Edition Amir Afzal Chapter 1 First Things First.
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.
The Computer Computer Systems / Ch. 11 Mohamed Zaki Principal Lecturer.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
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.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Intro to Computers Computer Apps 1.
Lecture Binary and Hexadecimal Numbers. How Machines Think Computers handle two types of information: –Instructions –Data The "words" of a machine language.
Computers: Tools for an Information Age Chapter 1.
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Hardware: Input and Processing. Input and Processing Technology Hardware devices can be grouped according to how and where they are used in the four steps.
2.1.4 Data Representation Units.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
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.
 Human language : commonly used to express feeling and understand what other people expression.  Computer language : are a languages by which a user.
Introduction to Computers
An Overview of the Computer System
Memory Parts of a computer
The Central Processing Unit
Introduction to Computers
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Electronic device Accepts data - input
Chapter 11-Business and Technology
Introduction to Computers
Binary and Hexadecimal Numbers
Introduction to Computers
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
Information Technology Department
Basic Computer Organization
Introduction to Computers
Presentation transcript:

Lecture # 2 Computer Hardware

Computers are all around! Grocery store Schools Libraries Bank Mail Malls We interact with computers everyday! We interact with computers everyday!

A computer is an electronic device, operating under the control of instructions (software) stored in its own memory unit, that can accept data (input), manipulate data (process), and produce information (output) from the processing. Generally, the term is used to describe a collection of devices that function together as a system. Computer System

A computer can convert data into information that is useful to people. A complete computer system includes four distinct parts: Hardware Software Data User A computer is an electronic device used to process data. Computer System

Understanding Computer programmable machine A computer is a programmable machine that receives input, stores and manipulates data/information, and provides output in a useful format.

Hardware All the machinery and equipment in a computer system Software All the instructions that tell the computer how to perform a task Computers consist of hardware and software. If you can touch it, its hardware

Off and On Computers only recognize off and on, like a light switch These switches are represented as binary digits or… bits Instructions and data are composed only of a series of bits

Why Is A Computer So Powerful? The ability to perform the information processing cycle with amazing speed. Reliability (low failure rate). Accuracy. Ability to store huge amounts of data and information. Ability to communicate with other computers

How Does a Computer Know what to do? It must be given a detailed list of instructions, called a compute program, algorithms or software, that tells it exactly what to do. Before processing a specific job, the computer program corresponding to that job must be stored in memory. Once the program is stored in memory the computer can start the operation by executing the program instructions one after the other.

What Are The Primary Components Of A Computer ? Input devices. Central Processing Unit (containing the control unit and the arithmetic/logic unit). Memory. Output devices. Storage devices.

Input Process Output Data Information Storage How a Computer System Works

Function of Computer System Data handling IInput PProcess OOutput SStorage

Off and On Computers only recognize off and on, like a light switch These switches are represented as binary digits or… bits Instructions and data are composed only of a series of bits

A binary digit (bit) is the smallest unit of information that your computer can process. A bit can be either 1 (on) or 0 (off). ASCII is a common coding system used to represent all characters, symbols and numbers in binary form. In ASCII a group of 8 bits is called a byte. HARDWARE: Your Physical Interface

Example: – If you type cool on the keyboard, your keyboard would change it into four bytes as follows: C o o l HARDWARE: Your Physical Interface

Bytes Eight bits form a single byte – is One Byte of Information Byte Values: – = 0 – = 255 As a result, binary numbers almost always written as a full byte ( ).

We count in Base 10 (Decimal) Ran out of symbols (0-9), so increment the digit on the left by one unit.

Computers count in Base 2 (Binary) Counting in Binary is the same, but with only two symbols – On (1) – Off (0)

Converting Binary to Decimal = 172

Converting Binary to Decimal = 81

Converting Binary to Decimal = 23

Size Matters Computer memory and storage capacities are represented by their size (megs, gigs, etc) – 1, 0 = 1 bit – 4 bits = 1 hex character (nibble) – 8 bits = 1 byte – 2^10 = 1,024 bytes or 1 Kilobyte (thousand) – 2^20 = 1,048,576 bytes or 1 Megabyte (million) – 2^30 = 1,073,741,824 or 1 Gigabyte (billion) – 2^40 = 1,099,511,627,776 bytes or 1 Terabyte (trillion)

Generic Input devices Accept data or commands and convert them to electronic form Getting data into the computer –Typing on a keyboard –Pointing with a mouse –Scanning with a wand reader or bar-code reader

Keyboard Data is entered by manually typing certain keys. A keyboard typically has 101 or 105 keys. Most keyboards use the QWERTY layout, named for the first six keys in the top row of letters. Generic Input Devices Rollup Keyboards gaming keyboard

Generic Input Devices MOUSE Is a pointing device which is used to control the movement of a mouse pointer on the screen to make selections from the screen. The bottom of the mouse contains a mechanism that detects movement of the mouse.

Specialized Input Devices