**GE6151 COMPUTER PROGRAMMING**

Size: px
Start display at page:

Download "**GE6151 COMPUTER PROGRAMMING**"

Transcription

1 UNIT 1 INTRODUCTION TO COMPUTERS 1. What is a computer? The computer is an electronic machine that takes input from the user and processes it to generate the output in the form of useful information. 2. What is a program? A program is a set of instructions that can be executed one-by-one in the computer. Each program performs certain task that is created by the user. 3. What is Hardware and Software? Hardware of the computer means, all the visible components of a computer that are needed for proper functioning. It is the framework. Software is applied on the hardware of the computer. E.x: CPU, monitor, etc Software of the computer means, the set of programs that can be executed one by one in a computer. It controls all the operations of a computer. Ex: OS, games softwares, etc 4. What is the difference between application software and system software? System softwares are inbuilt softwares that are required to start the computer. Without system software, a computer cannot work properly. Ex : Windows OS, Linux OS, DOS, etc Application softwares are optional softwares that are needed to perform certain task needed for user. Without application software, a system can work. Ex: Tally, Games softwares, etc 5. What are the advantages and disadvantages of first generation of computers? Based on vacuum tube technology During that time, these type of computers were the fastest. Calculations are done in milliseconds. Large space is needed. It takes more power Very costly No reliability Programming is difficult 6. What are the advantages and disadvantages of second generation of computers? Based on transistor technology Very costly Small in size It needed AC Less heat produced Production was difficult Calculations are done in microseconds Better reliability 7. What are the advantages and disadvantages of third generation of computers? Based on IC (Integrated Chip) technology It needed AC Calculations are done in nano seconds Production was difficult Less power needed Less maintenance cost More reliability 8. What are the advantages and disadvantages of fourth generation of computers? Based on Processor technology Production was difficult Small in size Portable and very much reliable Less maintenance cost All programming languages are supported 9. What are the advantages and disadvantages of fifth generation of computers? Portable User friendly Supports many OS Supports parallel programming High speed calculations Large storage capacity. There is no program that makes the computer to operate completely automatic. Page 1 of 11

2 10. What are the characteristics of a digital computer? They have large space They are suitable for business High processing speed Discrete value outputs are got It is versatile in nature. 11. What are the differences between analog and digital computers? Analog computer Digital computer Less speed High speed Less More Limited usage Many number of usage Output is in the form of graph Output is in the form of discrete values Less accurate calculation More accurate calculation 12. What are the advantages and disadvantages of micro and mini computers? Advantages Micro computers Disadvantages Mini computers Small in size Less capacity Very cheap in cost, compared to Mini computers Difficult in maintenance Highly reliable Advantages Mini computers Disadvantages Mini computers Small in size, compared to mainframe computers Calculation speed is less than mainframe computers Cheap in cost, compared to mainframe computers Memory capacity is small, compared to mainframe 13. What are the advantages and disadvantages of mainframe and super computers? Advantages mainframe computers Disadvantages mainframe computers Many OS can be installed in mainframe It is very much costly computer It can be used instead of 1000s of small servers Its size is very big It can store large amount of data Advantages super computers Disadvantages Super computers Processing speed is : trillions per second Its size is large Many processors can work at the same time It is also very costly It has more main 14. Compare RAM and ROM RAM ROM It is a volatile It is a non-volatile It is used for both READ and WRITE operations It is used for READ operation only It has small storage capacity It has large storage capacity It is temporary It is permanent Its cost is high It is cost effective Processing speed is high Processing speed is low 15. What is an algorithm? An algorithm is defined as a step by step procedure for solving a problem. It is a set of rules to solve a problem. 16. What are the characteristics of an algorithm? It has a finite number of inputs Every instruction is clear and short It should have a proper ending Each step should be important. Overall output should be got only after the algorithm ends. It should contain the steps one-by-one to solve the problem 17. What is a pseudo code? Pseudo = copy (or) Duplicate, Code = instructions It cannot be compiled or executed It is written in natural language such as English, etc It is used to concentrate on algorithm Page 2 of 11

