Computer Fundamentals

Similar documents
Chapter 1. Computer System Organization

Chapter 1: Introduction to Computers

Chapter 1: Introduction to Computers. In this chapter you will learn about:

COMPUTER - GENERATIONS

HIGHER SECONDARY FIRST YEAR 2 MARK & 5 MARK NOTES CHAPTER 1 1. INTRODUCTION TO COMPUTER

Learning Objectives. In this chapter you will learn about:

Chapter 1 Basic Computer Organization

SSRVM Content Creation Template

Ms. Minerva A. Lagarde

COMPUTERIZED OFFICE MANAGEMENT

v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

Overview of a computer

Fundamental of digital computer

Gagan. Site : Youtube :

**GE6151 COMPUTER PROGRAMMING**

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Trends in Computer System Capabilities

Chapter One. Introduction to Computer System

2011 Francisco Delgadillo

Ch. 1: Computer System part I

Computer Fundamentals

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as

What is the typical configuration of a computer sold today? 1-1

1: History, Generation & Classification. Shobhanjana Kalita, Dept. of CSE, Tezpur University

STUDY MATERIALS ON COMPUTER ORGANIZATION (As per the curriculum of Third semester B.Sc. Electronics of Mahatma Gandh Uniiversity)

Chapter 2 HISTORICAL DEVELOPMENT OF COMPUTERS

A1-R3: IT TOOLS & APPLICATIONS

Basic Computer Information Technology-I

1. This memory is for short term storage and is lost when the computer is turned off. A. Icon B. CPU C. Hard drive D. RAM 2. This input device will

Introduction to Computers. Joslyn A. Smith

Computer Principles and Components 1

1.2.1 Electronic computers based on digital switching

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

Computer Architecture 2/26/01 Lecture #

Characteristics of Computers

Sir Sadiq s computer notes for class IX. Chapter no 1. Introduction to computer

INTRODUCTION TO COMPUTER

Foundation Computer Studies

COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR 2, 3 MARK & 5 MARK QUESTION ANSWERS CLASS : XI SECTION:

ST. MARY S COLLEGE FORM 4

SBI CLERK COMPUTER GENERAL KNOWLEDGE PAPER COMPUTER GENERAL KNOWLEDGE

ZONAL EDUCATION OFFICE - JAFFNA

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

What is Information Technology. Chapter 1: Computer System. Why use Information Technology? What is Data?

1. UNIVAC is Correct Answer: a. Universal Automatic Computer

Fundamentals of Programming Session 1

An Introduction to Computers and Java CSC 121 Spring 2015 Howard Rosenthal

Fundamentals of Programming Session 1

Second Generations Computers( )

Computer Concepts and C Programming. Unit I 06CCP13

Q1. Describe C.P.U and its subunits with the help of diagram?

CONTENTS. Chapter 1 Introduction and Evolution of Computer

Q.1 What is Computer? Explain its Characteristics and Limitations? A computer is a fast electronic device, processing the Input data

THE MICROCOMPUTER SYSTEM CHAPTER - 2

COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS

Chapter 1. Introduction To Computer Systems

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop

Chapter 2 Basic Computer Configuration

An Overview of the Computer System. Kafui A. Prebbie 24

Evolution of the Computer

Basic Computer Hardware Notes in PDF

TNBEDCSVIP.IN. S.No CONTEND Page No 1. NUMBER SYSTEM AND BASE CONVERSIONS TYPES OF NUMBER SYSTEM 1. Binary Number System:

Aryan College. Computer Fundamental. Introduction to Computer System

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI

Week 1 Introduction to Programming

Describe the layers of a computer system

Many persons can work at a time on Super Computer. The first generation computer was developed in 1975.

Terminology, Types of Computers & Computer Hardware

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

3. A microprocessor is the brain of the computer and is also called a(n)... A. microchip B. macrochip C. macroprocessor D.

Chapter 2: Computers: The Machines Behind Computing.

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

INTRODUCTION TO COMPUTERS

ABC Atanasoff-Berry Computer

Part 1: Computer and Information Literacy

1. Choose the odd one out a. Micro computer b. Mini Computer c. Super Computer d. Digital calculator 2. Folders in windows OS is also known as a.

