COMP1050 Winter 2015 Computer System Maintenance.

Slides:



Advertisements
Similar presentations
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Advertisements

INTRODUCTION OF COMPUTER
Computer Components.
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.
Using Computers CS French Chapter 1.
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
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)
Computer Hardware.
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?
BLOCK DIAGRAM OF COMPUTER
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
INTRODUCTION TO COMPUTING
Configuration.
COMPUTER SYSTEM.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Lesson 2 — How Does A Computer Process Data?
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
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.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
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.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
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.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Parts of the Computer System
Components of a Computer System
COMPUTER TRAINING PROGRAMME OBINKYEREH WILLIAMS. INTRODUCTION TO THE COMPUTER. DEFINITION OF COMPUTER FEATURES OF THE COMPUTER DATA AND INFORMATION CLASSIFICATION.
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
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.
Introduction To Computers
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
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 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.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
Computer Systems Nat 4/5 Computing Science Computer Structure:
An Overview of the Computer System
A+ Guide to Managing and Maintaining Your PC, 7e
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
Basic Computer Organization
Introduction to Computers
Introduction to Computers
Logical Computer System
Fundamental of computer
Chapter 2 Processing Data Peter Norton’s  Introduction to Computers Data Useful output.
COMPUTER FUNDAMENTALS i
Computer Electronic device Accepts data - input
4. Computer system.
Computer components.
Presentation transcript:

COMP1050 Winter 2015 Computer System Maintenance

Introduction Course : COMP1050 Instructor : Mridula Sharma Office : HOL407

Evaluation Assignment I : 15% - Due on 3rd Feb 2015 Mid term : 30% - 3rd March 2015 Assignment II - 15% - Due on 31st March 2015 Final Exam : 40% - as per the dates given from Registrar office

Course Learning Outcomes Identify the major components of a computer system, and explain their functions. Identify and describe various types of operating systems and software applications. Describe how computers utilize binary code to process data. Explain the concepts of how information is stored in computers. Describe the uses of, and utilize, a Local Area Network. Identify the components, features and functions of multimedia systems. Configure a computer to connect to and utilize the World Wide Web. Install and test PC subsystems. Use hardware and software diagnostics. Describe Viruses and malwares

Major components of a computer system A computer system consists of mainly four basic units; namely input unit, storage unit, central processing unit and output unit. Central Processing unit further includes Arithmetic logic unit and control unit, as shown in the figure:. A computer performs five major operations or functions irrespective of its size and make. These are it accepts data or instructions as input, it stores data and instruction it processes data as per the instructions, it controls all operations inside a computer, and it gives results in the form of output.

Functional Units Input Unit: used for entering data and programs into the computer system Storage Unit: used for storing data and instructions before and after processing. Output Unit: used for storing the result as output after processing. Processing: The task of performing operations like arithmetic and logical operations is called processing. The Central Processing Unit (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. It is then sent back to the storage unit. CPU includes Arithmetic logic unit (ALU) and control unit (CU) Arithmetic Logic Unit: All calculations and comparisons, based on the instructions provided, are carried out within the ALU. It performs arithmetic functions like addition, subtraction, multiplication, division and also logical operations like greater than, less than and equal to etc. Control Unit: Controlling of all operations like input, processing and output are performed by control unit. It takes care of step by step processing of all operations in side the computer.

Memory Primary Memory Secondary Memory Tertiary Memory

Primary Memory RAM a. Primary Memory can be further classified as RAM and ROM. RAM or Random Access Memory is the unit in a computer system. It is the place in a computer where the operating system, application programs and the data in current use are kept temporarily so that they can be accessed by the computer’s processor. It is said to be ‘volatile’ since its contents are accessible only as long as the computer is on. The contents of RAM are no more available once the computer is turned off. ROM or Read Only Memory is a special type of memory which can only be read and contents of which are not lost even when the computer is switched off. It typically contains manufacturer’s instructions. Among other things, ROM also stores an initial program called the ‘bootstrap loader’ whose function is to start the operation of computer system once the power is turned on.

Secondary Memory Secondary/auxiliary memory is storage other than the RAM. These include devices that are peripheral and are connected and controlled by the computer to enable permanent storage of programs and data. CD-ROM Hard Disk Magnetic Tapes Compact Disks Digital Video Disk

I/O devices Input devices Keyboard Mouse Trackball Touchpad Joystick Light Pen Scanner

Output Devices Monitor Printer Impact printers Non-impact printers Sound Card and speakers