Senem KUMOVA METİN // Fall 2008-2009 CS 115 Introduction to Programming Introduction to Computing.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Parts of a Computer.
Computer Hardware 4 Main Types.
Senem Kumova Metin Introduction to Programming CS 115 Introduction to Computing PART I : Computer Basics PART II: Introduction to Computing/Programming.
P3- Represent how data flows around a computer system
INTRODUCTION OF COMPUTER
Computer Components.
COMPUTER SYSTEM CAN BE DIVIDED INTO : 1- General Computer 2- Special Computer.
Using Computers CS French Chapter 1.
Introduction to Computer Systems
Computer Hardware.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Input, Output, Processing and Storage
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
An Introduction To Computer Hardware
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Configuration.
Computer Parts There are many parts that work together to make a computer work.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Intro to Computers Computer Apps 1.
COMP1050 Winter 2015 Computer System Maintenance.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
What is a computer? Computer is a device for processing information.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Architecture
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
Introduction to Computer Systems
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Parts of the Computer System
Looking Inside the Computer System
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Advanced Computer Applications
General Computer Knowledge COE 201- Computer Proficiency.
Parts and Operation of a Computer
FUNDAMENTALS OF COMPUTERS
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.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Introduction To Computers
Basic concepts of a computer system V1.0 (21/11/2005)
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
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 
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
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.
Computer Systems Nat 4/5 Computing Science Computer Structure:
Technology Foundations
08/28/06 parts of the computer.
Computer Applications
Objective 2.01: Classify computer components
Hardware and Software.
Computer Parts There are many parts that work together to make a computer work.
PARTS OF THE COMPUTER squires productions.
Computer Electronic device Accepts data - input
Objective 2.01: Classify computer components
PARTS OF THE COMPUTER.
Introduction to Computers
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
Logical Computer System
Fundamental of computer
Objective 2.01: Classify computer components
Understanding input, output and storage devices
Objective 4.01: Classify computer components
Computer Electronic device Accepts data - input
Lesson 3 Computer Devices.
4. Computer system.
08/28/06 parts of the computer.
Presentation transcript:

Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing

Senem KUMOVA METİN // Fall What is a Computer? A computer is a machine that manipulates data according to a list of instructionsmachinedata instructions Simply a computer 1. takes information (or inputs) 2. processes it according to a set of instructions (a program) 3. gives back a result (or output)

Senem KUMOVA METİN // Fall Computing Activity of using and developing computer technology, computer hardware and software.computercomputer hardware software Hardware is a general term that refers to the physical artifacts of a technologyartifactstechnology Software is a general term used to describe a collection of computer programs, procedures and documentation that perform some tasks on a computer systemcomputer programs procedures

Senem KUMOVA METİN // Fall Key components of a Computer

Senem KUMOVA METİN // Fall Key components of a Computer Input Devices Receiving sections of Computer Allow the user to control the machine Examples : Keyboard Mouse Microphone Scanner Etc..

Senem KUMOVA METİN // Fall Key components of a Computer Output Devices Return the results of computer actions back to the user Examples : Monitor Speakers Printer

Senem KUMOVA METİN // Fall Key components of a Computer CPU ( Central Processing Unit) ‘brain’ of the computer Follows the instructions provided by both the user (via input devices) and the program that is running in order to perform a task Involves a control unit, ALU (Arithmetic Logic Unit), registers...

Senem KUMOVA METİN // Fall Key components of a Computer Memory Internal storage areas in the computer Retains information that has been entered through the input unit so that the information may be made available for processing when needed. RAM and ROM ROM - Read-only memory: On ROM, data is prerecorded for read only which can not be removed RAM - Random access memory: whose contents can be accessed (read, write and remove) in any order

Senem KUMOVA METİN // Fall Key components of a Computer Secondary Storage Long term high capacity warehousing part of the computer Store both the programs that run on the system as well as the work that is created The most common storage device is a fixed magnetic disk that sits inside the machine and this is called the hard drive.