Computer Skills Revision. By: Rana Hammady

COMPUTER HARDWARE RAYMOND ROSE

Downloaded from various sources on the NET

CHAPTER 1 COMPUTER OVERVIEW

Computer Programming for Engineering

COMPUTER SYSTEMS. Section 1

Name: Date: Hour: The abacus (still in use today) is about 5,000 years old. Not a computer.

Computer Technology Flash Card 2

User. Application program. Interfaces. Operating system. Hardware

- Input hardware - Processing hardware - Storage hardware

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Introduction. Basic computer operations: Application of computer:

LECTURE -I BASIC CONCEPTS OF COMPUTERS

Fig 1.1 A designer working on a personal computer

Introduction to Microprocessor

Chapter 1: Introduction to Computers and Programming

Downloaded from

Fundamentals of Computer Processing

Transcription:

Computer Fundamentals Computers have made great inroads in our everyday life and thinking. They are put to use for all sorts of application ranging from complex calculations in the field or frontline research, engineering simulations down to teaching, printing books and recreational games. The ease with which computers can process data, store and retrieve it painlessly has made them inevitable in office and business environment. Therefore, it is essential for every person to know computer, its strengths, its weakness and its internal structure. What is computer? A computer is an electronic device that can perform a variety of operations in accordance with a set of instructions called program. Functional components of computer system 1 / 8

1. Input unit 2. Output unit 3. CPU 4. Memory 5. Storage devices Input Unit Input unit is a unit through which user communicates with the computer. It acts as a translator between the user and the computer. it converts the given data into computer acceptable form. Functions of input devices are: 1. Accepts data and instructions from user. 2. Coverts accepted data into machine language. 3. Gives converted data and instructions to CPU for processing. 2 / 8

Examples of input devices are Keyboard, Mouse, Light pen, Joystick, Magnetic ball, MICR, OCR, etc. Output Unit Output unit is a unit through which computer communicates with the user. It acts as a translator between the computer and the user. It converts the processed data from machine language to some natural language like English, which user can understand easily. Functions of output devices are: 1. Accepts processed data from CPU. 2. Converts results from machine language to some natural language. 3. Displays results to user. Examples of output devices are Printer, Plotter, VDU, Magnetic disk drive, Speaker, Floppy disk drive, etc. CPU (Central processing unit) All the processing work of computer is performed by CPU. It controls all the parts of computer system and is termed as BRAIN of the computer. It has three components: 1. ALU (Arithmetic and Logic Unit) 3 / 8

2. CU (Control Unit) ALU: This unit performs all arithmetic and logic operations. CU: This unit controls and guides the interpretation, flow and manipulation of all data and information. Another important function of CU is the program execution. Memory It is also termed as primary memory or central memory or internal memory. It is only the memory which is in direct contact with CPU. It is quite costly and its storage capacity is small. It is used to store data and program that is being executed currently. It is of two types- RAM and ROM. Functions of main memory are: 1. It temporarily holds the data received from input devices. 2. It holds the data being processed and the intermediate results. 3. It holds the final results and releases them to output devices when required. 4. It holds the system software and the application software in use. 4 / 8

Storage devices Since computers main memory is temporary, secondary memory space is needed to store data and information permanently for later use. Some common secondary storage media are the floppy diskette, the hard disk and the CD-RWs, etc. The secondary memory devices are also known as STORAGE DEVICES. Hardware Hardware represents the physical and tangible components of the computer. Input devices, CPU, floppy disk, harddisk, etc are the example of computer hardware. Software It represents the set of programs that govern the operation of a computer system and make the hardware run. Strengths of computer 1. Its speed is much faster as compared to human beings. 2. It has high storage capacity. 3. It can perform all the calculations and comparisons accurately. 4. Computers are more reliable than human beings. 5 / 8

5. Computers are versatile to repetitive jobs. Limitations of computer 1. Computers cannot decide on their own which a great asset of human being is. 2. They have zero IQ. EVOLUTION OF COMPUTERS The word generation of computer refers to different hardware technologies used in computers. It provides an idea about the growth in the computer industry. Till today there are five generations of computers. 6 / 8

