10 Ways to Learn a Software

Following tips help you to learn a software in lesserCtrl+Shift+S - Save As
time and in an efficient manner:1. After installing aCtrl+P - Print
software package, look for any README file in theCtrl+X - Cut
installed folder. Besides company and product details, itCtrl+C - Copy
may give an overview of features, usages andCtrl+V - Paste
limitations of the software.2. Next run the softwareCtrl+F - Find6. Next have a look on various tool-bars
and have a feel of the look of the software.that are present below menu-bars. They provide a
Identify the different parts of its main screen.3. Lookvisual shortcut to the desired operation. Examples are
for the information shown in the TITLE-BAR of thea paper folder on top right corner for NEW, an opened
main screen.folder for OPEN, a scissor for CUT, two papers for
Usually, it shows the product name. If the application isCOPY, a paper on clamp-pad for PASTE, floppy icon
SDI (Single Document Interface like Notepad) or MDIfor SAVE and printer ICON for PRINT. A book or
(Multiple Document Interface like MS Word) thenquestion mark icon represents HELP.7. If the package
title-bar will also contain name of the opened file.is a development tool then start with the sample
Similarly, there may be STATUS-BAR at the bottomapplications provided with it. It will help you understand
that shows the operation being performed.4. Thenwhat functionality level the package can provide. Also,
comes the main MENU-BAR. Most of the GUI basedyou may need not start your application from scratch;
software have common menu-items. So its better toit can be dervied from one of the sample application
learn once-for-all. Some of the common menu-items(provided source code is available).8. Mostly, the
are:FILE, EDIT, VIEW, TOOLS, WINDOWS, HELP.Eachmenu-item name will tell its functionality. Even if it does
of these names are intuitive itself.-The FILE menu willthen also try each operation available in the package.9.
have operations NEW, OPEN, SAVE, SAVE AS,You can master a software with its usage and little
PAGE SETUP, PRINT,CLOSE and EXIT.-Similarly, EDITstudy. The best place for getting some help is the
menu contains editing operations like CUT, COPY,in-built help provided in the package itself.10. Remember
PASTE, FIND AND REPLACE.-The VIEW menu helpsInternet is always there to solve your problem. Use a
in controlling the view of the software GUI. You cansearch-engine with appropriate phrase to get the best
switch on-off various toolbars.-The TOOLS menumaterial available as solution to your query. You can
usually have options to customize the software youvisit my website: for Tips and Tricks for various
like and also other supporting functionalities likesoftwares, programming langauages and links to ther
Read-Aloud function in a word processoruseful material available on the Internet.Syed Feroz
package.-The HELP menu may contain GETTINGZainvi has obtained M.Tech. (Comp Sc & Engg)
STARTED tutorial, detailed indexed and searchabledegree from Indian Institute of Technology, Delhi
help and ofcourse, a popup dialog-box that shows(INDIA). His areas of interests are distributed computing,
information about the software. It may also contain acomputer graphics and Internet Technologies. Currently,
link to website of the product.5. Once acquainted withhe is involved in Software Project Planning,
different menu and their menu-items, look at eachDevelopment and Management. His other interests
menu again to find shortcuts to them. For example,include writing for magazines and contributing utility
Alt+F will take you to File menu. Some commonsoftwares on Magazine's CDs. He also have flair for
shortcuts are:Ctrl+N - Newteaching computer science with new teaching
Ctrl+O - Openmethodologies.
Ctrl+S - Save