Chap 2. Computer Fundamentals

Slides:



Advertisements
Similar presentations
Basic Computer Hardware and Software.
Advertisements

Business Technology Applications Computer Basics.
Data Communications and Computer Networks
1 Networks & Data Representation Overview l Computer networks »Network connections »LANs »WANs l The internet. »Identifying computers on the internet »The.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t CPTG104 Intro to Information Systems Dr. Hwang Essential Introduction to Computers.
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)
How Do Computers Work? A Gentle Introduction
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
V Material obtained from summer workshop in Guildford County.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
How Do Computers Work? A Gentle Introduction Poly Pride.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
© 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.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Java Software Solutions Foundations of Program Design
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Computer Architecture
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
Computer Basic Vocabulary
Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:
© 2011 Pearson Education, publishing as Addison-Wesley Monday  Class Requirements  Earn hawk points today with the Name Game  Network Login.
Chapter 1: Computer Systems Welcome to Intro to Java Programming Mrs. Vida.
© 2006 Pearson Education Chapter 1: Computer Systems.
Machine Architecture and Number Systems
1 A Computer Specification  Consider the following specification for a “simplified” personal computer: 950 MHz Pentium 4 Processor 512 MB RAM 30 GB Hard.
Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science by John Lewis, William Loftus, and Cara Cocking Java.
The Computer System CS 103: Computers and Application Software.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
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,
Basic Computer Hardware and Software. Guilford County SciVis V
Basic Computer Hardware and Software.
Fly Swatter Game Let’s Swat It Now!!. A contract that defines acceptable rules and policies for computer use:
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Relevant Computer Info. The Computer Consists of: Hardware –The CPU and motherboard (and bus) –Storage Devices (hard disk, memory, …) –Input Devices (keyboard,
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Computer Parts There are many parts that work together to make a computer work.
Computer and Internet Basics
Computer Architecture and Number Systems
Basic Computer Hardware and Software.
Section 2.1 Section 2.2 Identify hardware
Review.
An Overview of the Computer System
Essential Computer Concepts
Introduction to Computing
Basic Computer Hardware and Software.
Basic Computer Hardware & Software
Computer Parts There are many parts that work together to make a computer work.
Chapter 1: Computer Systems
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Chapter 1: Computer Systems
Digital Planet: Tomorrow’s Technology and You
Chapter 3 Hardware and software 1.
Information Technology Ms. Abeer Helwa
Machine Architecture and Number Systems
Chapter 3 Hardware and software 1.
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Data Communications and Computer Networks
Machine Architecture and Number Systems
Presentation transcript:

Chap 2. Computer Fundamentals Before we can dive into programming, we need to understand the fundamentals of computers in general Chapter 2 focuses on: components of a computer how those components interact how computers store and process information computer networks Chapter 2

Hardware Components Central Processing Unit (CPU) the chip that executes program commands Intel Pentium processor, Sun Sparc processor Input / Output devices allow interaction with the user keyboard, monitor, mouse Chapter 2

Hardware Components Main memory Secondary memory devices the primary storage area for programs and data in active use Secondary memory devices long-term storage floppy disks, hard disks, tapes Chapter 2

Component Interaction Hard disk Main memory Floppy Keyboard CPU Monitor Chapter 2

Software Categories Operating system Application program controls all machine activities provides the user interface to the computer manages resources such as the CPU and memory Windows 95, Solaris, Mac OS Application program generic term for any other kind of software word processors, missile control systems, games Chapter 2

Computer Architecture CPU Main memory bus Video controller Disk controller Controller Monitor Hard disk Floppy disk other peripherals Chapter 2

Memory Main memory is divided into many memory locations Each memory location has an address which uniquely identifies it Data is stored in one or more consecutive memory locations On most computers, each memory location holds 8 bits, or 1 byte Chapter 2

Storage Capacity Each memory device has a storage capacity, indicating the number of bytes it can hold Capacities are expressed in various units of binary storage: Chapter 2

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 random access devices, which mean that information can be reached directly 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 Chapter 2

RAM vs. ROM RAM - Random Access Memory 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 access devices! RAM should probably be called Read-Write Memory Chapter 2

A Computer Specification Consider the following specification for a personal computer: 200 MHz Pentium Processor 32 MB RAM 2.3 GB Hard Disk 12x speed CD ROM Drive 17” Multimedia Video Display with 1280 x 1024 resolution 33,600 bps Data / Fax Modem Chapter 2

Networks A network is two or more computers connected together so that information 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 A file server often has a large amount of secondary memory Chapter 2

LANs and WANs Long-distance connection LAN LAN Chapter 2

The Internet The Internet is a WAN which spans the entire planet The word Internet comes from the term internetworking, which implies a network of networks It started as a United States government project, sponsored by the Advanced Research Projects Agency (ARPA), and was originally called the ARPANET The Internet grew quickly throughout the 1980s and 90s Less than 600 computers were connected to the Internet in 1983; now there are over 10 million Chapter 2

The Internet The software which manages Internet communication is called TCP/IP The programs in the Internet Protocol (IP) formats the information for transfer The programs in the Transmission Control Protocol (TCP) reassembles messages and handles lost information Each computer on the Internet has a unique IP address, such as: 204.192.116.2 Chapter 2

The Internet Most computers also have a unique Internet name, which is also referred to as an Internet address: renoir.vill.edu kant.wpllabs.com The first part indicates a particular computer (renoir) The rest is the domain name, indicating the organization (vill.edu) Chapter 2

The Internet The last section of each domain name usually indicates the type of organization: edu - educational institution com - commercial business org - non-profit organization Sometimes the suffix indicates the country: uk - United Kingdom New suffix categories are being considered Chapter 2

Internet 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 not a one-to-one correspondence between the sections of an IP address and the sections of an Internet address Chapter 2

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, sound, audio, and 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 Chapter 2

The World-Wide Web Web documents are defined by the HyperText Markup Language (HTML) Information on the Web is found using a Uniform Resource Locator (URL): http://www.lycos.com A URL may indicate an HTML document, or some other kind of information Chapter 2

Chapter 2