3 18. What are the advantages and disadvantages of pseudo code? Advantages Disadvantages It can be easily prepared in Word processor It does not have pictures software Easily modified There is no rules for preparation It is simple because it is written in English It cannot be compiled or executed No confusing symbols are used No rules are followed It is easy to understand the problem 19. What is a flow chart? A flow chart is a diagrammatic representation that illustrates the operations to be performed one-by-one. It contains different symbols. 20. What are the advantages and disadvantages of flow charts? Advantages Disadvantages It is easy to understand It cannot be prepared for difficult programs A problem can be analysed easily with flowchart Alterations and modifications cannot be done easily It gives clear idea of a program It is not typed, so its preparation is little difficult It acts as a guide during the program development It helps to clear the errors in coding It helps in maintenance of code PART B 1. What are the characteristics of a computer? a. Speed:- Computers are very fast in processing They solve large problems in less time They are faster than humans They do millions of calculations per second b. Accuracy:- They perform calculations accurately; accuracy means, without any error They process large amount of data without error c. Storage:- A computer can store large amount of data in primary and secondary Storage is calculated in BYTES. 1 BYTE = 8 BITS. 1 BIT = 0 or 1 8Bits = 1 BYTE, 1024 Bytes = 1KB, 1024KB=1MB, 1024 MB = 1GB, 1024GB = 1TB d. Versatility:- Computers are versatile; versatile means, perform many works at same time They are used for doing arithmetic and logical operations e. Diligence:- They do not get tired even after performing many calculations They perform all the tasks with same accuracy and speed f. Automation:- The computers perform operations without stopping. They do the process one by one according to the instructions 2. What are the applications of a computer? It is used to store, display, send and receive information It is used to draw graphs, pictures It is used in medical clinic and labs It is used to control rockets and aeroplanes It is used for banking purpose also It is used in horoscope It is used in Crime investigation It is used to control Robots Page 3 of 11

4 Education:- It is used in education, online classrooms, online library, etc Marketing:- It is used in preparing advertisements Banking:- It is used in banking to store the account details of customers It is used in ATM, internet banking Video games:- It is used in playing video games, online games, etc Training:- Computers are used to give training to the workers Hospitals:- It is used in hospitals to help the doctors to find the disease and give treatment It stores the record of patients Ex: Scan, blood test, ECG, etc Railways:- It is used in online ticket reservation, see the schedule of trains, etc Science:- It is used in research by scientists It helps in finding earth quake, Tsunami, etc 3. Explain the generation of Digital computers in detail. (or) Explain the Generation of computers in detail. First Generation:- The first generation of computers were used only for certain task. Each computer has a machine language ( 0 s and 1 s) They are difficult to process They are not versatile, they have limited speed. They used VACUUM TUBES and MAGNETIC DRUMS for data storage. It consumed 100kW power, weight of many 1000kilos. It performed 5000calculations per second. Ex: EDSAC, UNIVAC, etc Based on vacuum tube technology During that time, these type of computers were the fastest. Calculations are done in milliseconds. Large space is needed. It takes more power Very costly No reliability Programming is difficult Second generation of computers:- They are used in business, university, government, etc because of its success. They used TRANSISTORS for storage They are small and consume less power Thermionic valves are used instead of heated tubes They also contained components such as printers, tape, disk storage,, OS, etc Ex: IBM 1401, 1620, UNIVAC 1108 Based on transistor technology Very costly Small in size It needed AC Less heat produced Production was difficult Calculations are done in microseconds Better reliability Page 4 of 11

5 Third generation of computers:- Integrated Chip (IC) Technology is used for storage Quartz rock is used to remove the heat. IC is a combination of three components on a small disc Semiconductor was also introduced. Because ICs are small in size, the size of the computers became small In this generation of computers, many operating systems can be installed. Ex: IBM 360 series, ICL 1900 series, CDC 1700 Based on IC (Integrated Chip) technology It needed AC Calculations are done in nano seconds Production was difficult Less power needed Less maintenance cost More reliability Fourth generation of computers:- IBM introduced Personal Computers (PC) that can be used in home / office / schools The size of the computer became still smaller Number of personal computers doubled from 1million in 1981 to 5.5million in 1982 After 10years, 65millions PC were used. Apple s MacIntosh OS also introduced in 1984, that is user friendly design. Ex: Intel 400L, Apple series I and II, IBM Based on Processor technology Production was difficult Small in size Portable and very much reliable Less maintenance cost All programming languages are supported Fifth generation of computers:- Many advances came in science and technology in this generation Parallel processing is used, it means, many CPU work as one CPU Superconductor technology is used in this generation Information flow is fast because of superconductor Ex: Expert systems help doctors to cure the patient s disease Artificial intelligence is a branch of computer science that makes the computers behave like humans Artificial intelligence is used in: Games, Expert systems, Natural language, Neural networks Portable There is no program that makes the computer to User friendly operate completely automatic. Supports many OS Supports parallel programming High speed calculations Large storage capacity. 4. Write the differences between analog and digital computers Analog computers:- Analog computers represent the data as physical quantities It performs operation based on measuring It is designed to process data of varying quantities It solves problems in voltage, current, etc They are useful in simulation and evaluation of dynamic situations It contains operational amplifier Computer s capacity is determined by number of amplifiers They are used in speedometres, watt-hour metres Ex: Electronic weighing scale, patient heart beat, blood pressure Page 5 of 11

