1 A Computer Specification  Consider the following specification for a “simplified” personal computer: 950 MHz Pentium 4 Processor 512 MB RAM 30 GB Hard.

Slides:



Advertisements
Similar presentations
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Advertisements

Basic Computer Hardware and Software.
Chapter 1: Computer Systems
The REQUIRED textbook for this course is:
1 Introduction Software Solutions Lewis & Loftus java 5TH EDITION
1 Networks & Data Representation Overview l Computer networks »Network connections »LANs »WANs l The internet. »Identifying computers on the internet »The.
Hardware and Software ► Hardware  the physical, tangible parts of a computer  keyboard, monitor, disks, wires, chips, etc. ► Software  programs and.
Chapter 1 Introduction 5 TH EDITION Lewis & Loftus java Software Solutions Foundations of Program Design © 2007 Pearson Addison-Wesley. All rights reserved.
1 12Lecture 15 The Internet Overview  Internet / Intranet  TCP/IP  IP address  IP address Classes  Calculating the IP address  Domain Names.
BBS Yapısal Programlama (Structured Programming)1 BBS 514 Yapısal Programlama (Structured Programming)
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
How Do Computers Work? A Gentle Introduction
UNIT 9 Computer architecture
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
Introduction to Computers Section 1A. home Definition of a Computer A computer is an electronic device used to process data, converting the data into.
V Material obtained from summer workshop in Guildford County.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
How Do Computers Work? A Gentle Introduction Poly Pride.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
© 2006 Pearson Education 1  Obj: 1.2, to understand networks HW: Review sheet  Quiz next class Sections 1.0 – 1.2  Do Now: p.47 #1.4 and 1.5 C1 D3.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Java Software Solutions Foundations of Program Design Sixth Edition by Lewis.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Java Software Solutions Foundations of Program Design
CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Mendel 162C Course website:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 1 Introduction. 2 Focus of the Course Object-Oriented Software Development problem solving program design, implementation, and testing object-oriented.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
The Central Processing Unit: What Goes on Inside the Computer
The System Unit What is the motherboard?  Also called the system board  Main circuit board in the system unit  Contains many electronic components.
Chapter 1 Introduction. © 2004 Pearson Addison-Wesley. All rights reserved1-2 Announcements The first Weekly Quiz will be available on Blackboard this.
CSC 1051 – Algorithms and Data Structures I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
Chapter 1 Introduction. © 2004 Pearson Addison-Wesley. All rights reserved1-2 Focus of the Course Object-Oriented Software Development  problem solving.
Components of a Computer System
Chapter 1: Computer Systems Welcome to Intro to Java Programming Mrs. Vida.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science by John Lewis, William Loftus, and Cara Cocking Java.
Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science by John Lewis, William Loftus, and Cara Cocking Java.
Chapter 1 Introduction. © 2004 Pearson Addison-Wesley. All rights reserved1-2 Focus of the Course Object-Oriented Software Development  problem solving.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software. Guilford County SciVis V
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),
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Java Software Solutions Foundations of Program Design Sixth Edition by Lewis.
Basic Computer Hardware and Software.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
Chapter 1: Computer Systems. 2 Computer Systems  We first need to explore the fundamentals of computer processing  We will focus on: components of a.
Review. Secondary Memory Devices Information is moved between main memory and secondary memory as needed Central Processing Unit Main Memory Floppy Disk.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Basic Computer Hardware and Software.
Review.
UNIT 9 Computer architecture
Basic Computer Hardware & Software
Chapter 1: Computer Systems
Introduction to Computers
Basic Computer Hardware and Software.
Introduction to Computers
Chap 2. Computer Fundamentals
Presentation transcript:

1 A Computer Specification  Consider the following specification for a “simplified” personal computer: 950 MHz Pentium 4 Processor 512 MB RAM 30 GB Hard Disk CD-RW 24x / 10x / 40x 17” Video Display with 1280 x 1024 resolution 56 Kb/s Modem  Modern computers – SRAM, DRAM, SDRAM, L2 cache, front-bus, address bus, quad processing cores on one chip, my brain hurts….  What does it all mean?

2 Memory Main memory is divided into many memory locations (or cells) Each memory cell has a numeric address, which uniquely identifies it

3 Storing Information Large values are stored in consecutive memory locations Each memory cell stores a set number of bits (usually 8 bits, or one byte)

4 Storage Capacity  Every memory device has a storage capacity, indicating the number of bytes it can hold  Capacities are expressed in various units: KB2 10 = 1024 MB2 20 (over 1 million) GB2 30 (over 1 billion) TB2 40 (over 1 trillion) UnitSymbolNumber of Bytes kilobyte megabyte gigabyte terabyte

5 Memory  Main memory is volatile - stored information is lost if the electric power is removed  Secondary memory devices are nonvolatile  Main memory and disks are direct access devices - information can be reached directly  The terms direct access and random access often are used interchangeably  A magnetic tape is a sequential access device since its data is arranged in a linear order - you must get by the intervening data in order to access other information

6 RAM vs. ROM  RAM - Random Access Memory (direct access)  ROM - Read-Only Memory  The terms RAM and main memory are basically interchangeable  ROM could be a set of memory chips, or a separate device, such as a CD ROM  Both RAM and ROM are random (direct) access devices!  RAM probably should be called Read-Write Memory (SRAM – static RAM; DRAM dynamic RAM)

