Computer Parts. Two Basic Parts Hardware & Software.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Basic Computer Vocabulary
An Overview of the Computer System
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 Hardware.
Basic Computer Components
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Introduction to Computer Terminology
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Computer Basics Flashcards #2
COMPUTER SYSTEMS COMPONENTS 6 th grade. BCSI-1: Students will identify computer system components.  a) Identify and define the key functional components.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
What is Information Technology?
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.
Computer Organization Hardware and Software. Computing Systems Computers have two kinds of components: Hardware, consisting of its physical devices (CPU,
Explore the Parts of a Computer
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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.
Information Technology COMPUTERS Dr. GUVEN Aerospace Engineer (P.hD) Nuclear Science and Technology Engineer (M.Sc)
Laboratorio di Calcolo I Docente: prof. Berardi (Dip. Informatica) Lezione introduttiva su Computing ed esercitazioni di Unix/Linux tenute da Fabrizio.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
CISC105 General Computer Science Class 1 – 6/5/2006.
Introduction to Computers
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Computer Basics 2.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
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.
Computer Architecture
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Basic Vocabulary
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
What does a computer do? Accepts data through inputting Processes data
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
CSCI-100 Introduction to Computing Hardware Part I.
Parts of the Computer System
Components of a Computer System
Beginning Snapshots Chapter 0. C++ An Introduction to Computing, 3rd ed. 2 Objectives Give an overview of computer science Show its breadth Provide context.
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,
Prelude to Programming, 6th edition by Elizabeth Drake
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
King Saud University- College OF Applied Studies
An Overview of the Computer System
An Introduction to The computer.
Computer Hardware and Software
Principles of Information Technology
Computer Organization
Introduction to Computers
An Introduction to The computer.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Introduction to Computers
Chapter 3 Hardware and software 1.
Computer Hardware.
Chapter 3 Hardware and software 1.
COMPUTER FUNDAMENTALS i
ICS103 Programming in C 1: Overview of Computers And Programming
4. Computer system.
Computer components.
Presentation transcript:

Computer Parts

Two Basic Parts Hardware & Software

Computing Systems Computers have two kinds of components: Hardware, consisting of its physical devices (CPU, memory, bus, storage devices,...) Software, consisting of the programs it has (Operating system, applications, utilities,...)

What is Hardware? Hardware is all the elements or pieces that make up the of physical components of the computer Consider it the physical machine. Hardware is anything that you can touch

Key Hardware Components The parts of the computer can be classified into 3 sections CPU Memory Peripherals & Connectors

Hardware: CPU CPU - Central Processing Unit CPU is often called the brain of the computer because that is where it does all the thinking ­Receives program instructions ­Performs arithmetic and logical operations ­Controls other computer components Consists of millions of transistors on a single microchip that plug into the motherboard Speed of CPU is measured in Hertz – number of cycles/second Today speed is measured in gigahertz (GHz) (billions of cycles per second

Memory There are three main types of memory: 1. Cache Memory 2. Random Access Memory (RAM) 3. Persistent Storage (ROM) Memory is where all the information is stored. Without information the computer would be useless.

Hardware: Cache Cache Memory Temporary memory accessed by the CPU Very fast used at initial startup of computer Stores data and instructions Data is then sent to the other types of memory Stores frequently used instructions and data but quite small Temporary – is not kept once the computer is shut down

Hardware: RAM Random Access Memory (RAM) Stores instructions and data Temporary memory – not kept once the computer is shut down Size is dependent upon the computer The more RAM memory the faster the computer. It is fast, but volatile... analogous to a person’s short-term memory.

Hardware: ROM Permanent Memory – Read Only Memory (ROM) Stores data forever on you Hard-drive or data stick. Older computers store information on magnetic or optical media.PermanyStable storage using magnetic or optical media. Called Read Only Memory because it reads files and saves them (permanently) Analogous to a person’s long-term memory. Slower to access than RAM Cannot execute instructions

Basic Units of Memory ­1 bit (0 or 1) ­1 byte normally consists of 8 bits Is the storage for one character ­2 10 bytes =1024 bytes = 1 kiloByte (kB) ­1024 KB = 1 MegaByte (MB) ­1024 MB = 1 GigaByte (GB) ­Many people approximate in steps of 1000, not 1024 Example: a 20KB file actually has 20,480 bytes, not 20,000 bytes

Bits & Bytes A bit is a 1 or a 0 They are stored in a memory address in groups of eight 8 bits = 1 byte which is the storage of one character one byte, is the smallest unit of information that a computer can process. ­2 10 bytes =1024 bytes = 1 kiloByte (kB) ­1024 KB = 1 MegaByte (MB) ­1024 MB = 1 GigaByte (GB) ­Many people approximate in steps of 1000, not 1024 There are different data types for each of the many forms of data. The data type you choose will affect not only the form in which the data is stored, but also the amount of memory required to store the data.

1-13 Hardware: Peripherals & Connectors Peripherals: Input & Output Devices Input ­Keyboard, mouse, digital pen, modem, wireless Internet connection, touch screen, joy sticks, and more Output ­Monitor, printer, speakers, modem, wireless Internet connection, and more

Hardware: Peripherals & Connectors Connector - The Bus: Connects CPU to other hardware devices. Analogous to a person’s spinal cord. Speed measured in megahertz (like the CPU), but typically much slower than the CPU... The bottleneck in most of today’s PCs.

Hardware: How it Works Putting the pieces together: CPU Bus RAM Memory ROM Memory cache Programs are stored (long-term) in secondary memory, and loaded into main memory to run, from which the CPU retrieves and executes their statements.

What is Software? Software is information that can be stored on the computers You cannot touch software You can only see the result of the information on an output device like a monitor Software is divided into two main categories System Software Application Software

System Software System software is the software that allows you to run the computer It controls and maintains the hardware. It is the interface between the hardware and the programs you use on the computer Types of system software: ­Operating system ­Networking system ­Programming language software ­Web site server ­Data backup Examples of system software: ­Linux, Windows, MacOS

Software: Operating System Operating System (OS) The OS acts as the “manager” of the computer system, making sure that each hardware device interacts with the others. It enables the computer to communicate with software applications like Microsoft Word and you the user. Examples: MacOS, Windows, Linux

Application Software Application software is all the software that allows you to work or play on the computer It is because of this software that we have to use computers You will know this type of software as “program” Types of programs that are commonly used: ­Word processors and spreadsheets (Word, Excel) ­Game programs ­Web browsers ­Photo Editors ­ ­Graphics and Drawing

Networking and Clouds Can you imagine a world without Google? Today computers are all connected together A network is a collection of computers that can talk to each other This world-wide collection of networks is called the Internet The internet makes use of two key pieces of application software: and WWW

Programming Languages Software is a set of instructions How are instructions given to computers? ­With programming languages There are three types of languages 1.Machine Languages Consists only of sequences of 0s and 1s example: Assembly Languages symbolic representation of machine language example: ADD A,B 3.High-level Languages contains English words and phrases and algebraic expressions examples of high level languages: Python, Java, C++, VisualBasic, Fortran