COMPUTER FUNDAMENTALS i

Slides:



Advertisements
Similar presentations
Types and components of computer systems
Advertisements

Computer Skills Preparatory Year Presented by:
An Overview of the Computer System
Computer Systems I’m ONLY a machine!.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
An Overview of the Computer System
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
 Prof. Dr. M. H. Assal Introduction to Computer AS 15/10/2014.
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computers
Computer Hardware In this lecture, we will study:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computers Section 1A. home Definition of a Computer A computer is an electronic device used to process data, converting the data into.
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
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?
BLOCK DIAGRAM OF COMPUTER
Tom Allen Computer Science Department Trinity University.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
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.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
COMP1050 Winter 2015 Computer System Maintenance.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
Introduction to Computer Systems
Unit 30 Digital Graphics BTEC Level 3 Welcome Back !! Anne Sewell.
CSCI-100 Introduction to Computing Hardware Part I.
Parts of the Computer System
Components of a Computer System
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
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.
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX A HARDWARE AND SOFTWARE APPENDIX A HARDWARE AND SOFTWARE.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Structure. We will look at:  Four Box diagram  CPU  Memory  Registers and their role  Processing speed.
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 Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
ICT COMPUTER FUNDAMENTALS
Introduction to Computers
APPENDIX A HARDWARE AND SOFTWARE
An Overview of the Computer System
Computer Basics 1 Computer Basics.
Computer Hardware and Software
ICT COMPUTER FUNDAMENTALS
Business Computer Technology
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
PARTS OF THE COMPUTER squires productions.
Basic Computer Organization
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.
Standard Grade Revision
Fundamental of computer
COMPUTER SKILL TDP 4TH SEMESTER.
Prepared by: Eng\ahmed gaber eng\mahmoud kamel
Computer components.
Presentation transcript:

COMPUTER FUNDAMENTALS i BBA I SEMESTER (BBA 102) DR. TABASSUM ALI

Introduction to Computers A Computer System is an electronic data processing device, which accept and store an input data, process the input, and output the processed data in the required format. Any digital computer carries out five basic functions: Takes data as input. Stores the data/instructions in its memory and can use them when required. Process the data and convert it into useful information. Output the information. Control all the above four steps

Characteristic Features of a Computer Speed Storage Accuracy Versatility Automation Diligence Networking capabilities

Types of Computers PC (personal Computer): Single user computer system. Moderately powerful microprocessor. Workstation: Single user computer system. Similar to personal computer but have more powerful microprocessor. Mini computer: Multi-user computer system. Capable of supporting hundreds of users simultaneously. Mainframe computer: Multi-user computer system. Capable of supporting hundreds of users simultaneously. Software technology is different from minicomputer Super computer: An extremely fast computer which can perform hundreds of millions of instructions per second.

Functional Diagram of a Computer

Components of a Computer The Computer consists of the following basic Components: Input Devices Output Devices CPU (Central {Processing Unit): Memory Unit Control Unit ALU (Arithmetic Logic Unit) Computer Memory: Primary Memory Secondary storage devices

Components of a Computer: Input Devices Devices that are used to enter information and instructions into a computer for storage or processing are called Input devices. The main Input devices of a computer are: Keyboard Mouse Touchpad Trackball Touch screen Light pen Magnetic ink character recognition (MICR) Bar code reader Optical mark reader Scanner Microphone

Components of a Computer: Output Devices Output unit consists of devices with the help of which we get the information from the computer. The main Output devices of a computer are: Monitor Printer Plotter Facsimile (FAX) Speaker

Components of a Computer: CPU CPU is considered as the brain of the computer. CPU perform all types of data processing operations. It stores data, intermediate results and instructions (program). It (CPU) takes data and instructions from the storage unit and makes all sorts of calculations based on the instructions given and the type of data provided. CPU itself has the following three components. Memory Unit :This unit can store instructions, data and intermediate results. Control Unit: This unit controls the operations of all parts of computer. It does not carry out any actual data processing operations. ALU (Arithmetic Logic Unit): It perform arithmetic operations like addition, subtraction, multiplication & division; and logic operations such as comparing, selecting, matching and merging of data.

Components of a Computer: Memory Computer memory is the storage space in computer where data to be processed and instructions required for processing are stored. Memory is measured in terms of Bytes. Kilobytes (KB), Megabytes (MB), Gigabytes (GB) and Terabytes (TB) are the other units of measure of storage. Computer’s memory can be classified into two types: Primary Memory (RAM and ROM) Secondary storage devices (magnetic and optical)

Components of a Computer: Memory Primary Memory: The primary/main memory is used to store data and instructions currently required for processing. The software and programs are stored in the primary memory. Since primary storage is small, only a limited amount can be stored therein. Primary memory is of two types: RAM or Random Access Memory: A RAM constitutes the internal memory of the CPU for storing data, program and program result. It is read/write memory. This memory is volatile hence the contents of RAM are accessible only as long as the computer is on. RAM is small, both in terms of its physical size and in the amount of data it can hold. ROM or Read Only Memory: This type of memory is non-volatile and contents of this are not lost even when the computer is switched off. This memory is used to store frequently used programs in the system. ROM chip are not only used in the computer but also in other electronic items like washing machine.

Components of a Computer: Memory Secondary Memory / Secondary Storage Devices: These include devices that are peripheral and are connected and controlled by the computer to enable permanent storage of programs and data. Large files and databases are stored on secondary storage devices. Secondary Storage Devices can be divided into: Magnetic Storage Devices Floppy Disk Hard Drive Optical Storage Devices CD ROM DV ROM