6 Characteristics of analog computers:- Low speed Limited applications Less space Not suitable for business Output is not accurate Digital Computers:- They process the information digitally. It stored and processes the data in digital form Data is stored as 0 s and 1 s Output produced by digital computers is in Digital form. Ex: Palmtop, Laptop, Super computer, etc Characteristics of a digital comouter:- Large space Suitable for business applications Processor speed is high Versatile in nature 5. Explain about mainframe and super computers Mainframe computers:- It is an ultra-high performance computer, made for high storage. It contains high quality computer processor, processor, hardwares It is used for storing large volumes of data, highly important online transaction, etc It is very powerful and large computer Its operating speed is MIPS Million instructions per second Ex: IBM ES000, VAX8000, CPC6600 Advantages mainframe computers Disadvantages mainframe computers Many OS can be installed in mainframe It is very much costly computer It can be used instead of 1000s of small servers Its size is very big It can store large amount of data Super Computers:- They are most powerful computers than mainframe computers The simplified form of mainframe computer is called as super computer It is the top level computer used for high processing capacity It can process Trillions of instructions per second ( 10,00,000 = 1million, 10,00,00,000=1trillion) Applications of super computers:- This computer cannot be used at home It is used in heavy jobs such as Government use, etc They are useful in weather forecasting. Advantages super computers Disadvantages Super computers Processing speed is : trillions per second Its size is large Many processors can work at the same time It is also very costly It has more main 6. Explain the basic organization of a computer. The organization of a computer has four major parts:- They are a. Input Unit b. CPU c. Output Unit d. Memory unit Page 6 of 11

7 Input Unit Memory Unit Output Unit Cache Registers ALU CPU Control Unit Basic operations of a computer:- It ACCEPTS the data or instruction through INPUT It STORES the data or information It can PROCESS data as instructed by the user It GIVES results through OUTPUT It CONTROLS all the operations Input Unit:- Input devices get the data from the user and converts to the machine understandable form. Ex: Keyboard, Mouse, Scanner, Joystick, Lightpen, Card reader, Webcam, Microphone Keyboard:- It is a standard input device attached to all type of computers It contains keys arranged in the form of QWERTY It contains many keys such as TAB, CAPSLOCK, SPACE BAR, ALT, CTRL, ENTER, HOME, END, etc It contains 101 to 104 keys If we press the keys in the keyboard, electrical signals are sent to the computer. Mouse:- It is used with personal computer Old type of mouses have magnetic ball at the back. Nowadays, Infrared mouses are used, that works on infrared light at the back of the mouse We can move cursor to any direction with the help of a mouse It is used for easy and fast operations. Scanner:- Keyboard can give input only the characters Scanners can give a picture as input to the computer Scanner is an optical device that takes a picture and gives as input to the computer Ex: MICR, OMR, OCR MICR Magnetic Ink Character Recognition They are used in bank cheques Magnetic ink is printed on the cheque. If the cheque is passed through magnetic field, the information is read OMR Optical Mark reader They are used in objective type tests Students have to shade the rounds for the correct answer OCR Optical Character Recognition Reads a paper and takes the information from it, gives as input to the computer They are costly than MICR Joystick:- It is an online device We can move the cursor fastly with the help of joystick They are used to play games, etc Page 7 of 11

8 Light Pen:- It is a light-sensitive device It is used with CRT monitor It is used in CAD Using light, it moves the cursor Photo-sensor is used Card Reader:- It was punched cards to give information to the computer The computer program which is to be fetched, transformed into punched cards by the process known as card punching After punching all cards, they are given to card reader, computer reads one by one Webcam:- It is a video camera that gives image or video to the computer that can be transferred online It is connected to the system with USB cable It us used for video chatting, video conferencing, etc using WWW Microphone:- It is an acoustic-to-electric transducer or sensor that converts sound signals to electric signals They are used in Telephones, hearing aids, recording audio engineering, Radio and TV broadcasting, etc It uses electromagnetic inductance capacitance change to produce electric signal from mechanical vibration CPU:- It is called as brain of the computer It performs taks such as arithmetic and logical operations CPU is divided into three parts: ALU, Control Unit, Registers ALU:- After the system gets input data, it is stored in primary storage. The actual processing of data takes place at Arithmetic Logic Unit (ALU) It performs addition, subtraction, multiplication, division, logical comparison, etc It also performs AND, OR, NOT, XOR, etc operations Control Unit:- It acts like the supervisor of a computer It controls the overall activities of a computer components It checks all the operations of a computer are going correctly or not It determines how the instructions are executed one by one It controls all the input and output operations of a computer For executing an instruction, it performs the following steps:- o Address of the instruction is placed in address bus o Instruction is read from the o Instruction is sent for decoding o Data from that address is read from the o These data and address are sent to the o Again the next instruction is taken from the Registers:- They are high speed units for storing temporary data they are small in size it stores data, instruction, address, etc ALU is also a register Types: Accumulator, GPR, SPR( PC, MAR, MBR, IR) Accumulator: to store the operands before execution. It receives the result of ALU operation GPR: General Purpose Registers are used to store data and intermediate results SPR:Special Purpose Registers are used for a certain purpose. PC: Program counter, MAR: Memory Address Bus, MBR: Memory Buffer Register Output Unit:- It is a medium between computer and the human After the CPU finishes operation, the output is displayed in the output unit They take the input from CPU and converts to human readable form Types of output:- Hardcopy, softcopy Hardcopy: The output that can be seen physically using a printer is called as hardcopy Page 8 of 11

