TexPREP Summer Camp Computer Science

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Calera High School Dawn Bone
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Computer Systems I’m ONLY a machine!.
Chapter 4 The Components of the System Unit
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Understanding Essential Computer Concepts
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Chapter 4 The Components of the System Unit
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
COMPUTER SYSTEM COMPONENTS ACTIVITY
IC3 GS3 Standard Computing Fundamentals Module
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
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.
Lesson 2 — How Does A Computer Process Data?
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Hardware Information Technology Week 5 and 6
The Central Processing Unit: What Goes on Inside the Computer
Computer Systems TexPREP Summer Camp Computer Science.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
INSIDE THE COMPUTER. What is Computer ? Computer is Electronic device which work on electricity. OR An electronic device for storing and processing data,
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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),
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
TECHNOLOGY IN ACTION. Chapter 2 Looking at Computers: Understanding the Parts.
ICT COMPUTER FUNDAMENTALS
Basic Computer Hardware and Software.
Computer Components ICS 3U0.
Topic 2: Hardware and Software
Computer Hardware Mr. Singh ICS2O.
UNIT 9 Computer architecture
A+ Guide to Managing and Maintaining Your PC, 7e
Computer Hardware and Software
Discovering Computers 2011: Living in a Digital World Chapter 4
The physical parts of the computer
ICT COMPUTER FUNDAMENTALS
Introduction to Computer Architecture
Computer Systems Computer Systems.
Introduction to Computers
Business Computer Technology
Introduction to Computers
Basic Computer Hardware and Software.
Computer Basics.
Hardware and Software.
المحور 3 : العمليات الأساسية والمفاهيم
Introduction to Computers
Computer Hardware.
Standard Grade Revision
Objective 2.01A: Classify Computer Components
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Introduction To Computing BBA & MBA
Hardware CSCE 101.
4. Computer system.
Computer components.
Presentation transcript:

TexPREP Summer Camp Computer Science Computer Systems TexPREP Summer Camp Computer Science

Computer System Hardware Computer System Software All those parts of a computer that you can see and touch. Programs (set of instructions) and data.

Hardware Computer http://www.antonine-education.co.uk/ict_as/ict_module_2/topic_8/computer_architecture.htm

Hardware The two most important components of a computer are: CPU: Central Processing Unit Memory: typically RAM (Random Access Memory) They are connected by the system bus and are located on the motherboard.

Motherboard http://www.nitroware.net/reviews/206-mainstream-computing-showdown-amd-a6-v-intel-i3?start=3

CPU The CPU is the “brain” of the computer. It gets an instruction from main memory and then executes it. If the instruction needs some data, it gets the data from main memory in order to process it. After executing the instruction, if there is a result that needs to be saved, it stores the result on main memory. These steps are repeated for each instruction in the program. The speed of the processor is expressed in Gigahertz (GHz).

Memory There are different types of memory in a computer system. Main memory (RAM): where programs and data must be loaded in order to be processed. ROM: where the boot (startup) program is stored. Cache: very high speed memory used to improve the performance of the system. The amount of memory is typically expressed in Megabytes (MB), Gigabytes (GB), or Terabytes (TB). RAM and Cache are volatile, that is, they lose their content when the power is turned off. ROM is not volatile. Their access time is in the order of nanoseconds (0.000000001 seconds)

System Clock The components of the computer must interact in a synchronized way. A system clock is used to control the timing of all computer operations. It generates regular “ticks” (electronic pulses) that set the operating pace of the components. Its speed is expressed in Megahertz (MHz) or Gigahertz (GHz).

Peripheral devices Storage devices: used to store data and programs permanently (non volatile). For example: hard drive, flash drive, cd drive, etc. Input devices: used to enter data and instructions (programs, commands, etc.) into the computer. For example: keyboard, mouse, microphone, scanner, etc. Output devices: used to get information from the computer. For example: monitor, printer, speakers, etc.

Storage devices The three main technologies are: Magnetic: used on hard disks, tape, etc. Optical: used on CDs (ROM, R, RW), DVDs (R, RW, RAM), etc. Solid state: used on flash drives, memory cards, etc.

Hard drive http://www.pctechguide.com/31HardDisk_Construction.htm

Optical Discs laser diode prism light- sensing diode 1 lens pit land 1 lens pit land disc label Step 3. Reflected light is deflected to a light-sensing diode, which sends digital signals of 1 to computer. Absence of reflected light is read as digital signal of 0. Step 2. If light strikes a pit, it scatters. If light strikes a land, it is reflected back toward diode. Step 1. Laser diode shines a light beam toward disc. Discovering Computers 2006, Course Technology, p. 367 Fig. 7-20

Adapter Cards Also known as expansion boards, are used to increase the capabilities of a computer. They must be inserted in expansion slots and their respective device drivers installed before they can be accessed by the system. There are different technologies: PCI, AGP, etc.

Adapter Cards examples video adapters graphics accelerators sound cards accelerator boards NIC - network interface card

Graphics Adapter Card http://salestores.com/stores/images/images_747/P65MDDE128LPUF.jpg

Units of measurement KILO: 1,000 or 103 MEGA: 1,000,000 or 106 GIGA: 1,000,000,000 or 109 TERA: 1,000,000,000,000 or 1012

Digital Representation Inside the computer… Everything is discrete (digital), not continuous (analog) – i.e, it must be represented using a discrete (number) value Problem: How do we put the analog world “inside” the digital computer? Solution: Devise ways to represent real-world, analog data in digital forms

What do computers work with internally? Computers have storage units called binary digits or bits The computer operates with voltage through what amounts to microscopic switches that are either “On” (1) or “Off” (0) Low Voltage = 0 High Voltage = 1 all bits have value 0 or 1

Representing Numbers Binary number system

Representing Characters ASCII (American Standard Code for Information Interchange) and Unicode