ICS2O-What is Computer and Information Science There is a wide variety of definitions for what a computer is or what it does. Our definition for the computer.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

P3- Represent how data flows around a computer system
INTRODUCTION OF COMPUTER
Lesson 1 Computers and Computer Systems
Computer Systems – Hardware
Computer Components.
Using Computers CS French Chapter 1.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Computer Hardware.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Input, Output, Processing and Storage
Chapter Introduction to Computers and Programming 1.
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
BLOCK DIAGRAM OF COMPUTER
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
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:
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Configuration.
2nd Meeting Computer Essential. Can you named these parts of computer?
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
Intro to Computers Computer Apps 1.
Computer Basics.
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
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Computer Basic Vocabulary
Computers Today.
Parts of the Computer System
Lec.2: Computer HardwareLec.2: Computer Hardware Foundation year 1 Lecturer: Fatma El-Zahraa Mohamed Year: 2015/2016.
Exploring Windows and Essential Computing Concepts - Getting Started 1 Getting Started Essential Computing Concepts.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
How a Computer Processes Data. With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
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.
Introduction To Computers
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
COMPUTER SCIENCE AND THE FOUNDATION OF KNOWLEDGE NURSING INFORMATICS CHAPTER 5 1.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
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.
Sara Naheed Amjad Information Technology
Sara Naheed Amjad Information Technology
BASIC PROGRAMMING C SCP1103 (02)
Functions and Parts of a Computer
BASIC PROGRAMMING C SCP1103 (02)
Computer is a fast and accurate electronic system.
Introduction to Computers
08/28/06 parts of the computer.
The Computer Work Stations
Introduction to Computing Lecture # 1
PARTS OF THE COMPUTER squires productions.
Computer Based Technology:
Introduction to Computers
Introduction to Computers
Components of a CPU AS Computing - F451.
Fundamental of computer
COMPUTER FUNDAMENTALS i
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer Electronic device Accepts data - input
4. Computer system.
08/28/06 parts of the computer.
Computer components.
Presentation transcript:

ICS2O-What is Computer and Information Science There is a wide variety of definitions for what a computer is or what it does. Our definition for the computer involves three points: It is an electronic and mechanical device. It operates under the control of instructions stored in its memory. It has the ability to input data, process that data and output useful information.

Why Study Computer Science? Why Study Computer Science? Easy - to be computer and information literate. The ability to understand and articulate your knowledge, skills and values regarding the computer and the information it helps to produce, is essential, to live in, contribute to and thrive in an information based society. Before we can enjoy the visual appeal and functionality of a finely hand-crafted china cabinet, much time and effort has to be put into converting a raw resource (wood) into that useful product. In the same way, a computer is entrusted with finding, analysing, and rendering data into a useful form... this is what we refer to as information! Our challenge as programmers is to bring the machine to life so that it can render data into something that is useful to someone or something.

Computer Basics The computer we defined earlier has two basic components: Hardware: The physical devices that make up a computer system. Software: The ordered, written instructions entered into the computer that allow it to perform a specific task.

A basic computer system has four main components: Input: Any device that allows data to be entered into the computer system. Examples include a keyboard, microphone, joystick, light pen, modem, etc.

Processing: Completed in the "Central Processing Unit", where the raw data entered into the computer is converted into a usable form and then temporarily stored. This is where all the action takes place. The processing or "system" unit contains a motherboard, microprocessor, power supply, primary memory (RAM), expansion ports or "slots", etc.

Storage: Sometimes known as "secondary" or "auxiliary" storage. This is where information can be stored so that it can be retrieved at a later date. Examples include a hard drive, zip drive, floppy disk, USB storage devices, etc.

Output: The form by which the result of the process is displayed. Examples of output devices include a monitor, printer, speakers, modem, etc.

Computer Processing A computer's ability to process data remarkably fast is what separates it from other devices. When we refer to the computer, we normally are referring to the system unit, or "box". The system unit contains both processing and secondary storage devices.

The processing component is divided into two important processing components: the Central Processing Unit (CPU) and Main Memory (RAM).

The Central Processing Unit The functions of the CPU are often performed by one important "chip" known as the microprocessor. The microprocessor contains two important components: Control Unit - Controls the information flow through the CPU and main memory. It is the manager of data flow and the machine cycle. Arithmetic Logic Unit (ALU) - Executes all the computer commands. This is done through a series of mathematical operations, calculations and logic decisions. After each command is executed, it is returned to the control unit for further processing or storage

Main Memory This type of memory is referred to as volatile, meaning that when the computer is shut off, or power is interrupted, any information stored in main memory is lost. To store information in a more permanent fashion, auxiliary storage devices are used. Main memory stores the following:

The Operating System (OS) - manages computer files and devices Applications - software designed for a particular purpose Input or Output - data that is ready for processing or information ready to be stored or displayed Working Memory - data that is waiting for further processing Unused Storage - memory space that has yet to be used