9 Softcopy: The electric version of output that is stored in a computer or a card, or a hard disk Ex: Monitor, Printer, Plotter Monitor:- It is the most popular output device It is also called as Visual Display Unit (VDU) It is connected to a computer through a cable called Video cord It can be monochrome or color monitor LCD: Liquid Crystal Display monitors o They are flat type of screen. Liquid crystals are used for display in the screen CRT: Cathode Ray Tube monitors o They are old-fashioned TV set like monitor Printer:- The output of a computer can be printed using Printer, to get the hardcopy Laser printer, Inkjet printer: Impact printers. They give fast printouts with good quality using LASER Dot matrix printer: non-impact printers. Their quality is poor, they are used for billing purpose Plotter:- They are used for printing graphics They are used in CAD/CAM Pen plotters take printout by moving a pen across the surface of a piece of paper Memory Unit:- Primary Secondary Magnetic core Semiconductor Thin-film Serial access Semi-random access RAM ROM Static RAM Dynamic RAM PROM EPROM EEPROM Primary storage:- It is a part of CPU Its storage capacity is limited It contains magnetic core or semiconductor cells It is used for temporary storage Magnetic core : o It contain a small dough-nut shaped objects made of ferromagnetic material o Current is passed through wire in one direction, magnetized in one direction Semiconductor : o It contains IC chips on silicon o They are small, high processing speed, low power is used, cheap, easy to assemble ROM: o Major type of in a computer is called ROM o Read Only Memory o It can be read, cannot be written o It is used for storing permanent values o ROM does not gets erased, even after the power is switched off o They are non-volatile ( information cannot be erased) Page 9 of 11

10 o We can store the important data into the ROM o Ex: Hard disk PROM: Programmable Read Only Memory They contain 1000 of fuses burnt, applying 12V to the boxes These fuses say 0 or 1 EPROM: Erasable Programmable Read Only Memory They can be deleted This chips have glass panel, UV rays are passed Fuses are rearranged in UV rays (all bits become 1) EEPROM:- Electrically Erasable Programmable Read Only Memory They can be erased using electric current RAM:- o They are used for storing programs and data that are executed o It is different from ROM o Random Access Memory o It can be read and written o It is volatile o When the power is turned off, its contents are erased o It is also called as RWM (Read Write Memory) o It is faster than ROM o Static RAM (SRAM) and Dynamic RAM (DRAM) are its types o Its cost is high o Its processing speed is also high Cache :- o It is a very small used to store intermediate results and data o It stores the data that are more frequently called for processing o It is present inside the CPU, near the processor o It is used for the faster execution Secondary Storage:- o The speed of primary is fast, but secondary is slow o But the capacity of primary is low. So, secondary is used o It contains large space o It is also called as additional or auxiliary o Data is stored in it permanently o Ex: Magnetic tape, Hard disk, Floppy, Optical Disc, USB drives o Magnetic tape:- It is used for large computers like mainframe computers Large volume of data is stored for a long time It is like a old tape-recorder cassette They are cheap They store data permanently Its diameter is 12.5mm to 25mm, length is 500M to 1200M It is compact, low cost, portable, unlimited storage, easy to handle o Hard disk:- Hard disks are disks that store more data and works faster It can store 10GB to 2TB It consists of platters Two heads are there for read and write It is attached to single arm Information in hard disk is stored in tracks A track location that cuts across all platters is called as a cylinder All platters have same no.of tracks o Floppy Disk They can store 1.4MB of data They are 5.25 to 3.5 inch in diameter They are cheap, portable Page 10 of 11

11 o Optical Disk:- CD-ROM: Compact Disk They are made of reflective material High power laser beam is passed to store data onto CD Cost is low, storage capacity is 700MB Its size is 4.5inches in diameter It can only be READ, cant be written Only a single side can be used for storage DVD: Digital Video Disk It is the improved version of CD It can store 4.7GB of data Both the sides are used for storage They cannot be scratched or damaged like CD USB drives:- They are commonly called as PEN DRIVES They are removable storage They are connected to the USB port of a computer They are fast and portable They store larger data when compared to CD, DVD (1GB to 64GB pendrives) Important example programs:- Example program 2 Example program 4 Example program 5 Example program 6 Example program 7 Example program 9 Example program 10 Example program 11 Example program 13 Page 11 of 11

Chapter 1. Computer System Organization

Chapter 1. Computer System Organization Chapter 1 Computer System Organization Prepared By: Manish Kumar Prajapati PGT (Comp.Sc.) (First Shift) Kendriya Vidyalaya Bailey Road Patna-14 What is Computer? A computer is an electronic device that

More information

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

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

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

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data. CHAPTER 1 Overview COMPUTER Programmable devices that can store, retrieve, and process data. COMPUTER DEVELOPMENTS- Smaller size - processors (vacuum tubes -> transistors ->IC chip) Microprocessor - miniaturized

