Monday, April 5, 2010

isro questions

hi friends i collect some of previous year isro questions nd put it in word format
those who are appearing isro examcan use this
link http://rapidshare.com/files/372248437/tech_papers.doc

standards n definitions




























Select from the choices above.

Please send all questions & assignments to:
dsolarek@eng.utoledo.edu

GLOSSARY OF INTERNET TERMS AND NAMES

Anonymous FTP (Anonymous File Transfer Protocol)
The procedure of connecting to a remote computer, as an anonymous or guest user, in order to transfer public files back to your local computer. (See also: FTP and Protocols)

Archie
A system for locating information in files and directories which are publically available through anonymous FTP. A program which automatically polls Internet FTP sites to determine what directories exist and their actual contents. A searchable index results.

ASCII (American Standard Code for Information Interchange)
The acronym is pronounced "ask-ee." ASCII is an international standard in which numbers, letters, punctuation marks, symbols and control codes are assigned numbers from 0 to 27. Easily transferred over networks, ASCII is a plain, unadorned text without style or font specifications.

Backbone Network
A network that connects other networks.

BBS (Bulletin Board System)
An acronym for Bulletin Board System, a computer equipped with software and telecommunications links that allow it to act as an information host for remote computer systems. Also called electronic bulletin board.

Binary
Term used to describe a computer file whose data is encoded in binary format. The contents of a binary file are not text-based.

