Fundamentals of Computer
Fundamentals of Computer
Computer fundamentals
UNIT: 1 INTRODUCTION TO COMPUTER
1. WHAT IS COMPUTER?
The word “computer” is comes from the word “TO COMPUTE” means to calculate.
A computer is normally considered to be a calculation device which can perform the arithmetic
operations very speedily.
Data can be in the form of numbers, letters, symbols, size etc. And it comes in various shapes & sizes
depending upon the type of computer application.
A computer can store, process & retrieve data as and when we desired.
The fact that computer process data is so fundamental that many people have started calling as “Data
Processor”.
A computer first it gets the Data, does Process on it and then produces Information.
DEFINATION OF COMPUTER
A computer is an electronic device which takes input from the user, processes it and gives the
output as per user’s requirement.
The main tasks performed by the computer are:
Input
Process
Output
Accuracy:
o The accuracy of a computer is very high.
1|Page
introduction to computer | Angelo MD Majak
Speed:
o Computer is a very fact device. It can perform the amount of work in few seconds for which a
human can take an entire year.
o While talking about computer speed we do not talk in terms of seconds and milliseconds but in
microseconds.
o A powerful computer is capable of performing several billion (109) simple arithmetic operations
per second.
Diligence:
o Unlike human beings, a computer is free from monotony, tiredness & lack of concentration.
o It can continuously work for hours without creating any error & without grumbling.
o If you give ten million calculations to performed, it will perform with exactly the same accuracy
& speed as the first one.
Versatility:
o It is one of the most wonderful features about the computer.
o One moment it is preparing the results of a particular examination, the next moment it is busy
with preparing electricity bills and in between it may be helping an office secretary to trace an
important letter in seconds.
Power of remembering:
o Computer can store and recall any amount of data because of its high storage capacity of its
storage devices.
o Every piece of information can be retained as long as desired by the user and can be recalled as
and when required.
o Even after several years, if the information recalled, it will be as accurate as on the day when it
was filled to the computers.
No I.Q.
o A computer is not a magical device; it processes no intelligence of its own.
o Its I.Q. is zero.
o It has to be told what to do & in what sequence.
o It cannot take its own decision.
No Fallings:
o A Computer has no feelings because they are machines.
o Based on our feelings, task, knowledge and experience we often make certain judgments in our
day today life.
o But Computer goes exactly the way which we have given the instructions.
2|Page
introduction to computer | Angelo MD Majak
Because data are most useful when it is well presented & informative.
Analog computers:
o In Analog Computers, data is represented as continuously varying voltage and operate essentially
by measuring rather counting.
o As the data is continuously variable, the results obtained are estimated and not exactly repeatable.
o It can able to perform multiple tasks simultaneously and also capable to work effectively with the
irrational number. E.g. 1/8 = 0.125 and 1/6=0.1666
o Voltage, temperature and pressure are measured using analog devices like voltmeters,
thermometers and barometers.
Digital Computers
o The digit computer is a machine based on digital technology which represents information by
numerical digit.
o In Digital Computers data is represented as discrete units of electrical pulses. The data is measured
in quantities represented as either the ‘on’ or ‘off’ state.
o Therefore, the results obtained from a digital computer are accurate.
o Virtually all of today’s computers are based on digital computers.
Hybrid Computers
o It combines the good features of both analog & digital computers.
o It has a speed of analog computer & accuracy of digital computer.
o Hybrid Computers accept data in analog form and present output also in digitally.
o The data however is processed digitally.
o Therefore, hybrid computers require analog-to-digital and digital-to-analog converters for output.
Micro Computer:
o Micro computers are the computers with having a microprocessor chip as it central processing unit.
o These computers originated in late 1970s.
o First microcomputer was built with 8-bit processor.
o Microcomputer is known as personal computer.
o Designed to use by individual whether in the form of pc’s, workstation or notebook computers.
o Small in size and affordable for general people.
o Ex: IBM PC, IBM PC/XT, IBM PC/AT
Mini Computer:
o Mini computers are originated in 1960s.
o Small mainframes that perform limited tasks.
4|Page
introduction to computer | Angelo MD Majak
Mainframe Computer:
o A very powerful computer which capable of supporting thousands of user simultaneously.
o It contains powerful data processing system.
o It is capable to run multiple operating systems.
o It is capable to process 100 million instructions per second.
o Mainframes are very large & expensive computers with having larger internal storage capacity &
high processing speed.
o Mainframes are used in the organization that need to process large number of transaction online &
required a computer system having massive storage & processing capabilities.
o Mainly used to handle bulk of data & information for processing.
o Mainframe system is housed in a central location with several user terminals connected to it.
o Much bigger in size & needs a large room with closely humidity & temperature.
o IBM & DEC are major vendors of mainframes.
o Ex: MEDHA, SPERRY, IBM, DEC, HP, HCL
Super Computer:
o Most powerful & most expensive computer.
o Used for complex scientific application that requires huge processing power.
o Used multiprocessor technology to perform the calculation very speedy.
o They are special purpose computers that are designed to perform some specific task.
o The cost of the super computer is depended on its processing capabilities & configuration.
o The speed of modern computer is measured in gigaflops, teraflops and petaflops.
o Gigaflops= 109 arithmetic operation per second.
o Teraflops=1012 arithmetic operation per second.
o Petaflops=1015 arithmetic operation per second.
o Ex: PARAM, EKA, BLUE GENE/P
5|Page
introduction to computer | Angelo MD Majak
6|Page
introduction to computer | Angelo MD Majak
Fifth Generation:
o Duration: 1989 to Present
o Technology: ULSI microprocessor chip
Much smaller & handy.
Based on the ULSI chip which contains 100 million electronic components.
The speed of the operations is increased.
Consumed less power. o Air-conditioner is not required.
More user friendly interface with multi-media features.
High level languages are allowed to write programs.
Larger & faster primary/secondary storage than previous generations.
Notebook computers are the example of 5th generation computers.
Input Devices:
o The devices which are used to entered data in the computer systems are known as input
devices.
o Keyboard, mouse, scanner, mike, light pen etc. are example of input devices.
FUNCTION OF INPUT DEVICES
o Accept the data from the outside worlds.
o Convert that data into computer coded information.
o Supply this data to CPU for further processing.
7|Page
introduction to computer | Angelo MD Majak
Output Devices:
o The devices which display the result generated by the computer are known as output devices.
o Monitor, printer, plotter, speaker etc. are the example of output devices.
FUNCTIONS OF OUTPUT DEVICES
o Accept the result form the CPU.
o Convert that result into human readable form.
o Display the result on the output device.
Memory Unit:
o The data & instruction have to store inside the computer before the actual processing start.
o Same way the result of the computer must be stored before passed to the output devices. This
tasks performed by memory unit.
FUNCTIONS OF MEMORY UNIT
o Store data & instruction received from input devices.
o Store the intermediate results generated by CPU.
o Store the final result generated by CPU.
Arithmetical & Logical Unit:
o The ALU is the place where actual data & instruction are processed.
o All the calculations are performed & all comparisons are made in ALU.
o Performs all arithmetical & logical operations.
o An arithmetic operation contains basic operations like addition, subtraction, multiplication,
division.
o Logical operations contain comparison such as less than, greater than, less than equal to,
greater than equal to, equal to, not equal to.
Control Unit:
o It controls the movement of data and program instructions into and out of the CPU, and to
control the operations of the ALU.
o In sort, its main function is to manage all the activities within the computer system.
o Controls the internal parts as well as the external parts related with the computer.
Central Processing Unit (CPU):
o The Unit where all the processing is done is called as Central Processing Unit.
o It contains many other units under it.
o Main of them are: - Control Unit and ALU (Arithmetic & Logic Unit)
The first line of the keyboard contains a Set of 12 keys with name f1 to f2 are known as function
keys.
Used to generate short-cuts in different software package.
They are also used in programming.
SPECIAL KEYS
There are lots of keys that are used for some specific task describes follows:
o TAB: used for gives multiple spaces or move the cursor to next defined position. It is also used
for indentation of the text or paragraph
o ENTER: used for generate the output of any command.
o SPACE: used to make one blank space between two words.
o BACKSPACE: used to remove the left-most character at cursor position.
o DELETE: used to remove the right-most character at cursor position.
o HOME: moves the cursor at the beginning of the line.
o END: moves cursor at the end of the line.
o PAGE UP: moves or scroll the screen up or previous page of the current page.
o PAGE DOWN: moves the screen to the next page from the currently displayed page.
o PRINT SCREEN: used to print what is currently displayed on the screen.
o INSERT: used to enter text between two characters.
o ESC: used to negate current command or terminate the execution of the program.
o ALT: used to expand the functionality of keyboard. Basically used to generate shortcuts in
different application.
o CTRL: used to expand the functionality of keyboard. Basically used to generate shortcuts in
different application.
o NUMLOCK: used to on or off the numeric keypad.
o CAPSLOCK: used to type the all inputted text capitally.
10 | P a g e
introduction to computer | Angelo MD Majak
o When user moves mouse across flat surface, the graphic cursor moves on screen.
o Graphic cursor contains verity of symbols such as arrow, wrist, pointing finger etc.
o Depending on application text & graphic cursors are changed.
o The following 5 techniques are used to carry out various operations:
POINT:
o To move the mouse on top of icon
CLICK:
o To press & release the left button of mouse at once.
o Used to open any currently selected icon, menu.
DOUBLE CLICK:
o To press & release the left button of mouse twice.
o Used to open any application or program.
SIMULTANEOUS-CLICK:
o Press & release left & right button to gather.
o Used in some software package to added some functionality.
DRAG:
o Press the left button down & moved the mouse on screen.
o Used to move the graphics on screen.
Many types of mouse are available such as mechanical mouse, optical mouse, serial mouse,
wireless mouse which are used for different purpose.
TRACK BALL
11 | P a g e
introduction to computer | Angelo MD Majak
JOYSTICK
Joystick is a pointing device which is works on the same principle of track ball.
It contains a stick which is placed on the spherical ball.
The stick is used to move the cursor at desired position left or right or backward or forward.
It also contains button that is clicked to make selection of currently pointed item.
A joystick is similar to a mouse, except that with a mouse the cursor stops moving as soon as you
stop moving the mouse.
With a joystick, the pointer continues moving in the direction the joystick is pointing.
To stop the pointer, you must return the joystick to its upright position.
Some of the systems using joysticks are
o Aircrafts, UAVs for flight control
o Motorized Wheelchairs as input device
o Microscopes o Submarines
o Security Systems
o Video Games
Joysticks are widely used for video games
Advantages of joystick
LIGHT PEN
12 | P a g e
introduction to computer | Angelo MD Majak
Light pen is a pointing device which is used to draw directly draw on the screen.
It is called light pen because it is similar to a pen & senses light.
It’s an input device in the form of light-sensitive stick used in conjunction with a CRT display.
The light pen allows the user to point out or draw any object on the screen.
The user brings the pen to the desired point on screen and presses the pen button to make contact.
It has a switch on its top which allows the user to make contact with screen.
It is useful for drawing or graphics in the program such as CAD (computer aided design).
An engineer, architect or fashion designer can draw directly on screen.
Used in application such as gaming, graphic arts, healthcare applications etc.
Light pen cannot scratch or damage a screen.
Advantages of light pen;
o Less expensive than touch screen.
o Give the user the full range of mouse capabilities, without the use of a pad or any horizontal surface
o Cannot scratch or damage screen.
o Works on any size screen.
TOUCH SCREEN
Touch screen is a pointing device.
It is most simple & easiest to learn of all input devices.
It allows the user to choose from available options by simply touching with their figure to the
desired icon or menu item displayed on the computer screen.
A touch screen is an electronic visual display that can detect the presence and location of a
touch within the display area.
The term generally refers to touching the display of the device with a finger or hand.
Touch screens are common in devices such as computers, tablet computers & Smartphone.
The touch screen has two main attributes:
o First, it enables one to interact directly with what is displayed.
o Secondly, it lets one do so without requiring any intermediate device that would need to be
held in the hand
It’s a very easy to operate device which users can use the system without any formal training.
Uses optical sensors that detect the touch of the finger on screen.
Sensors communicate the position of touch to the computer which interprets the input made
by the users.
It contains pressure sensitive monitors which are placed inside the base of computer screen.
Pressure sensitive monitors contain sensors to measure the monitor’s weight at many points.
13 | P a g e
introduction to computer | Angelo MD Majak
When user touches the screen, the changes on weights & forces transferred down to sensor
which allows the device to detect the location of the touch.
This type of monitors required little pressure to transmit the desired input.
Touch screen are commonly used in following places.
o An airport or railway station.
o Large departmental stores.
o In large museums or zoos to guide visitors to the locations of various attractions.
o Self-service check out o In ATM machines
o In I-phones or PDA’s o Computer based training
Any type of touch screen contains Three main components:
A touch screen sensor panel:
o Which sits above the display & generate appropriate voltage according to where precisely it
is touched? A touch screen controller:
o Processes the signal received from the sensor & translates this touch event data & passed to
pc’s processor via serial or USB interface.
A software driver:
o Provides an interface to the pc’s operating system & which translates the touch event data
into mouse event.
DIGITIZER
An input device.
Used for converting pictures, map & drawing into digital form.
Allows one to hand-draw images and graphics, similar to the way one draws images with a
pencil and paper.
Also be used to capture data or handwritten signatures.
The device consists of a flat surface upon which the user may "draw" an image using an
attached stylus, a pen-like drawing tool.
These devices are usually connected via a Serial port.
Placed on the desk n connected with the computer.
Digitizer consists of graphic tablets which are associated with a stylus.
The stylus is like a pen with a button.
14 | P a g e
introduction to computer | Angelo MD Majak
Stylus connected with a tablet and can press down at a point on the tablet to input (x, y) co-
ordinates of point.
It contains hundreds of copper wires forming a grid that receives electric pulsed.
When stylus moves on tables the cursor on screen moves simultaneously.
Allows the user to draw sketches directly.
Commonly used in CAD by architects & engineers.
Used in GIS (geographical information system) for digitizing maps.
MICROPHONE
It’s an input device.
Used to stores the voice data into the computer system.
Microphones are a type of transducer - a device which converts energy from one form to
another.
Microphones convert sound waves into electrical energy.
Different types of microphone have different ways of converting energy
WEB CAMERA
o It’s an input device.
o Used to feeds the image to a computer or computer network often via USB or Wi-Fi.
o Web camera is a hardware camera connected to a computer that allows everyone to
connect to internet to view either pictures or motion video.
o Most Web cameras are embedded to display with laptop computer or connected with USB
or Wi-Fi with a computer.
15 | P a g e
introduction to computer | Angelo MD Majak
o Simple web cam. Consists a digital camera attached to your computer typically through USB.
o The camera part of web camera is just a digital camera.
o Web camera comes with software which pre-set interval & transfer it to another location of
viewing.
o Web camera system allows you to using video also for that you have web camera with high
frame rate.
o Web camera is a digital camera which taking picture over & over & again one after another.
o These images are stored image into the physical memory of camera in built in.
o After capture image & stored in memory it reduced the amount of data need to transmit.
o Web camera software takes image & converts data in jpeg (compressing format).
16 | P a g e
introduction to computer | Angelo MD Majak
o The Optical Mark Reader is a device which can detect the presence or absence of a mark on a
paper.
o The OMR recognise the marks by focusing a light on the paper being scanned & detect the
reflected light pattern from mark.
o The present mark is detected due to intensity of light being reflected from the mark.
o Pencil marks made with soft lead pencil reflect the light which allowing the OMR to determine
which response are mark.
o OMR is used in reading answers sheets, questionnaires.
ADVANTAGES
17 | P a g e
introduction to computer | Angelo MD Majak
In CRT display CRT is a specialised vacuum tube in which images are produced when
electron beam strikes a phosphor surface.
CRT monitor contains cathode, control grid, acceleration anode, deflection plates &
phosphor coated screen.
Cathode: the cathode is heated by filament and produced high speed & large amount of
electrons.
Control Grid: used to control the brightness of the screen. It controls the number of
electrons.
Accelerating anodes: they are with focusing lens are applied with positive electrons.
Horizontal deflection plate: moves electron side by side.
Vertical deflection: moves electrons up & down.
Screen: contains millions of tiny red, green, blue phosphor dot that glow when struck by
electron beam that travels across screen to create a visible image.
ADVANTAGES OF CRT DISPLAY
20 | P a g e
introduction to computer | Angelo MD Majak
Non-impact printer forms characters & images on paper without actually striking the paper.
Paper & print head come in contact & hence the text or image is formed.
Ink jet & laser printer are example of non-impact printer.
CHARACTERISTICS OF NON IMPACT PRINTER
Character printer.
Capable to print single character at the same time.
Forms characters & images as a pattern of dots.
Contains a print head which moves horizontally across paper.
Uses 5× 7 matrix to form a character.
Print by hammering the pins on inked ribbon to leave ink impressions on the paper.
Able to print 30 to 600 characters per second .
ADVANTAGES:
Slow in speed.
Very noisy.
Cannot work perfectly in graphics.
DAISY WHEEL PRINTER:
Character printer.
Able to print a single character at the same time.
Contain a metal wheel on which the characters & numbers are raised on each petal.
The wheel is rotated very fast when the desired characters arrives at correct position a print
hammer strike to produce output.
Different type of font face can be used by replacing the daisy wheel.
Able to print bold letter by striking on specific characters twice or thrice.
Capable to print 10 to 50 characters per second.
ADVANTAGES:
Low cost.
Can make carbon copy of print out.
Low maintenance cost.
Printing quality is similar to a type writer.
Able to print bold characters.
Allows using different font-face in same document.
DISADVANTAGES:
DRUM PRINTER:
22 | P a g e
introduction to computer | Angelo MD Majak
CHAIN PRINTER:
It’s a line printer.
Able to print a line at the same time.
Consist of a metallic chain on which all characters of character set are embossed.
Character set contains 48, 64 or 96 characters.
Characters are embossed several times.
Chain rotates at high speed when the desired characters in correct position the hammer
strikes & the characters are print on paper.
Capable to print 400 to 2500 lines per minutes.
ADVANTAGES:
23 | P a g e
introduction to computer | Angelo MD Majak
LASER PRINTER:
It’s non-impact printer.
It’s a page printer.
Three main components laser beam, a multi-sided mirror, a photoconductive drum & toner.
To print page laser beam is focused on drum by spinning multisided mirror.
Drum is electric charged.
Toner which is composed of oppositely charged ink particles, stick to the drum.
Then toner focused on the paper with heat & pressure to generate output.
Low speed laser printer can print 4 to 12 page per minute while high speed laser printer
Capable to print 500 to 1000 pages per minutes.
ADVANTAGES:
24 | P a g e
introduction to computer | Angelo MD Majak
Very expensive.
Cannot make carbon copy of print out.
Drum plotter
Flatbed plotter
Drum plotter:
In the case design has to be made, it is placed over a drum.
It consists one or more than penholders which are mounted to the drum surface.
The drum plotter both the paper and the pen move.
The paper is contained on two rollers and passes over a drum.
The pen is driven along fixed arm set across the length of the drum.
It is especially useful for plotting continuous line graph.
25 | P a g e
introduction to computer | Angelo MD Majak
The accuracy of the drum type depends on the paper transport mechanism, which in turn is
dependent on the width of the paper and it can also produce larger drawings.
Flatbed Plotter
The Flatbed Plotter is generally more expensive and can produce very detailed and accurate
drawings.
The paper is mounted on a stationary flatbed.
The pen is mounted on a moveable arm. Colour drawing can be produced by some plotters
through interchangeable pens.
Able to draw output in small size as A4 size or can able to generate very large size can be up to
20ft by 50ft.
Specially used in the design of cars, ships, aircrafts, buildings, highways etc.
26 | P a g e
introduction to computer | Angelo MD Majak
Dual-core refers to a CPU that includes two complete execution cores per physical processor.
It has combined two processors and their caches and cache controllers onto a single integrated
circuit (silicon chip)
Multi-core is similar to dual-core in that it is an expansion to the dual-core technology which
allows for more than two separate processors.
Dual-core refers to a CPU that includes two complete execution cores per physical processor.
It combines two processors and their caches and cache controllers onto a single integrated
circuit (silicon chip).
It is basically two processors, in most cases, residing reside side-by-side on the same die.
Dual-core processors are well-suited for multitasking environments because there are two
complete execution cores instead of one.
Each with an independent interface to the front side bus.
Since each core has its own cache, the operating system has sufficient resources to handle most
compute intensive tasks in parallel.
ADVANTAGES:
27 | P a g e
introduction to computer | Angelo MD Majak
Core 2 Duo is the name given by Intel to its second batch of dual core processors.
Desktop PCs with the Intel® Core™2 processor family deliver faster performance, greater energy
efficiency, and more responsive multitasking.
Intel’s dual core processors were simply 2 Pentium 3 processors that were fabricated in a single
chip.
As they refined their product more, they decided to differentiate their second set of processors
from the Core Duo and decided to call it Core 2 Duo.
The difference between dual core processors and the Core 2 Duo processors is just in the
semantics as Core 2 Duo is simply a name given to a more recent family of dual core processors.
If we translate this to the single core processors, we can say that Core Duo is Pentium 1 while
Core 2 Duo is Pentium 2. But all these are still single core processors.
We can therefore say that Core 2 Duo is simply a subset of all the dual core processors that are
out in the market today. Features and benefits
With an Intel® Core™2 Duo processor you will get performance-rich technologies,
Intel® multi-core processing provides greater multitasking performance by combining two
independent processor cores in one physical package.
Execution improves execution time and energy efficiency with more instructions per clock cycle.
Power Capability enables smarter, more energy-efficient performance.
Intel® Smart Memory Access improves system performance by optimizing the use of the
available data bandwidth
Intel® Advanced Smart Cache enables higher performance and more efficient cache subsystem
by optimizing for multi-core processors.
RAM
The complete name of RAM is random access memory which is also known as Primary memory.
It is called read/write memory because data can be read as well as write in RAM.
It is called random access because you can directly access any data from RAM if you know row
& column cell.
The RAM chip is fixed on the mother board & the mother board is designed in such a way that
its memory capacity can be enhanced by adding more RAM chip.
RAM is a VOLETILE memory.
RAM chips are of two types:
DRAM:
28 | P a g e
introduction to computer | Angelo MD Majak
Dynamic Random Access Memory is a volatile memory that allows fast access to data and is
ideal for use as the primary store of computer systems.
However, the information is stored as electrical charges and the charges need to be constantly
refreshed in order for the data to be maintained.
SRAM:
Programmable Read Only Memory is a non-volatile memory which allows the user to program
the chip with a PROM writer.
The chip can be programmed once, thereafter, it cannot be altered.
EPROM & EEPROM
Erasable Programmable Read Only Memory and Electrically Erasable Programmable Read Only
Memory chips can be electrically programmed.
Unlike ROM and PROM chips, EPROM chips can be erased and reprogrammed.
It’s a new interface technology which are used to connect computer peripherals such as
keyboard, mouse, scanner, joysticks, printer, web camera etc.
USB operate at two speeds 1.5 mbps & 12 mbps.
The speed is depending upon the devices which are attached with the port.
For example, the devices such as mouse, keyboard Use the law band while digital camera use
high speed channel/
Main advantage is that when devices are attached the appropriate drivers are loaded
automatically.
PS/2 PORT
On many legacy peripherals, the parallel cable utilized both the 25 pin Sub-D connector and the
36 pin Centronics connector.
This was a common printer interface and is still in service in great numbers.
With the advent of "intelligent" laser and ink jet printers, the IEEE-1284 bi directional printer
cable was introduced.
This parallel interface allows for bi-directional communication resulting in speeds up to 10 times
faster than conventional cables.
USB Cable
30 | P a g e
introduction to computer | Angelo MD Majak
To Connect a USB device to a computer is simple-- you find the USB connector on the back of
your machine and plug the USB connector into it.
If it's a new device, the operating system auto-detects it and asks for the driver disk.
If the device has already been installed, the computer activates it and starts talking to it.
USB devices can be connected and disconnected at any time.
31 | P a g e