More information

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

More information

Computer Fundamentals

Computer Fundamentals 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,

More information

Chapter 1. Computer Fundamentals-I

Chapter 1. Computer Fundamentals-I 1. Input Devices: Chapter 1. Computer Fundamentals-I The devices which are used to input the data and the programs in the computer are known as "Input Devices" or Input device can read data and convert

More information

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Q1. Briefly describe the characteristic features of input and output devices of a computer system. Q1. Briefly describe the characteristic features of input and output devices of a computer system. Answer-> Characteristic of input and output devices of a computer system: Input Devices: An input device

More information

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts Types of Data Data Represented by PE 231 Education Media AND Technology Alphanumeric data Image data Audio data Numbers, letters, and other characters Graphic images or pictures Sound, noise, tones Video

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

- Input hardware - Processing hardware - Storage hardware

- Input hardware - Processing hardware - Storage hardware INTRODUCTION TO COMPUTER HARDWARE A Computer system can be broadly classified in to four parts namely: - Input hardware - Processing hardware - Storage hardware - Output hardware A computer is only useful

More information

What is a computer Types of computers Computer Peripherals Role of Computers & ICT in development

What is a computer Types of computers Computer Peripherals Role of Computers & ICT in development What is a computer Types of computers Computer Peripherals Role of Computers & ICT in development A computer is an electronic device which accepts and processes data by following a set of instructions

More information

Information Technology Training Package ICA99

Information Technology Training Package ICA99 The Components of a Computer System The basic components of the computer have not varied since the earliest computers were made in the early 1950 s. The only real changes have been in the number and variety

More information

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

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

Computer Concepts and C Programming. Unit I 06CCP13

Computer Concepts and C Programming. Unit I 06CCP13 Computer Concepts and C Programming () Unit I Unit Division Unit-I Introducing Computer Systems Interacting with Computer Unit-II Processing Data Storing Data Unit-III Using Operating Systems Networks

More information

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية Introduction to Computers Computer Science Department 101COMP-3 101 حال - 3 للكليات العلمية )الطب, الهندسة, الحاسب, العلوم, ادارة األعمال, اللغة االنجليزية( 1 1.1 What is Computer? Computer is a programmable,

More information

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

Computer Hardware. Lect 3: Input / System Unit/Output & Storage Computer Hardware Lect 3: Input / System Unit/Output & Storage 1 Input Devices: Giving Commands Input is any data or instructions that are entered into a computer. An input device is a type of hardware

More information

Chapter Three. Hardware Basics: Peripherals

Chapter Three. Hardware Basics: Peripherals Chapter Three Hardware Basics: Peripherals After reading this chapter, you should be able to: List examples of input devices and explain how they can make it easier to get different types of information

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Intentionally Blank 0

Intentionally Blank 0 Intentionally Blank 0 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 1 Understanding Your Computer: Computers are Data Processing Devices Perform four major functions Input:

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

Input output and memory devices

Input output and memory devices Input output and memory devices One marks 1. What is cache memory The very high speed memory present between CPU and RAM 2. Expand the term OCR Optical Character Recognition (Recognizer) 3. Expand the

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Computer Devices Part 1 25 Question(s) Test ID:

Computer Devices Part 1 25 Question(s) Test ID: Computer Part 1 25 Question(s) Test ID: 148114 Name: Date: 1) Match the term with the definition Output s Storage How to tell it what to do Allows the user to enter information into a system, such as a

More information

Chapter 2: Computers: The Machines Behind Computing.

Chapter 2: Computers: The Machines Behind Computing. Chapter 2: Computers: The Machines Behind Computing. TRUEFALSE 1. Computers perform all tasks using a combination of arithmetic and logical operations. 2. Fourth-generation languages (4GLs) are also called

More information

Input Devices. Types of Input Devices: 1)Keyboard:

Input Devices. Types of Input Devices: 1)Keyboard: Input Devices An input device is any hardware device that sends data to a computer, allowing you to interact with and control the computer. The most commonly used or primary input devices on a computer

More information

Basic Computer Hardware Notes in PDF

Basic Computer Hardware Notes in PDF Basic Computer Hardware Notes in PDF Computer Awareness is tested in almost every exam. Some exams like SBI PO, SBI Clerk, IBPS PO, IBPS Clerk, SSC CGL, Railways RRB etc. require you to have Basic Computer

More information

Input: is any data or instructions that are used by a computer.

Input: is any data or instructions that are used by a computer. 1 What is input? Input: is any data or instructions that are used by a computer. Input devices: are hardware used to translate words, sounds, images, and actions that people understand into a form that

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop HALF YEARLY EXAMINATION 2016/2017 MARKING SCHEME Year 9 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 10 12 26 8 16 6 13 5 4 100 Mark

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

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

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link 1. Which function has the ability to move from one web page to another Hyper link web page? 2. What is the full name of GUI? GRAPHICAL USER INTERFACE 3. Which function keys are used to make spell and mild

