Finance Interview Questions

Tuesday, May 25, 2010

TIPS TO CONTROL HUNGER

1. Drink more water!


Water is the healthiest, cheapest and most easily available appetite suppressant around. Thirst is often mistaken as hunger. Also, foods with high water content can fill you up easily. They naturally pack fewer calories for their volume. Toss together a salad of lettuce, cucumbers.
 
2. Eat small frequent meals.
 
Want to lose weight? Eat more -- frequently, that is. Your body needs food to provide energy, repair damaged muscle tissue, and to carry out various other functions. But there are only so many nutrients it can draw from each meal. Large meals mean more nutrients than your body can handle, thus causing an 'overflow effect'. Thus, go for smaller, more frequent meals. They provide just the right amount of nutrients every few hours, without causing that overflow effect. They also maintain blood sugar levels, thus keeping your appetite and energy levels in control.
 
3. Don't skip meals!

Skipping meals and going too long without food can turn hunger pangs into irresistible cravings. To start with, don't skip breakfast! It is amazing how so many people skip this meal. If you are one of those, change that nasty food habit. NOW! Breakfast is the most important meal of the day. Your first meal of the day helps replenish all those nutrients lost during that all-night fast.
 
4. Sleep and shed those pounds!

Studies have found that people who sleep only five hours every night were 50 per cent more likely to be obese than those who sleep seven to nine hours. Researchers believe lack of sleep affects hormones related to appetite, causing you to gain pounds.
 
5. Eat slowly!

Give it a shot. It actually works. The brain actually takes ten minutes longer than the stomach to receive the message that it is full. Thus, eating too fast might cause you to eat beyond the point of fullness without even realising.
 
6. Eat more whole grains and less refined carbohydrates.

Whole grains, besides being healthier than their 'nutrient-stripped' refined counterparts, are also higher in fibre.
Thus they are more filling and satisfying. While refined carbs -- like idlis, dosas, white bread, white rice -- may be low in fat, they are higher in fibre. You may run the risk of over-consuming calories.

INTERESTING FACTS

1.  The only state allowed to fly its flag at the same height as the U.S. flag is Texas.
2.  The only rock that floats in water is pumice.
3.  The only jointless bone in your body is the hyoid bone in your throat.
4.  The only bone not broken so far during any ski accident is one located in the inner ear.
5.  The only bird that cannot fly is the penguin.
6.  The only 15 letter word that can be spelled without repeating a letter is "uncopyrightable"!
7.  The number 37 will wholly divide (no decimals) into 111, 222, 333, 444, 555, 666, 777, 888, and 999.
8.  The most widely culticated fruit in the world is the Apple.The second is the Pear.
9.  The most common blood type in the world is Type O. The rarest, Type A-H, has been found in less than a    dozen people since the type was discovered.
10. The minarets of the Taj Mahal in India are angled at 88 degrees outwards so that they would not collapse into the structure as an earthquake occur

Saturday, March 20, 2010

FINANCE MATERIAL

  Hiii guys wanna some notes on finance basics . Then watch out this  ........

1. Finance basics     =  To Download       -            click here

Thursday, February 18, 2010

Free Access To Websites Without Registering


Go to-

http://bugmenot.com/ and type the URL of the website you want to log into.

Examples:-

http://www.nytimes.com/, -http://www.winnetmag.com/etcetera. Another (and better) way is changing the user agent of your browser to:
Googlebot/2.1+-http://www.googlebot.com/bot.htm .
This is very easy method in Mozilla's Firefox.


Download and install the User Agent Switcher from-
http://www.chrispederick.com/work/firefox/useragentswitcher/

and add the Googlebot user agent . Enjoy, now browsing entire forum without even needing to login to view restricted areas, and it works on other sites .

Saturday, December 19, 2009

What is my IP address ??

Do you want to know about what is your IP address

when you are connected on the Internet? You can get your answer on several different ways. You can go to whatismyipaddress.com and you'll see your IP and where are you on Google map.

But if you need more information you can
1. Go to Start - Run,
2. Type CMD and press ENTER.
There, just type"ipconfig/all" (without quotes) and press ENTER. You will get more than IP address, you'll see full profile of your connection like on image bellow:

Shortcut to Safely Remove Hardware


To create a new shortcut

1.Right click on your desktop and select New->Shortcut

2.In the location of the item paste RunDll32.exe shell32.dll,Control_RunDLL
hotplug.dll. and click next and then give a Name to your shortcut and click finish.

Go to Desktop and click on the shortcut key .You will get safety remove hardware.

Tuesday, October 20, 2009

How to Remove autorun.inf worms in a System

Now a days in computer drives ar not open in double click and it will open on right click explore it can solved by many methods and follow the code.

This BATCH file program that removes AUTORUN.INF file from the infected computers. A virus or worm creates this file in a root of a drive so that when ever the drive is opened the virus or worm is ran.

Here is a simple code to remove it: (start copying from the next line down):

cd\
c:
attrib -r -s -h autorun.inf
del autorun.inf
d:
attrib -r -s -h autorun.inf
del autorun.inf
e:
attrib -r -s -h autorun.inf
del autorun.inf
f:
attrib -r -s -h autorun.inf
del autorun.inf
g:
attrib -r -s -h autorun.inf
del autorun.inf
h:
attrib -r -s -h autorun.inf
del autorun.inf
i:
attrib -r -s -h autorun.inf
del autorun.inf
j:
attrib -r -s -h autorun.inf
del autorun.inf
k:
attrib -r -s -h autorun.inf
del autorun.inf
l:
attrib -r -s -h autorun.inf
del autorun.inf
m:
attrib -r -s -h autorun.inf
del autorun.inf
n:
attrib -r -s -h autorun.inf
del autorun.inf
o:
attrib -r -s -h autorun.inf
del autorun.inf
p:
attrib -r -s -h autorun.inf
del autorun.inf
q:
attrib -r -s -h autorun.inf
del autorun.inf
r:
attrib -r -s -h autorun.inf
del autorun.inf
s:
attrib -r -s -h autorun.inf
del autorun.inf
t:
attrib -r -s -h autorun.inf
del autorun.inf
u:
attrib -r -s -h autorun.inf
del autorun.inf
v:
attrib -r -s -h autorun.inf
del autorun.inf
w:
attrib -r -s -h autorun.inf
del autorun.inf
x:
attrib -r -s -h autorun.inf
del autorun.inf
y:
attrib -r -s -h autorun.inf
del autorun.inf
z:
attrib -r -s -h autorun.inf
del autorun.inf

copy this in a NOTEPAD file, then save the notepad file as : "file.bat" and then run it to remove all the rubbish of autorun

copy from "CD\" to "del AUTORUN.INF" and added drive letter are for some computers using memory card readers or removable disks. or several harddrives.

well....... i hope this solve the problem....... its fast and relaiable ...


your problem will be fixed after you run that bat file
RESTART