Introduction to Computer Applications
Introduction to Computer Applications
w
w
.H
or
tiA
gr
i.C
om
Introduction to Computer Applicaations
Author
TNAU, Tamil Nadu
om
i.C
gr
tiA
or
.H
w
w
W
Index
SN Lecture Page No
Introduction to Computers, Anatomy of
1 5-11
Computers, Input and Output Devices
Units of Memory, Hardware, Software and
2 12-17
Classification of Computers
Personal Computers, Types of Processors, Booting
3 18-20
of Computer- warm and cold booting
4 Computer Viruses, Worms and Vaccines 21-24
Operating System – Some Fundamental DOS
om
5 Commands, Rules for naming files in DOS and 25-37
Types of files
i.C
WINDOWS: GUI, Desktop and its elements,
Windows Explorer, Working with files and folders,
6 38-55
Setting time and date, Starting and Shutting down
gr
Windows
tiA
MSWORD: Word-processing and units of
document, features of word-processing packages.
7 56-68
Creating, Editing, Formatting and Saving a
or
document in MSWORD
.H
LECTURE SCHEDULE 1
Introduction to Computers
A computer can be defined as an electronic device capable of processing the data and
producing the information.
The computer system essentially comprises three important parts –
om
1. input device,
2. central processing unit (CPU) and
i.C
3. output device.
The CPU itself is made of three components namely,
gr
1. arithmetic logic unit (ALU),
tiA
2. memory unit, and
3. control unit.
or
.H
5 Www.HortiAgri.Com
Introduction to Computer Applications
Input: Sending the data and command to the computer is known as input.
Processing: Work done by the computer with the help of processing hardware and software to
produce results is known as processing.
Storage: A place to save result inside or outside the computer is known as storage.
om
Anatomy of Computers
The following are the parts of a desktop computer.
i.C
Power Supply gr
When you plug your power cable into your computer,
tiA
you are actually plugging into a socket in the power
supply unit that has been fitted inside your case. This
or
Monitor- Commonly known as a "screen," the monitor gives you a visual display of what your
computer is up to. Monitor displays are divided into pixels. The higher the pixel count, the higher
the "resolution." Resolutions are measured in Rows x Columns. Common resolution settings are
640 x 480, 800 x 600, 1024 x 768, 1280 x 1024, etc.
6 Www.HortiAgri.Com
Introduction to Computer Applications
Mother board
The mainboard I which is sometimes called a motherboard. This
is usually the largest circuit-board in the computer, and every
other component in the computer connects to it.
om
The Central Processing Unit (CPU)is usually called either a CPU
or just a Processor. The CPU is the brain of the system. It
i.C
executes all the program code from the operating system and
the applications the user runs and processing of data. It sends
gr
CPU commands to direct the actions of all the other components
in the computer.
tiA
or
lost.
W
7 Www.HortiAgri.Com
Introduction to Computer Applications
om
INPUT AND OUTPUT DEVICES
i.C
Input Devices gr
Input device is a hardware device that sends information to the computer.
tiA
Mouse
or
Digital camera
A type of camera that stores the
pictures or video it takes in
electronic format instead of to film.
8 Www.HortiAgri.Com
Introduction to Computer Applications
Web Cam
A camera connected to a computer
that allows anyone connected to the
Internet to view still pictures or
motion video of a user.
Joystick
A computer joystick allows an
individual to easily navigate an
object in a game such as navigating
a plane in a flight simulator.
om
i.C
gr
Keyboard
tiA
One of the main input devices used
on a computer, a computer
or
Microphone
Sometimes abbreviated as mic, a
microphone is a hardware
peripheral that allows computer
users to input audio into their
computers.
9 Www.HortiAgri.Com
Introduction to Computer Applications
Scanner
Input device that allows a user to
take an image and/or text and
convert it into a digital file, allowing
the computer to read and/or display
the scanned object
Output Device
Any peripheral that receives and/or displays output from a computer. Below are some examples
of different types of output devices commonly found on a computer.
Monitor
om
A monitor is a video display screen. Monitor is also called as Visual Display Unit (VDU) or Video
Display Terminal (VDT).
i.C
CRT (Cathode Ray Tube) Monitors are built LCD (Liquid Crystal Display) Monitors are
gr
very similarly to older (tube) television sets. thin and flat. They are light, compact, take up
They are heavy, bulky, take up a lot of desk very little desk space emit no known radiation.
tiA
space, and emit radiation.
or
.H
w
w
W
10 Www.HortiAgri.Com
Introduction to Computer Applications
Printer
A printer is an output device responsible for
taking computer data and generating a hard
copy of that data.
Speakers
om
Projector
i.C
gr
tiA
or
.H
w
w
W
11 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 2
Units of Memory
The memory unit is the principal storage of the computer. All the data and instructions that the
computer needs at a moment are stored here. All storage devices are characterized with the
following features:
1. Speed
2. Volatility
3. Access method
om
4. Portability
5. Cost and capacity
12 Www.HortiAgri.Com
Introduction to Computer Applications
Since a single bit can store only one of the two values, there can possibly be only four unique
combinations:
00 01 10 11
Bits are, therefore, combined together into larger units in order to hold greater range of values.
BYTES are typically a sequence of eight bits put together to create a single computer
alphabetical or numerical character. More often referred to in larger multiples, bytes may appear
as Kilobytes (1,024 bytes), Megabytes (1,048,576 bytes), GigaBytes (1,073,741,824),
TeraBytes (approx. 1,099,511,000,000 bytes), or PetaBytes (approx. 1,125,899,900,000,000
bytes).
Bytes are used to quantify the amount of data digitally stored (on disks, tapes) or transmitted
om
(over the internet), and are also used to measure the memory and document size.
i.C
Types of memory
Computers use several different types of memory. They are:
gr
1. Main Memory / Primary Memory units
tiA
– Two most important are
• RAM (Random Access Memory)
or
– CPU Registers
w
– Cache Memory
w
to main storage. It is much cheaper than the main storage and stores large amount of
data and instructions permanently. Hardware devices like magnetic tapes, Floppy Disk,
Hard Disk, Optical disks, Compact Disk (CD), Digital Versatile Disk (DVD) and Blu-ray
Disc (BD) fall under this category.
Computer’s memory can be classified into two types – RAM and ROM.
RAM or Random Access Memory is the central storage unit in a computer system. It is the
place in a computer where the operating system, application programs and the data in current
13 Www.HortiAgri.Com
Introduction to Computer Applications
use are kept temporarily so that they can be accessed by the computer’s processor. The more
RAM a computer has, the more data a computer can manipulate.
Random access memory, also called the Read/Write memory, is the temporary memory of a
computer. It is said to be ‘volatile’ since its contents are accessible only as long as the computer
is on. The contents of RAM are cleared once the computer is turned off.
ROM or Read Only Memory is a special type of memory which can only be read and contents of
which are not lost even when the computer is switched off. It typically contains manufacturer’s
instructions. Among other things, ROM also stores an initial program called the ‘bootstrap
loader’ whose function is to start the computer software operating, once the power is turned on.
om
Hardware
i.C
Hardware, in the computer world, refers to the physical components that make up a computer
system. There are many, many different kinds of hardware that can be installed inside and
gr
connected to the outside of a computer. However, there are several standard pieces of
tiA
hardware that can be found as part of nearly every computer:
• Input Devices - Key board, Mouse..
or
• CPU - (Brain) Named on model: 80286, 80386, 80486, Pentium, P-II, Core 2 Duo..
.H
• Scanner, Modem, Digital Camera, Video adopter, Computer Projector, Slide maker, etc.
W
Software
Software is a general term for the various kinds of programs used to operate computers and
related devices. Software is classified as follows:
14 Www.HortiAgri.Com
Introduction to Computer Applications
System software
System software refers to the operating system and all utility programs that manage computer
om
resources at a low level. Operating system controls and manages the computing resources.
Examples of operating system: Windows, Unix, MSDOS, Linux, Mac.
i.C
gr
tiA
or
.H
Applications software comprises programs designed for an end user, such as word processors,
w
database systems, and spreadsheet programs. Application software makes computer popular
W
15 Www.HortiAgri.Com
Introduction to Computer Applications
Classification of Computers
om
Computers are available in different shapes, sizes and weights, due to these different shapes
and sizes they perform different sorts of jobs from one another. They can also be classified in
i.C
different ways. All the computers are designed by the qualified computer architectures that
design these machines as their requirements.
gr
A computer that is used in a home differs in size and shape from the computer being used in a
tiA
hospital. Computers act as a server in large buildings, while the computer also differs in size
and shape performing its job as a weather forecaster.
or
.H
A student carrying a laptop with him to his college is different in shape and size from all the
computers mentioned above. Computers are classified as follows:
w
w
Super computer
W
The biggest in size, the most expensive in price than any other is
classified and known as super computer. It can process trillions of
instructions in seconds. Governments specially use this type of
computer for their different calculations and heavy jobs. Different
industries also use this huge computer for designing their
products. In most of the Hollywood's movies it is used for
animation purposes. This kind of computer is also helpful for
forecasting weather reports worldwide.
16 Www.HortiAgri.Com
Introduction to Computer Applications
Mainframes
Another giant in computers after the super computer is
Mainframe, which can also process millions of instruction per
second and capable of accessing billions of data. This computer is
commonly used in big hospitals, air line reservations companies,
and many other huge companies prefer mainframe because of its
capability of retrieving data on a huge basis.
Minicomputer
This computer is next in the line but less offers less than
mainframe in work and performance. These are the computers,
which are mostly preferred by the small type of business
om
personals, colleges, etc.
i.C
Personal computers gr
Personal computer is the computer mostly preferred by the home
tiA
users. These computers are lesser in cost than the computers
given above and also, small in size; they are also called PCs in
or
Notebook computers
Having a small size and low weight the notebook is easy to carry
to anywhere. A student can take it with him/her to his/her school in
his/her bag with his/her book. This is easy to carry around and
preferred by students and business people to meet their
assignments and other necessary tasks. The approach of this
computer is also the same as the Personal computer. It can store
the same amount of data and having a memory of the same size
as that of a personal computer.
17 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 3
Personal Computer
A personal computer (PC) is any general-purpose computer whose size, capabilities, and
original sales price make it useful for individuals, and which is intended to be operated directly
by an end user, with no intervening computer operator.
om
i.C
gr
tiA
or
.H
This is in contrast to the batch processing or time-sharing models which allowed large
w
expensive mainframe systems to be used by many people, usually at the same time, or large
w
18 Www.HortiAgri.Com
Introduction to Computer Applications
While early PC owners usually had to write their own programs to do anything useful with the
machines, today's users have access to a wide range of commercial and non-commercial
software which is provided in ready-to-run form. Since the 1980s, Microsoft and Intel have
dominated much of the personal computer market with the Wintel platform.
The capabilities of the personal computer have changed greatly since the introduction of
electronic computers. By the early 1970s, people in academic or research institutions had the
opportunity for single-person use of a computer system in interactive mode for extended
durations, although these systems would still have been too expensive to be owned by a single
person. The introduction of the microprocessor, a single chip with all the circuitry that formerly
occupied large cabinets, led to the proliferation of personal computers after 1975.
om
Types of Processors
i.C
The Central Processing Unit (CPU) or the processor is the portion of a computer system that
carries out the instructions of a computer program, and is the primary element carrying out the
computer's functions.
gr
tiA
Basically there are two types of processors which are manufactured by two companies and they
are Intel and AMD. Now there are a number of varieties available in both Intel and AMD.
or
.H
Intel offers Pentium Pro, Pentium II, Celeron, Pentium II Xeon, Pentium III, Pentium II and III
Xeon, Celeron with Pentium III Based, Pentium 4, Pentium M, Intel Core, Dual Core Xeon LV,
w
Intel Pentium Dual Core, Intel Core 2, Pentium Duo, Pentium Dual Core, Core 2 Quad, Intel
w
AMD processors include AMD Athlon, AMD Athlon 64, AMD Athlon X2, AMD Athlon Xp, AMD
Duron, AMD Sempron, AMD Turion, MD Opteron and AMD Phenom 1.
Moreover, there are various processors offered by various companies like Macintosh processor.
In other words different processors are used for different types of technology.
Booting of computer is the process of powering it on and starting the operating system. Booting
loads the first piece of software that starts a computer. Because the operating system is
19 Www.HortiAgri.Com
Introduction to Computer Applications
essential for running all other programs, it is usually the first piece of software loaded during the
boot process.
Cold boot is the process of starting a computer from a powered-down, or off state. Cold boot
is also called as hard boot.
Warm boot refers to restarting a computer that is already turned on via the operating system.
Restarting it returns the computer to its initial state. A warm boot is sometimes necessary when
a program encounters an error from which it cannot recover. On PCs, you can perform a warm
boot by pressing the Control, Alt, and Delete keys simultaneously. On Macs, you can perform a
warm boot by pressing the Restart button.
om
i.C
gr
tiA
or
.H
w
w
W
20 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 4
Computer Viruses
Computer virus is a small software program that is designed to spread from one computer to
another and to interfere with computer operation. A true virus is capable of self replication on a
machine. Virus may spread between files or disks.
• There are estimated 30,000 computer viruses in existence.
• Over 300 new ones are created each month.
om
• First virus was created to show loopholes in software.
• Today almost 87% of all viruses are spread through the internet.
21 Www.HortiAgri.Com
Introduction to Computer Applications
Worms
A worm is a small piece of software that uses computer networks and security holes to replicate
itself. A copy of the worm scans the network for another machine that has a specific security
hole. It copies itself to the new machine using the security hole, and then starts replicating from
om
there, as well.
Worms use computer time and network bandwidth when they replicate. A worm called Code
i.C
Red made huge headlines in 2001. Experts predicted that this worm could clog the Internet so
effectively that things would completely grind to a halt.
gr
A worm usually exploits some sort of security hole in a piece of software or the operating
tiA
system. For example, the Slammer worm (which caused mayhem in January 2003) exploited a
hole in Microsoft's SQL server.
or
Worms normally move around and infect other machines through computer networks. Using a
.H
network, a worm can expand from a single copy incredibly quickly. The Code Red worm
w
replicated itself more than 250,000 times in approximately nine hours on July 19, 2001.
w
Vaccines
Vaccines or Antivirus software is a computer program that detects, prevents, and takes action to
disarm or remove malicious software programs, such as viruses and worms. New viruses,
worms, and other threats are created by cyber terrorists and discovered every day. So updating
22 Www.HortiAgri.Com
Introduction to Computer Applications
antivirus software is periodically mandatory. List of some top Anti Virus Programs which are
very useful to users:
om
AVG Free Edition – AVG Resident Shield provides real-time protection
executions of files and programs. It features a smart e-mail scanner,
i.C
virus updates and virus vault for secure handling of the files which are
infected by viruses. The base version for windows is Free for private and
gr
non-commercial use.
tiA
or
23 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
24 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 5
Operating System
Operating system is a set of software that controls and manages hardware and basic system
operations for a computer. The operating system loads programs into the computer's memory,
runs these programs, and manages peripherals like disks and printers.
Example:
om
Disk Operating System (DOS)
i.C
gr
tiA
Windows
or
.H
w
LINUX
w
W
Mac
25 Www.HortiAgri.Com
Introduction to Computer Applications
UNIX
• In the 1980s or early 1990s, the operating system that shipped with most PCs was a
version of the Disk Operating System (DOS) created by Microsoft: MS-DOS.
• MS-DOS is a disk-based, single-user, single-task and character based user interface
(CUI) operating system.
om
Goto MSDOS from Windows Operating System:
Click Start Button Choose Program Choose Accessories Click Command Prompt as
i.C
shown below:
gr
tiA
or
.H
w
w
W
Or Click Start Button Choose Run Type cmd in the Open tab as shown below:
26 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
Command Prompt will get displayed as shown:
gr
tiA
or
.H
w
w
W
The DOS commands can be entered in the command prompt and executed.
27 Www.HortiAgri.Com
Introduction to Computer Applications
1. DIR
Lists all files and directories in the directory that you are currently in.
om
i.C
gr
tiA
or
.H
2. dir /w
w
w
If information on the date / time and other information on the files are not
W
needed, then this command can be used to list just the files and directories going
horizontally, taking as little as space needed.
28 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
3. dir /on
gr
tiA
List the files in alphabetical order by the names of the files.
or
.H
w
w
W
4. dir /o-n
List the files in reverse alphabetical order by the names of the files.
29 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
FORMAT Command
gr
FORMAT command is used to erase all information of a diskette or fixed drive.
tiA
1. format a:
or
Would erase all the contents off a disk. Commonly used on a diskette that has not been
.H
2. format a: /q
w
W
Quickly erases all the contents of a floppy diskette. Commonly used to quickly erase all
information on the diskette.
3. format c:
This would erase all the contents of C: hard disk drive. In other words, unless you wish
to erase all your computer's information, this command should not be done unless you're
planning to start over.
30 Www.HortiAgri.Com
Introduction to Computer Applications
COPY Command
Examples:
1. copy *.* a:
om
Copy the contents of file1.txt to file2.txt
3. copy myfile1.txt+myfile2.txt
i.C
Copy the contents in myfile2.txt and combines it with the contents in myfile1.txt.
gr
PATH Command
tiA
Path is used to specify the location where MS-DOS looks when using a command. For example,
or
when using the command "format", if the path is not specified to where the command is you will
.H
31 Www.HortiAgri.Com
Introduction to Computer Applications
Example:
om
i.C
gr
tiA
LABEL Command
or
Label is used to view or change the label of the computer disk drives.
.H
Example:
w
w
label a: mydisk
W
This would label the disk currently in the drive to "mydisk", but will not label if your disk is
write protected.
VOL Command
VOL command displays the volume information about the designated drive.
32 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
MD (Make Directory) Command
gr
MD command allows to create directories in MS-DOS.
tiA
Examples:
1. md test
or
2. md c:\test
w
Examples:
1. cd\
Goes to the highest level, the root of the drive.
33 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
2. cd..
Goes back one directory.
gr
tiA
or
.H
w
w
W
34 Www.HortiAgri.Com
Introduction to Computer Applications
3. cd
om
i.C
gr
tiA
DEL Command
or
DEL command is used to delete files from the computer. Deleting files from MS-DOS does not
.H
Examples:
w
W
1. del test.tmp
Deletes the test.tmp in the directory that you currently are in, if the file exists.
2. del c:\windows\test.tmp
1. The combination of the following characters can be used for writing names of directories and
files:
35 Www.HortiAgri.Com
Introduction to Computer Applications
om
Types of files in DOS
i.C
DOS supports a wide variety of files. The type of the file can be identified with the extension of
the file in the filename. The three letters following the name of the file is called as the extension
of the file.
gr
tiA
Examples:
or
.bak
Used by programs and users to make a copy of an existing file for safety and/or archive
.H
purposes.
w
w
.bas
W
.bat
This is used for a batch file. Such a file is a series of commands in mostly plain english
which perform an operation in DOS automatically. They come with some programs and
may also be written by a user to make shortcuts or perform operations like sorting or
backups.
36 Www.HortiAgri.Com
Introduction to Computer Applications
.bin
A binary file.
.c
A file of programming language in the C format.
.dat
Used to hold information about a particular aspect of a program or about a particular
operation. The latter may update a .dat file to reflect recent changes. Other operations in
the program may then view this file and other .dat files while determining a course of
action.
om
.db or .dbf
i.C
These are used by data base programs to hold the users' data information. Other
gr
programs may use them to hold information used by the application itself for such things
tiA
as printer specifications regarding printer selection by the user.
or
.dir
Used to house a directory list, especially for communications programs.
.H
w
.exe
w
An executable file.
References
W
1. http://www.chebucto.ns.ca/~ak621/DOS/DOS-Ext.html
2. http://www.computerhope.com/msdos.htm
37 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 6
WINDOWS: GUI, Desktop and its elements, Windows Explorer, Working with files
and folders, Setting time and date, Starting and Shutting down Windows
WINDOWS
om
Versions
i.C
• Windows 98 gr
• Windows Me
tiA
• Windows NT
• Windows 2000
or
• Windows XP
• Windows Server 2003
.H
• Windows Vista
w
• Windows 7
w
38 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
– Taskbar
w
– Icons
w
Taskbar
W
WINDOWS Xp Taskbar
39 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
Windows Vista Taskbar
gr
tiA
or
.H
w
w
Icons
W
Example:
Computer
lists the contents of floppy disk, hard disk, CD-ROM
drive, and mapped network drives
40 Www.HortiAgri.Com
Introduction to Computer Applications
Network
locates shared resources on the entire network to which
the computer is connected.
Recycle Bin
stores deleted files, folders, graphics, and Web pages
until you empty the bin.
Internet Explorer
opens the browser internet explorer.
om
Windows Explorer
i.C
Windows Explorer is a file manager application used to view and manage drives, folders, and
files. Windows Explorer can be opened by clicking on
gr
Start > My Computer or using the short cut key Windows + E while in Windows Xp
Start > Computer or using the short cut key Windows + E while in Windows Vista.
tiA
or
.H
w
w
W
41 Www.HortiAgri.Com
Introduction to Computer Applications
To create a folder
New Folder On Desktop - Right click anywhere on an open area of the desktop. Select New
and then click Folder. A new folder with the default name New Folder will be created on the
desktop. Either accept the default name New Folder (bad idea) by hitting the enter key or type a
new name for the folder (good idea) and then hit enter on the keyboard.
om
i.C
gr
tiA
or
.H
w
w
W
42 Www.HortiAgri.Com
Introduction to Computer Applications
To open a folder
• double click the folder with mouse
or
• right click the folder and click open
tab from the right context menu.
To Rename a folder
• Locate and select the folder to be
om
renamed.
• Right click the folder
• Select rename from the popup
i.C
menu
gr
tiA
or
.H
w
w
W
43 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
44 Www.HortiAgri.Com
Introduction to Computer Applications
To delete a folder
• Choose delete.
om
i.C
gr
tiA
or
.H
w
w
W
45 Www.HortiAgri.Com
Introduction to Computer Applications
om
Click StartProgramsSelect the program and double click
i.C
gr
tiA
or
.H
w
w
W
46 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
47 Www.HortiAgri.Com
Introduction to Computer Applications
Click StartDocuments
om
i.C
gr
tiA
or
.H
w
Finding Files
w
48 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
Anatomy of a Window
• A rectangular area on the desktop that is used by an application is called a Window.
or
.H
Although the contents of every window are different, all windows share some things in common.
For one thing, windows always appear on the desktop—the main work area of your screen. In
w
49 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
• Title bar. Displays the name of the document and program (or the folder name if you're
working in a folder).
or
• Minimize, Maximize, and Close buttons. These buttons hide the window, enlarge it to fill
the whole screen, and close it, respectively (more details on these shortly).
.H
• Menu bar. Contains items that you can click to make choices in a program.
w
• Scroll bar. Lets you scroll the contents of the window to see information that is currently
w
out of view.
• Borders and corners. You can drag these with your mouse pointer to change the size of
W
the window.
50 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
51 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
properties window as
w
52 Www.HortiAgri.Com
Introduction to Computer Applications
below
Starting Windows
1. Switch on the power supply.
2. Switch on the CPU and Monitor.
3. Windows XP splash screen will be displayed as shown below:
om
i.C
gr
tiA
or
.H
w
w
W
53 Www.HortiAgri.Com
Introduction to Computer Applications
4. Enter the password to load your personal setting in the tab shown below:
om
i.C
gr
tiA
or
.H
w
w
W
54 Www.HortiAgri.Com
Introduction to Computer Applications
Shutting Down
• Click Start Button Choose Turn Off Computer option
om
i.C
gr
tiA
or
.H
• Click the Turn Off option in the Shut Down Dialog Box.
w
w
W
55 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 7
Word-processing
• Word-processing the process of using computer to create, edit and print documents.
• Word processing is creating documents with
o Various font face, font styles, font sizes, font colors (eg: one, two, three)
Different text effects (MS Word is a product of Microsoft Corporation)
om
o
o Different alignments as shown below:
i.C
gr
tiA
or
56 Www.HortiAgri.Com
Introduction to Computer Applications
om
display it on a screen, modify it by entering commands and characters from the
keyboard, and print it on a printer.
i.C
• Examples of Word processors
o Wordstar
o Writer
gr
Leap
tiA
o
o WordPerfect
o MS Word
or
.H
MSWORD
w
Microsoft.
W
Word Screen
57 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
Word processors vary considerably, but all word processors support the following basic
features:
Delete text: Allows you to erase characters, words, lines, or pages as easily as you can
cross them out on paper.
Cut and paste: Allows you to remove (cut) a section of text from one place in a
document and insert (paste) it somewhere else.
58 Www.HortiAgri.Com
Introduction to Computer Applications
Page size and margins: Allows you to define various page sizes and margins, and the
word processor will automatically readjust the text so that it fits.
Search and replace: Allows you to direct the word processor to search for a particular
word or phrase. You can also direct the word processor to replace one group of
characters with another everywhere that the first group appears.
Word wrap: The word processor automatically moves to the next line when you have
filled one line with text, and it will readjust text if you change the margins.
Word processors that support only these features (and maybe a few others) are called text
om
editors. Most word processors, however, support additional features that enable you to
manipulate and format documents in more sophisticated ways. These more advanced word
i.C
processors are sometimes called full-featured word processors. Full-featured word processors
usually support the following features: gr
File management: Many word processors contain file management capabilities that
tiA
allow you to create, delete, move, and search for files.
or
Font specifications: Allows you to change fonts within a document. For example, you
can specify bold, italics, and underlining. Most word processors also let you change the
.H
footnotes and enables you to easily cross-reference other sections of the document.
W
Graphics: Allows you to embed illustrations and graphs into a document. Some word
processors let you create the illustrations within the word processor; others let you insert
an illustration produced by a different program.
Headers, footers, and page numbering: Allows you to specify customized headers
and footers that the word processor will put at the top and bottom of every page. The
word processor automatically keeps track of page numbers so that the correct number
appears on each page.
Layout: Allows you to specify different margins within a single document and to specify
various methods for indenting paragraphs.
59 Www.HortiAgri.Com
Introduction to Computer Applications
Merges: Allows you to merge text from one file into another file. This is particularly
useful for generating many files that have the same format but different data. Generating
mailing labels is the classic example of using merges.
Spell checker: A utility that allows you to check the spelling of words. It will highlight any
words that it does not recognize.
Tables of contents and indexes: Allows you to automatically create a table of contents
and index based on special codes that you insert in the document.
om
Thesaurus: A built-in thesaurus that allows you to search for synonyms without leaving
the word processor.
i.C
Creating a New Document
gr
•
tiA
Switch on the computer
• Windows displays a desktop screen with many icons on it.
•
or
Search for Microsoft Word icon, point it with the help of the mouse and double click to
select the application.
.H
• If MSWord icon is not on the desktop screen then Click StartAll Programs Microsoft
w
60 Www.HortiAgri.Com
Introduction to Computer Applications
• The opening word screen will get displayed as shown below. The opening screen of
word will automatically open a new document and the default name of that document will
be Document1.
om
i.C
gr
tiA
•
or
If you've already started Word, you create a new document by clicking New on the File
menu. In the New Document task pane that opens, click Blank document.
.H
• In the upper-left corner of the document, or page, is the insertion point, a blinking vertical
w
word wrap property the lines will be automatically displayed in the next consecutive
W
lines.
• Press ENTER to start another paragraph.
61 Www.HortiAgri.Com
Introduction to Computer Applications
om
To move to the beginning of a document CTRL+HOME
i.C
Selecting the text in the document gr
• To select the document in the text the following operations can be performed:
tiA
• Cut
o Cut operation removes the selection from the active document and places it
on the clipboard.
62 Www.HortiAgri.Com
Introduction to Computer Applications
o Go to Edit menu and select Cut option or click the cut icon ( ) in the toolbar
or make use of the shortcut key combination Ctrl+X to cut the text.
• Copy
o Go to Edit menu and select Copy option or click the copy icon ( ) in the
toolbar or make use of the shortcut key combination Ctrl+C to copy the
selected text.
om
• Paste
i.C
o Paste inserts the contents of the clipboard at the insertion point (cursor) or
whatever is selected.
o
gr
First go to the place where you want to display the cut text.
tiA
o From the Edit menu select Paste option or click paste icon ( ) in the toolbar
or
o To find a specified text in the document go to Edit menu choose find option or
W
click the find icon ( ) on the toolbar or make use of the shortcut key
combination Ctrl+F.
63 Www.HortiAgri.Com
Introduction to Computer Applications
om
o Clicking the Find Next button the specified text will be located in the
document.
i.C
o Replace searches for and replaces specified text.
o
gr
To replace go to edit menu and select Replace option or click the replace
icon in the toolbar or make use of the shortcut key combination Ctrl+H.
tiA
o Clicking Find Next and Replace buttons the specified text will be
replaced.
o To replace all the instance of the text lecture with the text lecture
schedule click Replace All button in the Find and Replace window.
64 Www.HortiAgri.Com
Introduction to Computer Applications
o Then every instance of the text lecture in the document will get replaced
with the text lecture schedule.
• Font
o Font change font style, size, color and a large number of other features.
o To change the font style, size of a selected text go to format menu and select
om
i.C
gr
tiA
or
.H
w
w
W
o In the Font dialog box choose font face, font style, font size, font color etc.
o Click OK button then the applied font effects will get reflected in the
document.
65 Www.HortiAgri.Com
Introduction to Computer Applications
o To bold the text press Ctrl + B or click the bold icon ( ) on the toolbar
o To underline the text press Ctrl + U or click the underline icon ( ) on the
toolbar
o To italics the text press Ctrl + I or click the italic icon ( ) on the toolbar
• Paragraph
om
o Paragraph under format menu indents a paragraph using either margin or
place some chosen amount of space before or after the paragraph.
i.C
o Select the paragraph if already entered or simply go Format menu and
gr
choose Paragraph option or click the paragraph icon ( ) in the toolbar.
tiA
o Paragraph dialog box will get displayed.
or
.H
w
w
W
66 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
for paragraphs.
W
• To save the document for the first time click File MenuChoose Save As
• Select the directory where you want to save or create a new folder by clicking New
Folder icon.
67 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
•
W
68 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 8
Electronic Spreadsheet
om
i.C
gr
tiA
or
.H
69 Www.HortiAgri.Com
Introduction to Computer Applications
om
Concepts
i.C
• Spreadsheets are commonly referred to as workbook in Excel.
– rows
or
70 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
• The column is defined as the vertical space that is going up and down the window.
Letters are used to designate each column’s location.
71 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
Definition of column in the worksheet
•
gr
The row is defined as the horizontal space that is going across the window. Numbers
tiA
are used to designate each row’s location.
or
.H
w
w
W
72 Www.HortiAgri.Com
Introduction to Computer Applications
• The cell is defined as the space where a specified row and column intersect.
• Each cell is assigned a name according to its column letter and row number.
om
i.C
gr
tiA
• The selected cell is highlighted.
– text (labels)
w
W
73 Www.HortiAgri.Com
Introduction to Computer Applications
om
End of the worksheet (last cell Ctrl+End
with data)
i.C
End of the row Ctrl+right arrow key
Selecting Cells
or
.H
74 Www.HortiAgri.Com
Introduction to Computer Applications
Creating Spreadsheet
• Move to the cell where you want to enter data and enter words or numbers.
• If data is already in the cell it will be replaced without you having to cut or delete the
previous data.
om
Editing Spreadsheet
i.C
• To edit the contents of a cell
gr
o Select the cell, type the new contents and press enter. The new entry will be
tiA
replacing the existing contents
o Or select the cell to be edited, click on the Formula bar or double click the cell
or
75 Www.HortiAgri.Com
Introduction to Computer Applications
om
This will insert a column immediately left of the selected column.
i.C
gr
tiA
or
.H
Saving Spreadsheet
w
76 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
77 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 9
In-built Functions
• A function is an in-built program, which is used to do a particular task.
• Functions take the input the input and will give the result as the output.
• Based on the input and output data the functions are categorized as
o String functions
o Arithmetic functions
Date functions
om
o
o Logical functions
o Group functions
• Using the in-built function SUM() we can calculate the total scored by each and every
student in I-B. Sc. (Agri.).
• Add Total column in the spreadsheet as shown below:
78 Www.HortiAgri.Com
Introduction to Computer Applications
om
The F3 cell is the one which should display the total mark scored by the student namely
Angaleeswari in the above example.
• Click on Insert Menu Function
i.C
• or Select fx in the Formula bar
•
gr
Insert Function dialog box will get displayed as shown below:
tiA
or
.H
w
w
W
• Select SUM function and click OK button in the Insert Function dialog box.
• The function Argument dialog box will be displayed with the automatically assumed
range of cells to be added(B3 to E3)
79 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
•
gr
Click OK. The result is displayed as shown. We can even choose the range of cells
added manually.
tiA
or
.H
w
w
W
• The total marks scored by the other students have to added in the same way by making
use of the SUM() function.
• Instead entering the same function for all the students in the example we can copy the
formula to the cells in the total column to add B4:E4, B5:E5, B6:E6 and so on.
• When we copy the SUM() function formula from the cell F3 to F4 the SUM function will
automatically taking the input range of numbers to be added is B4:E4.
• The same is applicable to the rest of the cells in the total column.
• To copy down the formula place the mouse pointer at the bottom right corner of the cell
F3.
80 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
Use of in-built function AVERAGE()
• To calculate the average marks scored by the students in the example we can make use
of average function AVERAGE().
gr
• Enter Average column in the spreadsheet.
tiA
• Insert Function dialog box will get displayed as shown below. Choose AVERAGE()
w
81 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
• Click OK button in the Insert Function dialog box.
• In the Function Argument dialog box enter F3/4 then click OK button. The average
gr
scored is displayed.
tiA
or
.H
w
w
W
82 Www.HortiAgri.Com
Introduction to Computer Applications
om
Writing Expressions
• The total marks can be calculated by writing expressions.
i.C
• Place the cursor the cell F3.
• To enter expression, enter the equal sign first.
gr
tiA
or
.H
w
w
W
83 Www.HortiAgri.Com
Introduction to Computer Applications
• Press enter. The result will be displayed in F3. Copy the expression down the Total
column to find the total mark scored by all the students in the example.
• To calculate the averages place the G3.
• Enter the equal sign first in the cell G3.
• Enter F3/4 which is the average to be calculated.
om
•
i.C
gr
Press enter. The average will be displayed. Copy the expression down the cells in the
Average column to calculate the rest of the averages.
tiA
or
.H
w
w
W
84 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 10
Data Analysis Tools- Correlation and Regression, t-test for two samples and
ANOVA with One-way classification
• Most of Excel’s statistical procedures are part of the Data Analysis ToolPak. This option
is available in TOOLS menu.
• The analysis that can be done are:
om
o descriptive statistics,
o t tests,
i.C
o correlations,
o one or two way analysis of variance,
o regression,
gr
moving average,
tiA
o
o Fourier analysis etc.
• To start the data analysis click Tools menu. Search for the Data Analysis tab in the Tools
or
menu.
.H
w
w
W
85 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
• •
w
If Data Analysis is not found in the menu Now choose the Tools menu. You
then click Add-Ins… can find the Data Analysis there.
W
86 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
•
w
87 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
Correlation
gr
• To do the correlation we consider a problem of finding correlation coefficient of data
tiA
which relates to the Yield in grams (Y) and the Matured Pods (X) of 10 groundnut plants.
• The data is entered in the Excel sheet as follows:
or
.H
w
w
W
• Choose Correlation from the Data Analysis window then click OK button.
• Correlation window will get displayed as follows:
88 Www.HortiAgri.Com
Introduction to Computer Applications
om
• Enter the input range if you know the input range of data or else make use of the
address icon to mark the input range in the Excel sheet. In this example the input range
i.C
is A2:B12.
• Since the data are grouped by column in this example, choose Grouped By Columns
gr
option.
•
tiA
We can add the labels as the first row in the data range. So check the Labels in First
Row.
•
or
In the output options choose where you want to display the output. In this example the
output range is given as D2.
.H
w
w
W
89 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
Regression
w
90 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
• The Regression procedure in the Data Analysis tools lets you choose one column as the
dependent variable, and a set of contiguous columns for the independents
.H
• It does not tolerate any empty cells anywhere in the input ranges.
w
• Therefore, if there is any empty cells in the input range, delete the rows contain empty
w
cells.
•
W
91 Www.HortiAgri.Com
Introduction to Computer Applications
• In the Regression window enter the Y and X ranges if you know the address values or
else the click the colored icon in the Y and X range tabs to fill the addresses.
• If the first row of the data entered includes labels then check the Labels box in the
Regression window.
• Let the confidence level be set to 99%.
• In the output options choose where you want to display the output of regression
analysis. In this example the Output Range is set to E2.
om
i.C
gr
tiA
or
.H
•
w
92 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
t-test for two samples
• t-test for two samples assuming Perform t-test for two samples assuming equal
or
variances: yield of food in kg/ha in Kharif and Rabi season from 1996-97 to 2006-07.
.H
• Choose t-Test: Two-Samples assuming Equal Variances in the Data Analysis window:
93 Www.HortiAgri.Com
Introduction to Computer Applications
• In the t-Test: Two-Samples assuming Equal Variances window enter the Variable 1
om
Range and Variable 2 Range.
• Check the Labels option
•
i.C
Hypothesized mean difference be 0.5
• Let Alpha value be 0.05
• Set output range as E2.
gr
tiA
or
.H
w
w
W
94 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
• Perform ANOVA One Way Classification for yield of food in kg/ha in three seasons from
w
1996-97 to 2006-07
• The data is entered in Excel sheet as follows:
W
95 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
• Choose ANOVA: Single Factor from Data Analysis window.
gr
tiA
or
.H
w
w
W
• In the ANOVA: Single Factor window enter the input range. The input range in the
example is B2:D13
• Choose Group by Columns
• Check Labels in the first row
• Output range is set to F2 as follows:
96 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
• The result of the ANOVA with One-way classification is displayed from F2 as shown below:
or
.H
w
w
W
97 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 11
om
i.C
gr
tiA
or
.H
w
w
W
• Choose t-Test: Two-Samples assuming Equal Variances in the Data Analysis window:
98 Www.HortiAgri.Com
Introduction to Computer Applications
• In the t-Test: Two-Samples assuming Equal Variances window enter the Variable 1
Range and Variable 2 Range.
• Check the Labels option
• Hypothesized mean difference be 0.5
• Let Alpha value be 0.05
• Set output range as E2.
om
i.C
gr
tiA
or
.H
99 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
ANOVA(Analysis od Variances) with One-way Classification
• Example: Perform ANOVA One Way Classification for yield of food in kg/ha in three
or
100 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
• Choose ANOVA: Single Factor from Data Analysis window.
or
.H
w
w
W
• In the ANOVA: Single Factor window enter the input range. The input range in the
example is B2:D13
101 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
• The result of the ANOVA with One-way classification is displayed from F2 as shown below:
102 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
103 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 12
CREATING GRAPHS
Graphs or Charts
• The data entered in the excel sheet can be represented by a graph or a chart.
• Example of graphs:
om
o Column, Line, Bar, Pie, Area, Doughnut, Radar, Surface, Bubble, Stock etc.
i.C
Column Graph gr
• It shows data change over a period of time or illustrates comparisons among items.
tiA
• Categories are organized horizontally and values vertically.
•
or
It is an idel chart for showing the variation in the value of an item over period of time.
.H
Bar Graph
w
•
w
Line Graph
• It is very useful to show the change in the value over a period of time.
104 Www.HortiAgri.Com
Introduction to Computer Applications
Pie Chart
• Each data point is represented by one piece of the circular pie chart.
• The size of each piece is proportional to the value it represents, so all the data points
taken together will form circle.
Area Graph
om
• But plots series one above the other with different colors and shades.
i.C
XY (Scatter) Graph
gr
tiA
• It plots each point with a mark of two groups of numbers as one series of XY
coordinates.
or
• It shows uneven intervals of data and it is commonly used for scientific data.
.H
w
CREATING GRAPHS
w
• Create a spreadsheet with data rice yield in tones from the year 1998 to 2004 as shown
W
below:
105 Www.HortiAgri.Com
Introduction to Computer Applications
om
.
• Go to Insert Menu select Chart and click.
i.C
gr
tiA
or
.H
w
w
W
106 Www.HortiAgri.Com
Introduction to Computer Applications
First Step
• A dialog box of chart wizard will appear, select the required type of chart from the chart
type.
om
i.C
gr
tiA
or
Second Step
w
•
W
• To give enter data range move the cursor on excel sheet and
o type cells position if you know exactly which area you want.
107 Www.HortiAgri.Com
Introduction to Computer Applications
• The range is to conform that the chart is being prepared of the proper sheet of the file.
om
i.C
gr
tiA
or
.H
w
w
W
Third Step
• Here the Chart title, Category and Value information are entered, which will be displayed
when the chart is viewed.
108 `
Introduction to Computer Applications
om
i.C
• Click Next button.
gr
tiA
Fourth Step
• This step will provide in the way you want to place the chart.
or
109 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
Moving Chart
.H
• If the chart needs to be placed in different position, then we can move the chart
w
wherever we want.
w
• To move the chart select the chart by clicking on it without leving the mouse button, drag
W
• The chart will move and then release it where you want.
• You will get eight small rectangular boxes around the chart.
• Now move the cursor to the border of the chart and the mouse pointer changes to
double headed arrow cursor.
110 Www.HortiAgri.Com
Introduction to Computer Applications
• If you want to reduce the size, drag towards the centre of the chart, else in opposite
direction to increase the size of the chart.
om
i.C
gr
tiA
or
.H
w
w
W
• Select the required chart type from the chart type window.
111 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
• Click OK.
gr
tiA
• If the selected chart type is Area type then the chart will be as shown below:
or
.H
w
w
W
112 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 13
Database
• A database is a collection of interrelated data that is organized so that it can easily be
accessed, managed and updated.
• A database-management system (DBMS) is a collection of interrelated data and a set of
programs to access those data.
om
Characteristics of Database
• Self-describing- a database gives description about itself.
i.C
• Multiple users can access the same data.
• Data exists permanently
•
gr
Data security protects the data from unauthorized access with the help of the
tiA
passwords.
• Many software are used as Database Management Systems. Example: MS-Access,
ORACLE etc.
or
.H
w
w
W
113 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
Tables
• Tables contain data
.H
o Field
w
o Record
•
W
114 Www.HortiAgri.Com
Introduction to Computer Applications
• The columns in the table are fields or attributes. Fields store the smallest unit of data.
• The rows in the table are called tuple or record. The record is one complete set of
relation.
Database concepts
• Data is a known fact.
• Data may be name of a student or mark scored by a student or age of a student or dat of
birth of a student. Thus the type of the data varies, that if it is a name then it will contain
only any combination of the alphabets, if it a mark then it will be only a number, if it date
of birth then it will only be a date.
• The data types supported by the DBMS are :
om
o Numeric - numbers
o Alphanumeric - letters and digits
i.C
o Date/Time - dates
o Logical - logical data gr
o Auto number - unique value
tiA
Numeric
or
Alphanumeric
• Alphabets (letter), symbols and numbers
• Alphanumeric data can be made up of the following characters:
o Numbers 0 to 9
o Alphabets A to Z, a to z
o Special characters #, /, $, * etc.
Data/Time
• Used to specify the field contains date
115 Www.HortiAgri.Com
Introduction to Computer Applications
Logical
• Logical data type used to store Yes or No and True or False
Auto number
• A unique value generated for each record.
Components of database
• Tables - contains data
• Queries - selected information is displayed on the screen
• Reports - formatted printed information
om
• Forms - screen created to add, modify, and delete records
i.C
Primary Key
•
gr
The primary key is a field in the table which uniquely identifies that particular record in
tiA
the table.
• Creating a table
W
116 Www.HortiAgri.Com
Introduction to Computer Applications
MS-Access
om
• MS-Access is a Relational Database Management System (RDBMS) developed by
i.C
Microsoft Corporation.
queries about the data stored in the database and produce reports summarizing
selected contents.
or
.H
Creating Database
w
•
W
117 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
• As we are going to create a new database, in the New File window click blank database.
• File New Database dialog box will get displayed asking us to choose the location of the
or
database and the name of the database. Enter the name of the database as crop.
.H
w
w
W
118 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
• Click Create button.
•
or
Crop database is created and crop database window will get displayed as shown below:
.H
w
w
W
119 Www.HortiAgri.Com
Introduction to Computer Applications
• Default name of the table is Table1 will get displayed in the title bar of the Table window.
• Enter the field name under Field Name column.
• Data type can be selected with by clicking the down arrow key in the Data Type column
as shown below.
om
i.C
gr
tiA
or
.H
w
• After choosing the data type of the field set the required field size in the field size tab.
w
• Following the above said instructions enter the other fields in the table.
120 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
•
or
To set Crop_ID as the primary key of the table right click the field Crop_ID.
• From the right context menu choose Primary Key option.
.H
w
w
W
121 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
122 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
• The field names are displayed as headings and a blank row is provided to enter data.
gr
• Enter the data in the corresponding fields. When all the records are added the screen
tiA
will be as shown below:
or
.H
w
w
W
123 Www.HortiAgri.Com
Introduction to Computer Applications
• To remove the 5th record with Crop_ID CR-005 and Crop_name as aize right click on the
arrow ( ) tabin front of the record and choose Dekete option as shown below:
om
i.C
gr
tiA
or
.H
• Access prompts the user for the final confirmation because the record once deleted
cannot be recalled back.
w
124 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
125 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 14
Principles of Programming
• The program or set of programs in a computer that helps in processing the information is
called SOFTWARE.
• Software is a detailed writing of stepwise instructions for the computer to carry out the
particular task efficiently and properly.
• The art of writing software is called programming.
•
om
Software is an essential part of a computer. Without the software the computer will
neither accept information nor give the desired result.
i.C
Algorithm
•
gr
A step-by-step procedure to solve the given problem is known as Algorithm.
• The essential properties of Algorithm are:
tiA
o It should be simple
o It should be clear with no ambiguity
or
• For example if a student wants to purchase a pen, he has to follow the following steps.
w
W
Step Action
1. He has to get money from parents.
2. Come out of the House to cross the road
3. Check the vehicle movement for safe crossing.
4. When it is safe to cross the road, he crosses the road.
5. He gets into the shop.
6. Asks for a pen.
7. Selects a pen from the lot shown to him by the shopkeeper.
8. Pays money to the shopkeeper.
126 Www.HortiAgri.Com
Introduction to Computer Applications
Flow Chart
• The graphical or visual representation of algorithm is called as flow chart.
• The flow charts are easier to understand the flow of the solution.
• Flow charts are drawn with the standard symbols accepted worldwide.
• Each standard flow chart symbol represents on action to be performed such as Start or
Stop, input operations Read or Write, decision making etc.
om
1. Terminal (Start or Stop Symbol)
i.C
2. Input / Output gr
tiA
3. Processing
or
.H
True
127 Www.HortiAgri.Com
Introduction to Computer Applications
1. Algorithm and flow chart to read the name and print the name.
om
Algorithm Flow Chart
Step 1 : Start
i.C
Step 2 : Read input name
Step 3 : Print name gr
Step 4 : Stop
tiA
or
.H
w
w
W
128 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
129 Www.HortiAgri.Com
Introduction to Computer Applications
Step 1 : Start
Step 2 : Read value for a (side)
Step 3 : [Compute] Area = A * A
Step 4 : Output Area
Step 5 : Stop
om
i.C
gr
4. Algorithm and flow chart to find the average of three numbers.
Algorithm Flow Chart
tiA
Step1 : Start
Step 2 : Enter Three Numbers A, Band C
or
130 Www.HortiAgri.Com
Introduction to Computer Applications
Algorithm
Step1: Start
Step 2: Enter two numbers A and B
Step 3: Check if A is greater than B if yes go to Step 4 else go to Step 5
Step 4: Print A is greater than B
Step 5: Check if B is greater than A if yes go to Step 6 else go to Step 7
Step 6: Print B is greater than A
om
Step 7: Print A is equal to B
Step 8: Stop
i.C
gr
tiA
or
.H
w
w
W
131 Www.HortiAgri.Com
Introduction to Computer Applications
Flow Chart
om
i.C
gr
tiA
or
.H
w
w
W
Algorithm
Step 1: Start
Step 2: Read N
Step 3: [Initialize all counters] Set FACT= 1, i = 1
Step 4: Compute Fact = Fact * I Increment i
Step 5: Check if i < = N if true repeat step 4 if false go to step 6
Step 6: Print fact
132 Www.HortiAgri.Com
Introduction to Computer Applications
Step 7: Stop
Flow Chart
om
i.C
gr
tiA
or
.H
w
w
W
Advantages of Flowchart
1. Conveys Better meaning
Since a flowchart is a pictorial representation of a program, it is easier for a programmer
to understand and explain the logic of the program to other programmers.
133 Www.HortiAgri.Com
Introduction to Computer Applications
3. Effective Coding
It is very easy for the programmers to write the program, because flow chart will give a
clear idea of the steps involved.
4. Systematic Debugging
Even after taking the full care in program design, some errors may remain in the
program because the programmer might have never thought of a particular case. Using
om
a flow chart can reduce this type of errors. It also enables easy detection of errors.
i.C
gr
tiA
or
.H
w
w
W
134 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 14
Internet
om
• Visualization of the various routes through a portion of the Internet:
i.C
gr
tiA
or
.H
w
w
W
135 Www.HortiAgri.Com
Introduction to Computer Applications
om
another computer through telephone – 56K leased lines, and
lines. – T-1 connections
i.C
• Modem is abbreviation of • offer connections to the Internet at
modulator/demodulator. gr considerably faster connection
speeds.
tiA
or
.H
w
w
W
136 Www.HortiAgri.Com
Introduction to Computer Applications
om
– BSNL (Bharat Sanchar Nigam Limited)
– Satyam Onlile
i.C
Communication Software gr
• Computer needs communicate
tiA
• on software to allow you to get connected to, and interact with, the Internet.
• Communication software is of two types:
or
137 Www.HortiAgri.Com
Introduction to Computer Applications
• The basic idea of the WWW was to merge the technologies of personal computers,
computer networking and hypertext into a powerful and easy to use global information
om
system.
• The World Wide Web, abbreviated as WWW and commonly known as The Web, is a
i.C
system of interlinked hypertext documents contained on the Internet.
• With a web browser, one can view web pages that may contain text, images, videos, and
gr
other multimedia and navigate between them by using hyperlinks.
tiA
Hypertext
or
• Apart from running text, hypertext may contain tables, images and other presentational
w
devices. Hypertext is the underlying concept defining the structure of the World Wide
Web, making it an easy-to-use and flexible format to share information over the Internet.
W
Web Browser
• A web browser is a software application for retrieving, presenting, and traversing
information resources on the World Wide Web. An information resource is identified by a
Uniform Resource Locator (URL) and may be a web page, image, video, or other piece
of content.
• Example of Web Browser:
o Mosaic
o Internet Explorer
o Netscape Navigator
138 Www.HortiAgri.Com
Introduction to Computer Applications
o Mozilla Firefox
• W3 contains several millions of pages of information. Each of these pages is called a Web
Page.
• A webpage or web page is a document or resource of information that is suitable for the
World Wide Web and can be accessed through a web browser and displayed on a computer
screen.
• A web page can contain text, pictures, sound, animation and video.
• A group of related web pages that are linked together form a Web Site.
om
• The first page of a web site is called the Home Page.
• The Home Page shown below is the Home Page of the official website of Tail Nadu
i.C
Agriculture University.
gr
tiA
or
.H
w
w
W
139 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
gr
tiA
or
.H
w
w
W
140 Www.HortiAgri.Com
Introduction to Computer Applications
om
Example: http://www.usd.edu/trio/tut/start/url.html
i.C
http:// protocol – rules through which transmission takes place over the
internet.
gr
tiA
www.usd.edu/ server name - computer domain name
Search Engine
w
• A web search engine is designed to search for information on the World Wide Web. The
W
search results are usually presented in a list of results and are commonly called hits.
• Few examples of web search engines are:
Google.com
Ask.com
141 Www.HortiAgri.Com
Introduction to Computer Applications
Yahoo.com
Bing.com
TripleMe.com
Shopzilla.com
om
i.C
gr
tiA
or
.H
w
w
W
142 Www.HortiAgri.Com
Introduction to Computer Applications
LECTURE SCHEDULE 16
• Reading information contained in the WebPages on the Internet using browsers is called
web browsing.
om
i.C
Understand the browsers
gr
tiA
or
.H
w
w
W
143 Www.HortiAgri.Com
Introduction to Computer Applications
• In the address bar of the browser enter the address of the website or enter the address
of the any search engine.
• If the address entered is a website then the corresponding webpage will get displayed.
• If the address entered is of a search engine (For example Google) then the webpage of
the corresponding search engine will get displayed as shown below:
om
i.C
gr
tiA
or
.H
w
w
W
• In the search tab enter the information about your search. For example if you want to
browse about computers enter the computers in the search tab.
144 Www.HortiAgri.Com
Introduction to Computer Applications
• A set of pages with the links to the webpages which contain information about computer
as shown below:
om
i.C
gr
tiA
or
.H
w
w
W
• Clicking the links desired by you will be taking you to those webpages.
145 Www.HortiAgri.Com
Introduction to Computer Applications
• To return to the last page you visited, click the Back button on the browser toolbar.
• Click the Forward button to retrace your steps and return to pages you visited before you
clicked the Back button.
• To see one of the last nine pages you visited in this session, click the tiny black arrow to the
right of the Back or Forward button, and then click the page you want from the list.
om
i.C
gr
Forward button on the Internet Explorer 6 toolbar
tiA
Find a Web Page That You Visited Today or a Few Weeks Ago
or
The browsers automatically records Web pages you've visited both today and in the past. It
organizes them in folders on the History bar by the day you visited. Within each day, it
.H
organizes the Web sites alphabetically in folders, putting each page visited on that site in that
w
Internet Explorer 6 opens the History bar on the left side of the screen.
146 Www.HortiAgri.Com
Introduction to Computer Applications
display the Web page itself. (Marked (3) as in the figure shown in Step 4.)
4.
om
i.C
gr
History bar showing Web pages sorted by time period
5. When you've finished using the History bar, click the Close button.
tiA
or
.H
Electronic Mail
• Electronic mail, most commonly abbreviated email or e-mail, is a method of exchanging
w
digital messages.
w
computer systems accept, forward, deliver and store messages on behalf of users, who
only need to connect to the e-mail infrastructure, typically an e-mail server.
147 Www.HortiAgri.Com
Introduction to Computer Applications
om
i.C
Creating Email
gr
The users can have email account in any one of the email services such as gmail, yahoomail,
tiA
rediffmail etc.
To create an email account in any one these email services the user need to enter the address
or
If you are a new user then the service will guide step by step to create your own email id.
w
Email Addresses
w
W
Email addresses are made up of at least two parts. One part is the name of a mail domain that
will ultimately translate to either the recipient's host or some host that accepts mail on behalf of
the recipient. The other part is some form of unique user identification. Most e-mail addresses
are set up like this: it is your username, then an @ ('at') symbol, and then a domain name
(something .com, .net, or .org in most cases).
148 Www.HortiAgri.Com
Introduction to Computer Applications
Using Email
Using e-mail is rather straightforward. Once you have an account set up, select the option that
says something like "new e-mail message" or "create a new message". The service will prompt
with three boxes (called fields):
• To:
• Subject:
• Body
• Attachment
To field: In the To field type the complete e-mail address of the person who will receive the e-
om
mail.
i.C
Subject and Body fields: Type anything you want in the subject and body fields, but remember
the length of the subject is limited. gr
tiA
Attachments: Click the Attach a file or Attachment link to add files to the message.
Once filling all the required fields and attaching files to the message click Send button to send
the message.
w
w
You can forward (make a copy) of a message you receive from someone (if you have their
permission if necessary) and mail it to someone else with the forward option.
W
CC and BCC
CC stands for carbon copy. If you want to send a message to multiple people, add the extra
people in the CC: field (usually you separate their e-mail addresses by commas).
BCC stands for blind carbon copy. BCC works just like a carbon copy, except the e-mail
addresses you type in BCC do not show up to the other recipients. (Example: You send a
message To: Mary and BCC: Joey. Joey will see Mary's e-mail address, but Mary won't see
Joey's e-mail address because you "blinded" it by putting it in the BCC field.)
149 Www.HortiAgri.Com
Introduction to Computer Applications
CAUTION: You can also get viruses by downloading executable files (usually .com and .exe on
Windows computers) from web sites. Don't download or run executable files from web sites you
don't trust.
om
i.C
gr
tiA
or
.H
w
w
W
150 Www.HortiAgri.Com
Introduction to Computer Applications
[email protected]
Www.HortiAgri.Com
YouTube -HortiAgri
Android App -HortiAgri
The information on this website does not warrant or assume any legal liability or
responsibility for the accuracy, completeness or usefulness of the courseware contents.
om
i.C
gr
tiA
or
.H
w
w
W
151 Www.HortiAgri.Com