More information

Aryan College. Computer Fundamental. Introduction to Computer System

Aryan College. Computer Fundamental. Introduction to Computer System Computer Fundamental Unit 1 Introduction to Computer System 1. List various characteristics of computer. (2017) 2. Give name of two super computers. (2017) 3. What do you mean by system software? (2017)

More information

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices 12 Q: What are Input Devices? Ans: Input Devices: Input devices are physical equipment that read or translate data consisting of alphabets, numbers or other symbols into electronic impulses, which can

More information

Bulbul NUB 1. Outline. Week # 02. Standard Input & Output Devices. Input Device 6/3/2018

Bulbul NUB 1. Outline. Week # 02. Standard Input & Output Devices. Input Device 6/3/2018 Standard Input & Output Devices June 3, 2018 Week # 02 Course: Introduction to Computers Course Code: CIT1101 Presented by: Bulbul Ahamed Assistant Professor of CSE, NUB Bulbul Ahamed 1 Definition of Input

More information

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

More information

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

Angel International School - Manipay 1 st Term Examination November, 2015 ICT Grade 07 Angel International School - Manipay 1 st Term Examination November, 2015 ICT I. Underline the correct answer. Duration: 2 Hours Index No:- 1) Components of a computer CPU are (a) ALU, CU (b)

More information

SKP Engineering College

SKP Engineering College SKP Engineering College Tiruvannamalai 606611 A Course Material on Computer Programming By M.A.MohammedAnsarAli Assistant Professor Information Technology Department Information Technology Department 1

More information

THE MICROCOMPUTER SYSTEM CHAPTER - 2

THE MICROCOMPUTER SYSTEM CHAPTER - 2 THE MICROCOMPUTER SYSTEM CHAPTER - 2 20 2.1 GENERAL ASPECTS The first computer was developed using vacuum tubes. The computers thus developed were clumsy and dissipating more power. After the invention

More information

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

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as 1. To locate a data item for storage is a. Field b. Feed c. Database d. Fetch 2. programs designed to perform specific tasks is known as a. system software b. application software c. utility programs d.

More information

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. MEMORY Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. There are TWO TYPE of nature of memory in a computer. Temporary/

More information

1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine

1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine Quiz Questions 1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine 5/1/2006 Computer Programming TA 103 BE I year 2

More information

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

Question Bank. Fundamentals Of Computer FYBCA (SEM - I) Question Bank Fundamentals Of Computer FYBCA (SEM - I) 1) Choose the appropriate option (1 Marks Questions) 1) COBOL is an example of level language. a) low level b) middle level c) high level d) both

More information

COMPUTERIZED OFFICE MANAGEMENT

COMPUTERIZED OFFICE MANAGEMENT COMPUTERIZED OFFICE MANAGEMENT Module 1 (COMPUTER FUNDAMENTALS) COMPUTER FUNDAMENTALS : INTRODUCTION : The term computer is derived from the Latin word compute which means to calculate. Computer is a fast

More information

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop Mark HALF-YEARLY EXAMINATION 2012/2013 Track 3 (JL) FORM 3 COMPUTING TIME: 1h 30min Question 1 2 3 4 5 6 7 8 Max. Mark 12 18 18 20 5 5 10 12 Mark Global Mark

More information

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

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 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 allow the user to move the pointer on the screen. A.

More information

Form 3. Half Yearly Exam Revision

Form 3. Half Yearly Exam Revision Form 3 Half Yearly Exam Revision What is the difference between data and information? What is the difference between data and information? Data is the representation of information Information is the things

More information

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

More information

Ch. 1: Computer System part I

Ch. 1: Computer System part I Chapter 1 Computer System Ch. 1: Computer System part I Benjamas Panyangam 2013 Revision by Suphakit Awiphan Ph.D. Adapted for English Section by Kittipitch Kuptavanich And Prakarn Unachak Computer Classification

More information

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU. HARDWARE hardware ˈhɑːdwɛː noun [ mass noun ] the machines, wiring, and other physical components of a computer or other electronic system. select a software package that suits your requirements and buy

More information

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT PARTS OF THE COMPUTER 2nd ESO IES CAP DE LLEVANT 1. COMPUTING OR INFORMATION TECHNOLOGY The branch of engineering science that studies (with the aid of computers)the procedure of calculating and information

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

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

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

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

v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school STD: XI COMPUTER SCIENCE L.1. Introduction to computers 2 marks 1. What is a computer? Computer: A computer is an electronic machine, capable

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two INFORMATION COMUNICATION TECHNOLOGY SKS 1362 Lecture Two Microprocessor CPU: Central Processing Unit Brain of the computer Executes instructions 2 Microprocessor CPU: It has mathematical function Calculates

More information

Computer Fundamentals

