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.

Slides:



Advertisements
Similar presentations
Computer Hardware 4 Main Types.
Advertisements

Computer Hardware.
Computer Bits and Parts Parts of the computer system.
Computer Components.
What Is A Computer System?
Introduction to Computer Systems
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Introduction to Computers
Computer Hardware.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Basics – Input, Output and Storage Devices C O B : C O M P U T E R B A S I C S COB 1 Part Input Devices, Output Devices, Storage Devices.
Input, Output, Processing and Storage
Fill in the blanks on your note.
What is an input device? The input device is used to enter data and give instruction to the computer. e.g Keyboard, Mouse, Scanner, Joystick, Web camera,
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
What is Information Technology?
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
An Introduction To Computer Hardware
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
INTRODUCTION TO COMPUTING
Configuration.
2nd Meeting Computer Essential. Can you named these parts of computer?
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
2.0 Computer System.
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.
COMP1050 Winter 2015 Computer System Maintenance.
Computer Basics.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
IPC144 Introduction to Programming Using C Instructor: Travis Mander 1.
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 Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Introduction to Computer Systems
Computer Basic Vocabulary
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Parts of the Computer System
The Computer System CS 103: Computers and Application Software.
Lets Review Computers. Exactly what is a computer? A computer is an electronic device that manipulates information and data A computer sees data in 1’s.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
Hardware Introducing the Components of a Computer.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
Basic concepts of a computer system V1.0 (21/11/2005)
DIGITAL TECHNOLOGY. 20 Questions  Pair off with another student within your table.  Both of you are to think of your favorite in a specific category.
Computer Structure. We will look at:  Four Box diagram  CPU  Memory  Registers and their role  Processing speed.
Computing Science Computer Structure: Lesson 1: Processor Structure
Introduction to Computers
Technology Foundations
Introduction to Computers
Introduction to Computers
08/28/06 parts of the computer.
PARTS OF THE COMPUTER squires productions.
Introduction to Computers
Processing Computer Components.
Fundamental of computer
COMPUTER FUNDAMENTALS i
Computer Electronic device Accepts data - input
4. Computer system.
Introduction to Computers
08/28/06 parts of the computer.
Computer components.
Presentation transcript:

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 data and give the results of the process on a specific format as information.

Where can computers be found and what are they used for ? Schools –Teaching, reference, students records Homes –Internet, games, records Hospitals –Patients record, Offices –Word process, database, accounting.

Four basic operations of a computer Input Processing Output Storage

Input Input devices allow you to enter data into the computer. Primary devises: Keyboard Mouse Other input devices: Touch screen Modem Scanner Voice recognition system

Processing Central Processing Unit (CPU): Is the brain of the computer. It contains the electronic circuits that cause the computer to follow instruction. Its function is to execute program instruction and coordinate the activities of all the other units CPU Contains three parts: Arithmetic Logic Unit – ALU Memory Control Unit

Arithmetic Logic Unit Is where the intelligence of the computer is located. It perform mathematical calculation ( +, -, ) and logical operation ( and, or ). Example: 1.To multiply 2 x 4 the computer would add Make decision by determining is a number is greater, less, or equal to the other number.

Memory It holds the instructions and data which are currently being processed. Types of memory: 1.RAM ( Random Access Memory) Temporary memory. Displays the information you are working on. Information is lost when the computer is turned off. 2.ROM ( Read Only Memory) Permanent memory Contains instructions needed by the processor such as start up, shutdown, and placing a character on the screen. installed in you computer by manufacturer and cannot be altered.

Control Unit Directs information to the proper places in your computer, such as calculation of information by the ALU unit or store data or print data.

Output It makes information you input available for you to view and use Monitors Printers

Storage Secondary storage devices are used to store instructions and data when they are not being used in a memory. 1.Hard disk 2.Floppy disk 3.CD-RAM 4.Zip disks