7 Compact Discs  A CD-ROM is portable read-only memory  A microscopic pit on a CD represents a binary 1 and a smooth area represents a binary 0  A low-intensity laser reflects strongly from a smooth area and weakly from a pit  A CD-Recordable (CD-R) drive can be used to write information to a CD once  A CD-Rewritable (CD-RW) can be erased and reused  The speed of a CD drive describes how fast it can write information to a CD-R (24x), a CD-RW (10x), and how fast it can read (40x)

8 DVDs  A DVD is the same size as a CD, but can store much more information  The format of a DVD stores more bits per square inch  A CD can store 650 MB, while a standard DVD can store 4.7 GB A double sided DVD can store 9.4 GB Other advanced techniques can bring the capacity up to 17.0 GB  There are various recordable DVD technologies – the market will determine which will dominate

9 The Central Processing Unit  A CPU is on a chip called a microprocessor  It continuously follows the fetch-decode-execute cycle: fetch Retrieve an instruction from main memory decode Determine what the instruction is execute Carry out the instruction

10 The Central Processing Unit  The CPU contains: Arithmetic / Logic Unit Registers Control Unit Small storage areas Performs calculations and makes decisions Coordinates processing steps

11 The Central Processing Unit  The speed of a CPU is controlled by the system clock  The system clock generates an electronic pulse at regular intervals  The pulses coordinate the activities of the CPU  The speed is measured in megahertz (MHz) or (GHz)

12 Monitor  The size of a monitor (17") is measured diagonally, like a television screen  Most monitors these days have multimedia capabilities: text, graphics, video, etc.  A monitor has a certain maximum resolution, indicating the number of picture elements, called pixels, that it can display (such as 1280 by 1024)  High resolution (more pixels) produces sharper pictures

13 Modem  Data transfer devices allow information to be sent and received between computers  Many computers include a modulator-demodulator or modem, which allows information to be moved across a telephone line  A data transfer device has a maximum data transfer rate  A modem, for instance, may have a data transfer rate of 56,000 bits per second (bps)

14 Networks  A network is two or more computers that are connected so that data and resources can be shared  Most computers are connected to some kind of network  Each computer has its own network address, which uniquely identifies it among the others  A file server is a network computer dedicated to storing programs and data that are shared among network users

15 Network Connections  Each computer in a network could be directly connected to every other computer in the network  These are called point-to-point connections This technique is not practical for more than a few close machines Adding a computer requires a new communication line for each computer already in the network

16 Network Connections  Most networks share a single communication line  Adding a new computer to the network is relatively easy Network traffic must take turns using the line, which introduces delays Often information is broken down in parts, called packets, which are sent to the receiving machine and then reassembled

17 Local-Area Networks LAN A Local-Area Network (LAN) covers a small distance and a small number of computers A LAN often connects the machines in a single room or building

18 Wide-Area Networks LAN A Wide-Area Network (WAN) connects two or more LANs, often over long distances A LAN usually is owned by one organization, but a WAN often connects groups in different countries LAN

19 The Internet  The Internet is a WAN which spans the entire planet  The word Internet comes from the term internetworking, which implies communication among networks  It started as a United States government project, sponsored by the Advanced Research Projects Agency (ARPA) - originally it was called the ARPANET  The Internet grew quickly throughout the 1980s and 90s  Less than 600 computers were connected to the Internet in 1983; now between 200 – 600 million

20 TCP/IP  A protocol is a set of rules that determine how things communicate with each other  The software which manages Internet communication follows a suite of protocols called TCP/IP  The Internet Protocol (IP) determines the format of the information as it is transferred  The Transmission Control Protocol (TCP) dictates how messages are reassembled and handles lost information

21 IP and Internet Addresses  Each computer on the Internet has a unique IP address, such as:  Most computers also have a unique Internet name, which also is referred to as an Internet address: spencer.villanova.edu kant.gestalt-llc.com  The first part indicates a particular computer ( spencer )  The rest is the domain name, indicating the organization ( villanova.edu )

22 Domain Names  The last part of each domain name, called a top-level domain (TLD) indicates the type of organization: edu com org net - educational institution - commercial entity - non-profit organization - network-based organization Sometimes the suffix indicates the country: New TLDs have recently been added: biz, info, tv, name uk au ca se - United Kingdom - Australia - Canada - Sweden

23 Domain Names  A domain name can have several parts  Unique domain names mean that multiple sites can have individual computers with the same local name  When used, an Internet address is translated to an IP address by software called the Domain Name System (DNS)  There is no one-to-one correspondence between the sections of an IP address and the sections of an Internet address

24 The World Wide Web  The World Wide Web allows many different types of information to be accessed using a common interface  A browser is a program which accesses and presents information text, graphics, video, sound, audio, executable programs  A Web document usually contains links to other Web documents, creating a hypermedia environment  The term Web comes from the fact that information is not organized in a linear fashion

25 The World Wide Web  Web documents are often defined using the HyperText Markup Language (HTML)  Information on the Web is found using a Uniform Resource Locator (URL): ftp://java.sun.com/applets/animation.zip  A URL indicates a protocol (http), a domain, and possibly specific documents