Computer Fundamentals Computer Fundamentals 1 Draw the block diagram of computer architecture and explain each block. Computer is made up of mainly four components, 1) Central processing unit (CPU) 2) Input section 3) Output

More information

Characteristics of Computers

Characteristics of Computers The word computer comes from word compute, which means to calculate. A computer is a programmable machine (or more precisely, a programmable sequential state machine) that operates on data and is used

More information

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

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers LECTURE SCHEDULE 2 Units of Memory, Hardware, Software and Classification of Computers Units of Memory The memory unit is the principal storage of the computer. All the data and instructions that the computer

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

SYLLABUS. Subject Information B.B.A. I SEM Technology

SYLLABUS. Subject Information B.B.A. I SEM Technology SYLLABUS Subject Information B.B.A. I SEM Technology UNIT I UNIT II UNIT III UNIT IV UNIT V UNIT VI UNIT VII Introduction to Computer Hardware: Input / Output devices, storage devices and memory. Software:

More information

OFFICE COMPUTER RETAILING

OFFICE COMPUTER RETAILING 1. This is part of an advertisement for a computer. OFFICE COMPUTER RETAILING Technical specification includes: 2 GHz CPU 256 MB RAM 200 GB Hard Disk Drive 64 MB Graphics Card DVD-ROM Drive Sound Card

More information

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

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

More information

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science 1.1 Bits and Bit Patterns CS11102 Introduction to Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representation of information as bit patterns Bit: Binary

More information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information Question Announcement What are the three essential components of a modern computer? Be general or specific Definition of a Computer A computer is an device that receives information (input), processes

More information

Input and Output Devices

Input and Output Devices Input and Output Devices PRINTER A computer peripheral that puts text or a computer generated image on paper or on another medium, such as a transparency. Printer can be categorized in several ways the

More information

Introduction to Computers

Introduction to Computers Introduction to Computers Considers: Definition of computer Computer system devices Central Processing Unit Introduction to software What Is A Computer? A computer is an electronic device, operating under

More information

Computer System Overview

Computer System Overview Computer System Overview based on CBSE curriculum Class 11 By- Neha Tyagi PGT CS KV 5 Jaipur II Shift, Jaipur Region Neha Tyagi, KV 5 Jaipur II Shift Introduction Computer is a machine which brought resolution

More information

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

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

COMPUTER ORGANIZATION & SKILLS

COMPUTER ORGANIZATION & SKILLS UNIVERSITY OF BABYLON 2018/ 2019 COLLEGE OF SCIENCE FOR WOMEN FIRST CLASS COMPUTER DEPARTMENT COMPUTER ORGANIZATION & SKILLS LECTURES PREPARED BY: LECTURER: Ahmed Mohammed Hussein 2018-2019 0University

More information

INPUT AND OUTPUT DEVICES ANSWER KEY

INPUT AND OUTPUT DEVICES ANSWER KEY INPUT AND OUTPUT DEVICES ANSWER KEY 1. Graph plotter and projector 2. Remote control- operating a television Keyboard- entering text when writing a book Touch screen selecting options in a tourist information

More information

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Sahalsoftware college. Welcome To understanding Basic Computer Concept Welcome To understanding Basic Computer Concept 1 Chapter1: Understanding Computer Concepts What is a computer? A computer is a machine that takes in data, processes if following a set of instructions