Major features of first generation of computers are 1. Main component: Vacuum tubes 2. Size: Equivalent to a room 3. Speed: Few hundred instructions per second 4. Main memory: Magnetic drum 5. Secondary storage: magnetic drum and magnetic tape 6. Language: Machine and assembly language 7. Reliability: Failure of circuits in hour 8. Processing: Sequential Processing 9. Example: EDVAC, UNIVAC, Mark-1, etc. 7 / 8

Major 1. 2. 3. 4. 5. 6. BASIC Size: Speed: Main Secondary Language: features component: memory: Smaller Few Assembly storage: thousand of than ENIAC Magnetic second first Transistors magnetic languages instructions generation core drum and computers per of and high second computers magnetic level languages tape are like FORTAN, COBOL, UNIVAC-I 7. 8. 9. Reliability: Processing: Example: ATLAS, Failure Simple LEO, of batch circuits PDP1, Processing etc. hour and Major 1. 2. 3. 4. 5. 6. 7. Size: Speed: Main Secondary Language: features component: memory: Smaller Million high storage: of than instructions Magnetic third level first Integrated magnetic generation languages and core per second circuits second drum like of generation computers and COBOL, magnetic BASIC computers are 8. 9. Major 1. Reliability: Processing: Example: features component: IBM-307 Failure of Multiple fourth Large of series, processing circuits generation scale CDC integrated weeks 7600 of series computers semiconductor are tape 2. 3. 4. 5. 6. 7. 8. Size: Speed: Main Secondary Language: Reliability: Example: memory: Equal Billions CRAY Improved Failure storage: the instructions LSI 2, size of semiconductor CRAY magnetic High circuits of type MP, level per in writer disk, IBM second months languages circuits 3090 Floppy Series, like disk, C++, Optical etc. SQLdisk Circuits (LSIC) Major 1. 2. 3. 4. 5. 6. 7. Size: Speed: Main features component: memory: Equal Billions of the instructions VLSI fifth size Super/ generation superconductor of type Ultra writer second Large of computers circuits scale integrated are 8. Secondary Language: Reliability: Example: Lap-top Improved Failure storage: Computer, of Card High circuits magnetic level in Palm-top months languages disk, Computer, Optical like C++, disk Note-Book SQL, semiconductor RPGComputer, Circuits etc. (SLSIC) CLASSIFICATIONS Computers 3. 4. type forecasting. Instructions computer According can Purpose. Use. Technology Size be classified and OF COMPUTERS processing Special General of computer, purpose instructions computers: Storage Used. into purpose are different It Capacity. permanently It is a computer categories stored. used depending For to perform example, upon a variety specific computer following of task applications. used criteria: these Scientific Business Digital Analog are used quite speed. are to suitable loaded perform So these at for the various These business are convert time work Technology quite computers have calculations. of applications. data need suitable physical fast into and used input/output have for binary quantities. are scientific slow not digits permanently input/output devices applications. (0 but 1) and devices slow stored. then processing For but example, have only. for speed. them. fast In weather this Classification 1. CPU. environment. etc 2. but support 3. Hybrid Micro Mini Mainframe slower These computers: up than to can They 20 computers: According mainframe terminals. be are used they are as to computers. Example a are medium Size stand the the and smallest alone mixture Personal VAX, These Storage scale machine digital DP-1, of computers. have Digital capacity etc large and and as scale These Analog Example a terminal that storage are use computers. faster a 1BM capacity a microprocessor multi-user than PC, microcomputers APPLE canmac., as So of 4. scientific Example Concept In system that normal The pull. software The Super computing, oneself has computer usage operations. performs been but Computers: of CRAY3, up well Booting calls some booting turned term well by as when attention one's software as boot business PARAM off (also They electrical bootstraps is re-energized, to short They known must are 10000, problems. the big for power are paradox run as general bootstrap etc. before booting is Its and switched that Example maximum purpose any ends up) or a computer software bootstrap is when on. the speed CDC-600, computers The initial the cannot load process is computer set billions be capable and VAX of loaded. run operations begins derives 8842, without bytes is of ready of handling when etc from first that to second. the a perform loading all computer a phrase all types types itsof to 8 / 8