BITNET (Because It's Time Network)
A cooperative computer network interconnecting over 2,300 academic and research institutions in 32 countries. Originally based on IBM's RSCS networking protocol, BITNET supports mail, mailing lists, and file transfer. Now merging with CSNET and running the RSCS protocol over TCP/IP protocol (BITNET II), the network will be called Computer Research and Education Network (CREN).

Browser
A program which sends requests for information across the Internet and displays the information when it is received. See also Web client program.

CERN
The European Laboratory for Particle Physics in Geneva, Switzerland, where the World Wide Web was first developed.

Client
A computer that has access to services over a computer network. The computer providing the services is a server.

Client-Server Architecture
An information-passing scheme that works as follows: a client program, such as Netscape, sends a request to a server. The server takes the request, disconnects from the client and processes the request. When the request is processed, the server reconnects to the client program and the information is transferred to the client. This architecture differs from traditional Internet databases where the client connects to the server and runs the program from the remote site.

Client-Server Interface
A program that provides an interface to remote programs (called clients), most commonly across a network, in order to provide these clients (a program on your computer) with access to some information service such as databases, printing, etc. In general, the clients act on behalf of a human user.

CREN (Computer Research and Education Network)
Computer Research and Education Network is the new name for the merged computer networks, BITNET and Computer Science Network (CSNET). It supports electronic mail and file transfer.

Cyberspace
A term coined by William Gibson in his novel "Neuromancer" to refer to a near-future computer network where users mentally travel through matrices of data. The term is now used to describe the Internet and the other computer networks.

DNS (Domain Name System)
The Internet naming scheme which consists of a hierarchical sequence of names, from the most specific to the most general (left to right), separated by dots, for example strong>uoft02.utoledo.edu, baddog.sp.utoledo.edu, or nic.ddn.mil. (See also: IP address)

Downloading
The electronic transfer of information from one computer to another. On the Internet, downloading is most generally from a remote host computer (of unknown type or size) to your local microcomputer.

Electronic Bulletin Board
A shared file where users can enter information for other users to read or download. Many bulletin boards are set up according to general topics and are accessable throughout a network. Also called a BBS.

E-Mail (electronic mail)
A system that enables the exchange of messages between network users or groups of network users.

FAQ (Frequently Asked Questions)
This is the acronym for Frequently Asked Questions. FAQs are a common feature on the Internet. As the name indicates, they are files of answers to commonly asked questions. Read FAQs before wasting electrons asking obvious questions. Saves you from receiving flames.

Finger
A program that searches for and displays information about a particular user, or all users, logged onto a network system. The information displayed usually includes the individual's full name, last login time, idle time, connect time, and their terminal location.

Firewall
This term refers to security measures designed to protect a networked system from unauthorized or unwelcome access.

Flame
Definition

FTP (File Transfer Protocol)
The File Transfer Protocol allows a user to transfer files electronically from remote computers back to the user's computer. Part of the TCP/IP/TELNET software suite.

Gateway
Used in different senses (e.g., Mail Gateway, IP Gateway), but most generally, a computer that forwards and routes data between two or more networks of any size.

GIF (Graphics Interchange Format)
A standard graphics file format developed by CompuServe, Inc.

Gopher
A text-oriented, hierarchically organized, distributed information service that uses a simple protocol to enable Gopher clients to access information from any other accessible Gopher server.

Gopherspace
The collection of all interconnected Gopher servers.

Home Page
A hypertext document which is intended as the primary starting point for exploring the World Wide Web. The content of a particular home page depends upon its author and its intended use.

Host Computer
In the context of networks, a computer that directly provides service to a user. In contrast to a network server, which provides services to a user through an intermediary host computer.

HTML (Hypertext Markup Language)
Language used to create (code) documents which are to be accessed on the World Wide Web and displayed by graphical browsers. The elements of the language are a series of informational tags which define the manner in which the text and graphic components of a document are to be displayed. For example, HTML tags include
for centering and for italics.

http (hypertext teleprocessing protocol)
The method used to access an information resource (document) on the World Wide Web which was created using HTML.

Hyperlink
A text or image link to addional information resources. Usually activated by clicking the mouse pointer on the text or image itself.

Hypertext
Text on an HTML document which has been organized to provide links between other elements of the same document or other documents on the World Wide Web. Selecting a hypertext link (usually by clicking the mouse pointer on the text itself) will summon up additional information.

Internet
The series of interconnected networks that includes local area, regional, and national backbone networks. Networks in the Internet use the same telecommunications protocol (TCP/IP) and provide electronic mail, remote login, and file transfer services.

InterNIC (Internet Network Information Center)
A network information services manager which provides registration, directory, database, and information services. Funded by NSF.

IP (Internet protocol)
The Internet standard protocol that provides a common layer over dissimilar networks, used to move packets among host computers and through gateways if necessary.

IP Address
The numeric address of a computer connected to the Internet; also called Internet address.

JPEG (Joint Photographic Experts Group)
JPEG is an image compression format used to transfer color photographs and images over computer networks. Along with GIF, it's one of the most common ways photos are moved over the Web.

Links
These are the hypertext connections between Web pages. This is a synonym for hotlinks or hyperlinks.

Listserv Lists (or listservers)
Electronic discussion of technical and nontechnical issues conducted by electronic mail over BITNET using LISTSERV protocols. Similar lists, often using the UNIX readnews or rn facilty, are available exclusively on the Internet. Internet users may subscribe to BITNET listservers. Participants subscribe via a central service, and lists often have a moderator who manages the information flow and content.

Modem
This is the abbreviation for MOdulator-DEModulator, an electronic device which converts (modulates) digital data from the computer to a form which can be transmitted over the telephone (analog) line. The modem also converts the telephone line data back to computer data (demodulates).

NCSA
This is the abbreviation for National Center for Supercomputing Applications at the University of Illinois in Urbana-Champaign.

Network Server
A program which provides service to a user (human being) by responding to requests from other programs (clients). This term is also used to refer to the actual computer system on which the server program runs.

NIC (Network Information Center)
A NIC provides administrative support, user support, and information services for a network.

NREN
The National Research and Education Network is a proposed national computer network to be built upon the foundation of the NSF backbone network, NSFnet. NREN would provide high speed interconnection between other national and regional networks. SB 1067 is the legislative bill proposing NREN.

OPAC (Online Public Access Catalog)
Online Public Access Catalog, a term used to describe any type of computerized library catalog.

OSI (Open Systems Interconnection)
This is the evolving international standard under development at ISO (International Standards Organization) for the interconnection of cooperative computer systems. An open system is one that conforms to OSI standards in its communications with other systems.

MPEG (Motion Picture Experts Group)
Refers to the format for files containing motion pictures developed by this group.

Operating System
A set of basic programs responsible for the actual operation of a computer.

Ping (Packet Internet Gopher)
A program designed to test the availability of a remote host.

PPP (Point to Point Protocol)
An Internet protocol for connecting computers over a serial line.

Protocol
A mutually determined set of formats, rules, and procedures governing the exchange of information between computer systems and / or computer programs. In other words, the rules and language that one program (running on a local computer) uses to communicate to another program (running on a remote computer).

Proxy
A computer sevurity program which controls the access to a computer system.

Remote Access
The ability to access a computer from outside a building in which it is housed, or outside the library. Remote access requires communications hardware, software, and actual physical links, although this can be as simple as common carrier (telephone) lines or as complex as Telnet login to another computer across the Internet.

Search Engine
This term refers to a program that helps users find information in text-oriented databases.

Server
A computer system that manages and delivers information for client computers.

Shareware
Computer software (usually for the microcomputer), distributed through public domain channels (you can give away copies), for which the author of the software expects to receive compensation (if you use it, you are expected to send in some money).

SLIP (Serial Line Internet Protocol)
An Internet protocol for connecting computers over the telephone line or other serial lines.

TCP/IP
Transmission Control Protocol/Internet Protocol is a combined set of protocols that performs the transfer of data between two computers. TCP monitors and ensures correct transfer of data. IP receives the data from TCP, breaks it up into packets, and ships it off to a network within the Internet. TCP/IP is also used as a name for a protocol suite that incorporates these functions and others.

TELNET or TN
A portion of the TCP/IP suite of software protocols that handles terminals. Among other functions, it allows a user to log in to a remote computer from the user's local computer.

Terminal
A display device used with mainframe and minicomputer systems. Terminals do not normally have any local computing capabilities. Sometimes called "dumb terminals" because of this lack of computing capacity.

Terminal Emulation
Most communications software packages will permit your personal computer or workstation to communicate with another computer or network as if it were a specific type of terminal directly connected to that computer or network.

Terminal Server
A machine that connects terminals to a network by providing host TELNET service.

TN3270
A version of TELNET providing IBM full-screen support.

UNIX
A computer operating system which is machine independent. UNIX was developed at Bell Laboratories.

URL (Uniform Resource Locator)
The addressing scheme for information resources on the World Wide Web.

WAIS (Wide Area Information Server)
A database of databases. One of the first programs based on the Z39.50 standard. A network information system allowing for full-text document searching independent of hardware and software differences.

Webmaster
This term is often used to refer to the person in charge of administrating a World Wide Web site.

Web Browser
A program which uses a graphical approach to finding and displaying the information on the Internet.

World Wide Web (WWW)
A hypertext-based, distributed information system in which users may create, edit, and browse hypertext documents. Also called W3 or simply "the Web."

Z39.50 Protocol
Name of the national standard developed by the National Information Standards Organization (NISO) that defines an applications level protocol by which one computer can query another computer and transfer result records, using a canonical format. This protocol provides the framework for OPAC users to search remote catalogs on the Internet using the commands of their own local systems. Projects are now in development to provide Z39.50 support for catalogs on the Internet. SR (Search and Retrieval), ISO Draft International Standard 10162/10163 is the international version of Z39.50.




Added to the Web: November 30, 1997.
Last updated: August 22, 1998.
Web page design by Dan Solarek.
http://cset.sp.utoledo.edu/

Friday, April 2, 2010

An A-Z Index of the Windows XP command line

commands are

ADDUSERS Add or list users to/from a CSV file


ARP Address Resolution Protocol

ASSOC Change file extension associations•

ASSOCIAT One step file association

ATTRIB Change file attributes

b

BOOTCFG Edit Windows boot settings

BROWSTAT Get domain, browser and PDC info

c

CACLS Change file permissions

CALL Call one batch program from another•

CD Change Directory - move to a specific Folder•

CHANGE Change Terminal Server Session properties

CHKDSK Check Disk - check and repair disk problems

CHKNTFS Check the NTFS file system

CHOICE Accept keyboard input to a batch file

CIPHER Encrypt or Decrypt files/folders

CleanMgr Automated cleanup of Temp files, recycle bin

CLEARMEM Clear memory leaks

CLIP Copy STDIN to the Windows clipboard.

CLS Clear the screen•

CLUSTER Windows Clustering

CMD Start a new CMD shell

COLOR Change colors of the CMD window•

COMP Compare the contents of two files or sets of files

COMPACT Compress files or folders on an NTFS partition

COMPRESS Compress individual files on an NTFS partition

CON2PRT Connect or disconnect a Printer

CONVERT Convert a FAT drive to NTFS.

COPY Copy one or more files to another location•

CSCcmd Client-side caching (Offline Files)

CSVDE Import or Export Active Directory data

d

DATE Display or set the date•

DEFRAG Defragment hard drive

DEL Delete one or more files•

DELPROF Delete NT user profiles

DELTREE Delete a folder and all subfolders

DevCon Device Manager Command Line Utility

DIR Display a list of files and folders•

DIRUSE Display disk usage

DISKCOMP Compare the contents of two floppy disks

DISKCOPY Copy the contents of one floppy disk to another

DISKPART Disk Administration

DNSSTAT DNS Statistics

DOSKEY Edit command line, recall commands, and create macros

DSACLs Active Directory ACLs

DSAdd Add items to active directory (user group computer)

DSGet View items in active directory (user group computer)

DSQuery Search for items in active directory (user group computer)

DSMod Modify items in active directory (user group computer)

DSMove Move an Active directory Object

DSRM Remove items from Active Directory

e

ECHO Display message on screen•

ENDLOCAL End localisation of environment changes in a batch file•

ERASE Delete one or more files•

EVENTCREATE Add a message to the Windows event log

EXIT Quit the current script/routine and set an errorlevel•

EXPAND Uncompress files

EXTRACT Uncompress CAB files

f

FC Compare two files

FIND Search for a text string in a file

FINDSTR Search for strings in files

FOR /F Loop command: against a set of files•

FOR /F Loop command: against the results of another command•

FOR Loop command: all options Files, Directory, List•

FORFILES Batch process multiple files

FORMAT Format a disk

FREEDISK Check free disk space (in bytes)

FSUTIL File and Volume utilities

FTP File Transfer Protocol

FTYPE Display or modify file types used in file extension associations•

g

GLOBAL Display membership of global groups

GOTO Direct a batch program to jump to a labelled line•

GPUPDATE Update Group Policy settings

h

HELP Online Help

i

iCACLS Change file and folder permissions

IF Conditionally perform a command•

IFMEMBER Is the current user in an NT Workgroup

IPCONFIG Configure IP

k

KILL Remove a program from memory

l

LABEL Edit a disk label

LOCAL Display membership of local groups

LOGEVENT Write text to the NT event viewer

LOGOFF Log a user off

LOGTIME Log the date and time in a file

m

MAPISEND Send email from the command line

MBSAcli Baseline Security Analyzer.

MEM Display memory usage

MD Create new folders•

MKLINK Create a symbolic link (linkd)

MODE Configure a system device

MORE Display output, one screen at a time

MOUNTVOL Manage a volume mount point

MOVE Move files from one folder to another•

MOVEUSER Move a user from one domain to another

MSG Send a message

MSIEXEC Microsoft Windows Installer

MSINFO Windows NT diagnostics

MSTSC Terminal Server Connection (Remote Desktop Protocol)

MUNGE Find and Replace text within file(s)

MV Copy in-use files

n

NET Manage network resources

NETDOM Domain Manager

NETSH Configure Network Interfaces, Windows Firewall & Remote access

NETSVC Command-line Service Controller

NBTSTAT Display networking statistics (NetBIOS over TCP/IP)

NETSTAT Display networking statistics (TCP/IP)

NOW Display the current Date and Time

NSLOOKUP Name server lookup

NTBACKUP Backup folders to tape

NTRIGHTS Edit user account rights

p

PATH Display or set a search path for executable files•

PATHPING Trace route plus network latency and packet loss

PAUSE Suspend processing of a batch file and display a message•

PERMS Show permissions for a user

PERFMON Performance Monitor

PING Test a network connection

POPD Restore the previous value of the current directory saved by PUSHD•

PORTQRY Display the status of ports and services

POWERCFG Configure power settings

PRINT Print a text file

PRNCNFG Display, configure or rename a printer

PRNMNGR Add, delete, list printers set the default printer

PROMPT Change the command prompt•

PsExec Execute process remotely

PsFile Show files opened remotely

PsGetSid Display the SID of a computer or a user

PsInfo List information about a system

PsKill Kill processes by name or process ID

PsList List detailed information about processes

PsLoggedOn Who's logged on (locally or via resource sharing)

PsLogList Event log records

PsPasswd Change account password

PsService View and control services

PsShutdown Shutdown or reboot a computer

PsSuspend Suspend processes

PUSHD Save and then change the current directory•

q

QGREP Search file(s) for lines that match a given pattern.

r

RASDIAL Manage RAS connections

RASPHONE Manage RAS connections

RECOVER Recover a damaged file from a defective disk.

REG Registry: Read, Set, Export, Delete keys and values

REGEDIT Import or export registry settings

REGSVR32 Register or unregister a DLL

REGINI Change Registry Permissions

REM Record comments (remarks) in a batch file•

REN Rename a file or files•

REPLACE Replace or update one file with another

RD Delete folder(s)•

RMTSHARE Share a folder or a printer

ROBOCOPY Robust File and Folder Copy

ROUTE Manipulate network routing tables

RUNAS Execute a program under a different user account

RUNDLL32 Run a DLL command (add/remove print connections)

s

SC Service Control

SCHTASKS Schedule a command to run at a specific time

SCLIST Display NT Services

SET Display, set, or remove environment variables•

SETLOCAL Control the visibility of environment variables•

SETX Set environment variables permanently

SFC System File Checker

SHARE List or edit a file share or print share

SHIFT Shift the position of replaceable parameters in a batch file•

SHORTCUT Create a windows shortcut (.LNK file)

SHOWGRPS List the NT Workgroups a user has joined

SHOWMBRS List the Users who are members of a Workgroup

SHUTDOWN Shutdown the computer

SLEEP Wait for x seconds

SLMGR Software Licensing Management (Vista/2008)

SOON Schedule a command to run in the near future

SORT Sort input

START Start a program or command in a separate window•

SU Switch User

SUBINACL Edit file and folder Permissions, Ownership and Domain

SUBST Associate a path with a drive letter

SYSTEMINFO List system configuration

t

TASKLIST List running applications and services

TASKKILL Remove a running process from memory

TIME Display or set the system time•

TIMEOUT Delay processing of a batch file

TITLE Set the window title for a CMD.EXE session•

TLIST Task list with full path

TOUCH Change file timestamps

TRACERT Trace route to a remote host

TREE Graphical display of folder structure

TYPE Display the contents of a text file•

u

USRSTAT List domain usernames and last login

v

VER Display version information•

VERIFY Verify that files have been saved•

VOL Display a disk label•

w

WHERE Locate and display files in a directory tree

WHOAMI Output the current UserName and domain

WINDIFF Compare the contents of two files or sets of files

WINMSD Windows system diagnostics

WINMSDP Windows system diagnostics II

WMIC WMI Commands

x

XCACLS Change file and folder permissions

XCOPY Copy files and folders

:: Comment / Remark•

Commands marked • are Internal commands only available within the CMD shell.

All other commands (not marked with •) are external commands which may be used under the CMD shell, PowerShell, or directly from START-RUN.

 for more reference http://ss64.com/nt/

Thursday, April 1, 2010

இந்தியாவில் புதிய வாங்கிகள் - சண்முகசுந்தரம்


வங்கித்துறையில் தனியார் மேலும் ஈடுபட உதவும் வகையில் உரிமம் வழங்குவது என்ற முடிவை மத்திய அரசு எடுத்திருக்கிறது. இதை நிதியமைச்சர் பிரணாப் முகர்ஜி தன்னுடைய 2010-11-ம் ஆண்டு பட்ஜெட் உரையில் குறிப்பிட்டிருக்கிறார். இதற்கான நடவடிக்கைகளில் இந்திய ரிசர்வ் வங்கி ஈடுபட்டுள்ளது என்று தெரிவித்திருக்கிறார்.
இந்தியாவின் பரப்பளவுக்கும் அதன் மக்கள்தொகைக்கும் வங்கித்துறையின் சேவை முழுமையாகக் கிடைத்துவிடவில்லை என்பதால் மேலும் பல வங்கிகள் தொடங்கப்பட இங்கு நிரம்பவே வாய்ப்புகள் உள்ளன. அதே சமயம் இந்தியாவிலேயே பல வங்கிகள் அதிலும் தனியார் வங்கிகள் முறையற்ற நடவடிக்கைகள் காரணமாக திவாலாகியிருப்பதால் இத்தகைய உரிமம் வழங்குவதற்கு கடுமையான விதிமுறைகளை அரசு கடைப்பிடிப்பது அவசியம்.
சர்வதேச அளவில் புகழ்பெற்ற சத்யம் கம்ப்யூட்டர்ஸ் நிறுவனம் தொடர்பான உண்மைகள் வெளிவந்தபோது நம் நாட்டின் தணிக்கை முறையே வலுவற்றவையோ என்ற சந்தேகம் அனைவருக்கும் ஏற்பட்டது.
ரிசர்வ் வங்கி இந்திய வங்கித்துறையைத் திறமையாகக் கட்டுப்படுத்தினாலும் ஒவ்வொரு வங்கியையும் தன்னுடைய முழுக் கட்டுப்பாட்டில் அதனால் வைத்திருக்க முடியாது. பொதுவான விதிமுறைகளும் வழிகாட்டல்களும் கடைப்பிடிக்கப்படுகின்றனவா என்று மட்டுமே அதனால் பார்க்க முடியும்.
தனியார் துறையில் வங்கிகளைப் புதிதாக மேலும் தொடங்க உரிமம் அளிக்கும்போது, ஏற்கெனவே உள்ள பல தொழில் நிறுவனங்கள் அதற்கு விண்ணப்பிக்கும் என்று தெரிகிறது. சில தொழில் நிறுவனங்கள், குறிப்பாக மோட்டார் வாகன உற்பத்தித்துறையில் உள்ள நிறுவனங்கள் தங்களுடைய வாகனங்களைக் கடனில் வாங்குவதற்கு வசதியாகவே சில நிதி நிறுவனங்களை நடத்தி வருகின்றன. இப்படிப்பட்டவை முறையாகவும், லாபகரமாகவும் இயங்கி வருகின்றன என்பதில் சிறிதளவும் சந்தேகம் இல்லை. ஆனால் இவை போன்ற நிறுவனங்கள் வங்கிகளைத் தொடங்கினால் அவற்றின் நிர்வாகமும் லாபம் ஈட்டும் திறனும் இப்படியே இருக்கும் என்று கூறிவிட முடியாது. அதற்காக சந்தேகப்பட்டு உரிமம் தராமல் இருந்துவிடவும் முடியாது. எனவே ரிசர்வ் வங்கி உரிமம் வழங்குவதற்கு முன்னதாக வங்கித்துறையில் நீண்ட காலம் பணியாற்றிய அரசுத்துறை வங்கிகளின் முன்னாள் நிர்வாகிகளையும், தனியார் துறையின் நிதி நிர்வாக நிபுணர்களையும் அழைத்துப் பேசி, விதிகளையும் வழிமுறைகளையும் உருவாக்குவது நல்லது.
தொழில் நிறுவனங்கள் வங்கிகளைத் தொடங்குவதில் நன்மையும் உண்டு, தீமையும் உண்டு. தீமைதான் நடக்கும் என்று கருதி அனுமதிக்காமலேயே இருப்பது நல்லதல்ல.
அமெரிக்காவில் பொருளாதார மந்த நிலை ஏற்பட்டதும் நிதித்துறையில் நெருக்கடி ஏற்பட்டு தனியார் வங்கிகளும், இன்சூரன்ஸ் நிறுவனங்களும் திவால் ஆனதும் ஒரே சமயத்தில் நிகழ்ந்தன. அப்போதுதான் அளவுக்கு மீறிய செயல்பாட்டுச் சுதந்திரம் தீய விளைவுகளையே ஏற்படுத்தும் என்பது உணரப்பட்டது.
இந்தியாவின் வங்கித்துறை இந்த நெருக்கடி காலத்திலும் சரியாமல் இருந்தது எப்படி என்று மேற்கத்திய நாடுகளின் நிபுணர்கள் வியப்படைந்ததுடன் அதன் கட்டமைப்பைத் தங்கள் நாட்டிலும் கொண்டுவர உறுதி எடுத்துள்ளனர் என்பது நமக்கெல்லாம் பெருமை தரும் விஷயம்.
தனியார் வங்கிகள் குறிப்பிட்ட பிரதேசங்களிலும் குறிப்பிட்ட சில வகுப்பாரிடையேயும் குறிப்பிட்ட சில தொழில்களுக்காக மட்டுமேயும் செயல்பட வாய்ப்பு உண்டு. அத்துறைகளின் அல்லது சமுதாயங்களின் நன்மைக்கு அது பயன்படும் என்றால் அனுமதிப்பதில் தவறில்லை.
விலைவாசி உயர்வால் மக்களின் வாங்கும் சக்தி குறைந்துவரும் இந்த வேளையிலும் மக்களின் சிறுசேமிப்பு பெரிய தொகையாக இருப்பதை மறுக்க முடியாது. வங்கிகளின் சேவை அதிகம் சென்றடையாத பகுதிகளில் தனியார் வங்கிகள் கிளைகளைத் திறந்து சேவை செய்யும் என்று எதிர்பார்க்க முடியாது. அவை நகர்ப்புறங்களில் ஏற்கெனவே வங்கிப் பணிகளுக்குச் சாதகமான இடங்களில்தான் சேவை செய்ய முன்வரும். தனியார் வங்கிகளின் முதல் நோக்கம் லாபம் சம்பாதிப்பதுதான். அப்படி லாபம் சம்பாதிக்க வாடிக்கையாளர்களைத் திருப்திப்படுத்த வேண்டும் என்பதால் விரைவான, கனிவான சேவையை அவை நிச்சயமாக அளிக்கும். அத்தகைய வங்கிகளுக்குச் சிறிது சமுதாய நோக்கமும் இருந்தால் தனியார் வங்கிகளின் வருகையை ஆட்சேபிக்க வேண்டியதில்லை.
வங்கிகளின் வேலை நேரம் இப்போதும்கூட வாடிக்கையாளர்களின் முழுத்திருப்திக்கு ஏற்ப இல்லை என்பதே உண்மை. ஏ.டி.எம். என்று அழைக்கப்படும் 24 மணி நேர பணப்பட்டுவாடா கணினி இயந்திரங்களும் அடிக்கடி பழுதாவதால் நேரடியாகப் பணம் பெறுவதையே வாடிக்கையாளர்கள் விரும்புகின்றனர். அதற்கு வங்கிக் கிளைகளின் எண்ணிக்கை அதிகரிக்க வேண்டும்.
பெரிய தொழில் நிறுவனங்கள் வங்கிகள் தொடங்குவதில் பிரச்னை என்ன இருக்க முடியும் என்று சிலர் கேட்கலாம். அவர்கள் வங்கிகளை நடத்தினால் சிறந்த நிர்வாகிகளையே நியமிப்பார்கள், வங்கிக் கிளைகளும் நல்ல சேவையையே அளிக்கும் என்பதில் எல்லாம் சந்தேகமே இல்லை. ஆனால் அவற்றின் செல்வாக்கு காரணமாக அந்த வங்கிகளைக் கண்காணிக்கவும் வழிநடத்தவும் வேண்டிய அமைப்புகள் சற்று தடுமாறவே செய்யும்.
இதனால் ஏதேனும் தவறு நிகழ்ந்தால்கூட அது உடனே வெளியே தெரியாது. அத்துடன் முறைகேடாக ஏதேனும் நடந்தால் அது முற்றிய பிறகே தெரியவரும். அந்த நேரத்தில் அரசோ, ரிசர்வ் வங்கியோ தலையிட்டால்கூட பிரச்னையைத் தீர்க்க முடியாது. இதுதான் மிகப்பெரிய தொழில் நிறுவனங்களை வங்கிகள் தொடங்க அனுமதிப்பதில் உள்ள சிக்கல். அத்துடன் அந்த வங்கிக்கு கிடைக்கும் நிதியில் கணிசமான பங்கு அந்தத் தொழில் நிறுவனத்தின் வர்த்தக நடவடிக்கைகளுக்குச் சாதகமாகவே திருப்பி விடப்படுவதும் நடைபெறும். இதனால்தான் தயக்கங்கள் இருக்கின்றன.
அமெரிக்காவில் முதலீட்டாளர்கள் தொழில் நிறுவனங்களின் துணை நிறுவனங்களில் முதலீடு செய்த நிதிகூட அவர்களுக்குத் தெரிவிக்கப்படாமல் பங்குச் சந்தையில் முதலீடு செய்யப்பட்டது. பங்குச் சந்தை வீழ்ச்சி அடைந்தபோது இந்த முறைகேடு வெளியே தெரிந்தது. எனவே பிரிட்டிஷ் அரசு விழித்துக் கொண்டு, முதலீட்டாளர்கள் அன்றாடம் பங்குச் சந்தைகளில் முதலீடு செய்யும் தொகை எங்கே, எப்படிப் பெறப்பட்டது என்ற கணக்கையும் தர வேண்டும் என்று புதிய விதியைப் புகுத்தியிருக்கிறது.
இவற்றையெல்லாம் நெஞ்சில் நிறுத்தி இந்திய ரிசர்வ் வங்கியும் இதில் மேற்கொண்டு தீவிரம் காட்டலாம் என்பதையே குறிப்பிட விரும்புகிறோம்.

Wednesday, March 24, 2010

Basics of satellite communication


To know the basics of the satellite communication

REFER
http://www.californiaspaceauthority.org/html/visions-from-above/main.html..

here some of the concepts are given below .
There are many kinds of satellites and many ways of building a satellite. Most satellites have similar parts, however. These parts include
(1) radios to talk to people on earth;
(2) rockets to move the satellite in space;
(3) batteries to supply energy; and
(4) computers to control the satellite. Some satellites also have cameras to take pictures from space
PICTURE: Refer:http://www.fcc.gov/cgb/kidszone/satellite/kidz/images/sat_parts.png

DIFFERENT PARTS
  • Antennas and transceivers send and receive radio signals to and from the Earth or another satellite;
  • Rocket motors move the satellite in space;
  • Fuel tanks store the fuel for the rocket;
  • Solar panels use solar cells to turn the sun's energy into electricity;
  • Batteries store the electricity generated by the solar panels; and.
  • On-board processors provide the “brain” of the satellite and tell the satellite to do what humans want it to do

Saturday, March 6, 2010

ENGIEWS


- PROGRESS TOWARDS SUCCESS



VISION:

“To express ourselves (thoughts, views, opinions etc) independently that lead us in the right direction towards success.!!!”



We are happy to inform you all that we started a blog in the name ENGIEWS (http://engiews.blogspot.com).

It is for all those guys (peoples) who are interested in joining this blog and utilize their time effectively as well as fruitfully.



We began this blog considering this thought,

“A man of ordinary talent will always be ordinary whether he travels or not…

But a man of superior talent will go into pieces if he stays forever in the same place…”



Since we(especially YOUTHS) are of superior talent with extraordinary potential, we are capable of expressing our views independently that would take us at least one step forward in the progress and development of ourselves at first, then our society and finally our nation, INDIA.



This blog mainly helps us to share our views, thoughts, opinions, queries and discussions of all subjects(including education, technology, economics, social activities, politics, entertainment, sports etc) at all levels put to good cause and effect.



“If you want something which you never had before , Do something which you have never done before…”



Therefore , we request all of you to join us with great enthusiasm and commitment. You are free to participate and contribute your own views, thoughts and experiences for this good cause to a great extent..!!!

WITH REGARDS

YUGASIRPI(ME/REMOTE SENSING & WIRELESS SENSOR NETWORK)

SANMUGASUNDARAM(ME/VLSI)

MUTHUKUMAR(ME/COMMUNICATION SYSTEM)