More information

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). ELECTRONIC COMPUTERS THEN AND NOW Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). In the Past (i.e., during

More information

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

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

COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR 2, 3 MARK & 5 MARK QUESTION ANSWERS CLASS : XI SECTION: COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR 2, 3 MARK & 5 MARK QUESTION ANSWERS NAME : CLASS : XI SECTION: Prepared by P. Chandrasekaran Page 1 CHAPTER 1 1. INTRODUCTION TO COMPUTER 1. What is computer?

More information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

More information

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer t et t et w Pai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer t t t t Computer A computer is an electronic device, operating under the control of instructions stored

More information

Chapter 2: Computers: The Machines Behind Computing

Chapter 2: Computers: The Machines Behind Computing MIS 5 5th Edition Bidgoli Test Bank Full Download: http://testbanklive.com/download/mis-5-5th-edition-bidgoli-test-bank/ Chapter 2: Computers: The Machines Behind Computing TRUE/FALSE 1. An object code

More information

Programming Principles and Techniques

Programming Principles and Techniques Aptech Ltd Version 1.0 Page 1 of 11 Table of Contents Aptech Ltd Version 1.0 Page 2 of 11 Application Software Assembler American Standard Code for Information Interchange Arithmetic Logic Unit (ALU) Algorithm

More information

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition Digital Planet: Tomorrow s Technology and You Chapter 3 Hardware Basics Peripherals Chapter 3 Objectives List several

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

Downloaded from

Downloaded from Chapter 1 Fundamental of Computer Inside this chapter : Brief history of computer, Basic components of computer, Different I/O Devices, Computer Language, Software definition and its types, Computer Memory,

More information

Chapter 2 Basic Computer Configuration

Chapter 2 Basic Computer Configuration CSCA0101 COMPUTING BASICS Chapter 2 1 Topics: Basic Operations Computer Components Computer Categories 2 Computing Terminology Data Data is anything in a form suitable for use with a computer. Information

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

UNIT 1 INTRODUCTION TO PC

UNIT 1 INTRODUCTION TO PC Introduction to PC UNIT 1 INTRODUCTION TO PC Structure Page Nos. 1.0 Introduction 5 1.1 Objectives 5 1.2 Introduction to PC 6 1.3 Central Processing Unit (CPU) 10 1.3.1 Control Unit 1.3.2 Arithmetic Logic

More information

COMPUTER - GENERATIONS

COMPUTER - GENERATIONS COMPUTER - GENERATIONS http://www.tutorialspoint.com/computer_fundamentals/computer_generations.htm Copyright tutorialspoint.com Generation in computer terminology is a change in technology a computer

More information

1. Computers have gone through drastic changes in a short time. 2. Computers are excellent at correcting incorrect data that is sent to programs.

1. Computers have gone through drastic changes in a short time. 2. Computers are excellent at correcting incorrect data that is sent to programs. Chapter 2: Computers: The Machines Behind Computing TRUE/FALSE 1. Computers have gone through drastic changes in a short time. T PTS: 1 REF: 21 2. Computers are excellent at correcting incorrect data that

More information

It ends at an interface called expansion slot on a motherboard.

It ends at an interface called expansion slot on a motherboard. PERIPHERALS Expansion Cards (ref.) It ends at an interface called expansion slot on a motherboard. With theses slots the system unit can be connected with other external peripheral devices by inserting

More information

UNIQUE IAS ACADEMY-COMPUTER QUIZ-11

UNIQUE IAS ACADEMY-COMPUTER QUIZ-11 1. Which of the following functions most like a copy machine: a) Portable Scanner b) Flatbed Scanner c) Touch Screen 2. A universal product code is read by what type of scanner: a) Bar - Code b) Flatbed

More information

Computer Skills Revision. By: Rana Hammady

Computer Skills Revision. By: Rana Hammady Computer Skills Revision By: Rana Hammady 1 Chapter 1 2 Introduction to Computer and Information Technology Definitions Computer tasks Uses of computer system History of computers and computer generations

More information

Gagan. Site : Youtube : https://youtu.be/4jnnkritpuw

Gagan. Site :    Youtube : https://youtu.be/4jnnkritpuw Gagan Site : www.rozyph.com Email : rozyph2017@gmail.com Youtube : https://youtu.be/4jnnkritpuw Computer Store Data or Information Process Data or Information Retrieve Data or Information Units of Computer

More information

Components of a Computer System

Components of a Computer System Hardware Outline 1. Hardware Outline 2. What is a Computer?/Components of a Computer System 3. Hardware That Computers Typically Have 4. Hardware Components 5. Central Processing Unit (CPU) 6. Central

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Computer Fundamentals

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Computer Fundamentals About the Tutorial Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions (called program), produces a result

More information

INTRODUCTION TO THE COMPUTER

INTRODUCTION TO THE COMPUTER www.bankjobszone.com INTRODUCTION TO THE COMPUTER 1.1 Introduction A computer is an electronic device that manipulates information or a programmable machine designed to perform arithmetic and logical operations

More information

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

1. UNIVAC is Correct Answer: a. Universal Automatic Computer 1. UNIVAC is Correct Answer: a. Universal Automatic Computer Explanation: There are no computers with the name as in other options. UNIVAC was the first general purpose electronic digital computer designed

More information

11 th Computer Science Materials 1 P a g e Prepared By -- T.Thirumalai, M.Sc(CS).,B.Ed., * *

11 th Computer Science Materials 1 P a g e Prepared By -- T.Thirumalai, M.Sc(CS).,B.Ed., * * 1 P a g e FUNDAMENTALS OF COMPUTERS CHAPTER 1 INTRODUCTION TO COMPUTER Choose the correct answer: 1. First generation computers used Book Back 1-Marks (a) Vacuum tubes (b) Transistors (c) Integrated circuits

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS

COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS Computer types: - COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS A computer can be defined as a fast electronic calculating machine that accepts the (data) digitized input information process

More information

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC bas design Prepared by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Contents: Computer

More information

Lecture 2 Microcomputer Organization: Fig.1.1 Basic Components of Microcomputer

Lecture 2 Microcomputer Organization: Fig.1.1 Basic Components of Microcomputer Lecture 2 Microcomputer Organization: As discussed in previous lecture microprocessor is a central processing unit (CPU) with its related timing functions on a single chip. A microprocessor combined with

More information

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer.

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer. Course Title Course Code Computer Peripherals Lab CE104 Theory : 00 Course Credit Practical : 01 Tutorial : 00 Course Learning Outcomes Credits : 01 On the completion of the course, students will be able

More information