Archive: May 2014

C programme for Double Link-list or Doubly by using structure

C programme for Double Link-list or Doubly by using structure
Link to Turbo C: HERE

/* programme of single Double link-list*/

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>    /* for malloc function */
struct student        /*structure name defined */
{
    int rno;
    char name[20];
    struct student *nadd,*padd;
}*f,*m,*ptr;
void menu();
void create();
void insert();
void insertfirst();
void insertany_before();
void deletefirst();
void deletelast();
void deleteany();
void display();
void ext();
void main()

C programme for Single Link-List by using Structure

C programme for Single Link-List by using Structure

Link to Turbo C: HERE 

/* programme of single link-list*/

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>    /* for malloc function */
struct student        /*structure name defined */
{
    int rno;
    char name[20];
    struct student *add;
}*f,*m,*ptr;
void menu();
void create();
void insert();
void insertfirst();
void insertany_before();
void deletefirst();
void deletelast();
void deleteany();
void display();
void ext();
void main()

Earn Free Recharge officially using website


Hi guys...
While surfing on the net I have found a great site which gives you a chance to earn recharges.
This website tells you to install some applications to your android phone and you can get between upto20 Rs. on each applications....
So don't wait and catch this nice offer today...:)

website link : CLICK HERE

proofs added: -



recharge proof

I hav'nt installed all the applications yet so recharge amount is low, don't go to it just you register on the site and install all the listed apps.
Good luck.
P.S:- Only for android users
website link : CLICK HERE

Amazing Facts You Probably Didn’t Know!

Amazing Facts You Probably Didn’t Know!

Hello everyone,

Ever stumbled upon a fact so fascinating that it completely blows your mind? Well, get ready, because I’ve compiled a list of some incredible and lesser-known facts that will surely amaze you. From unique world records to peculiar animal behaviors, here’s a collection of mind-boggling trivia you might not have heard before!

Fascinating Facts Around the World

  1. The World’s First Undersea Restaurant: ITHAA, located in the Maldives, is the world’s first underwater restaurant. Imagine dining surrounded by panoramic views of the ocean’s marine life!

  2. Hedgehog Heartbeat: On average, a hedgehog's heart beats a whopping 300 times per minute. That’s a lot of beating for such a small creature!

  3. Clinophobia: Have you ever heard of Clinophobia? It’s the fear of going to bed. Yes, there are people who have a genuine fear of sleep!

  4. Crocodile Teeth: Crocodiles have a unique ability to continuously grow new teeth throughout their lifetime to replace the old ones.

  5. Origin of Tablecloths: Did you know that tablecloths were originally used as towels? Guests would wipe their hands and faces with them after a meal!

  6. Continents' Naming Convention: All the continents end with the same letter that they start with. For example, Africa, Asia, Europe, and America.

  7. Boeing 747 Fuel Capacity: A Boeing 747 airliner can hold up to 216,850 liters of fuel. That’s a massive amount to keep those long flights going!

  8. Violin Construction: A violin is made up of around 70 separate pieces of wood. That’s a lot of craftsmanship for such a beautiful instrument!

  9. Leonardo da Vinci's Inventions: Leonardo da Vinci, renowned for his artistic genius, also invented scissors. Who knew?

  10. India's Wireless Growth: India is the fastest-growing country in terms of wireless connections.

  11. Potato Production: India is the second-largest producer of potatoes in the world, with China being the largest.

  12. Cloned Buffalo: Scientists in India produced the world’s first cloned buffalo, and Garima-II, the third cloned buffalo, has given birth to a healthy baby.

  13. World's Largest Human Blood Droplet: 3,069 students from Kurukshetra University set a record by creating the world’s largest human blood droplet, all while dressed in red!

  14. Tokyo Skytree: Tokyo Skytree holds the title for the tallest tower in the world, reaching an impressive height.

  15. River of Five Colors: Cano Cristales in Colombia is known as the “River of Five Colors” due to its vibrant and colorful appearance.

  16. Tiger’s Swimming Ability: Tigers are powerful swimmers and can swim up to 6.5 kilometers in a single stretch!

  17. Longest Word with Left Hand: “Stewardesses” is the longest word you can type using only your left hand.

  18. Indiana University's Library: The main library at Indiana University, USA, sinks over an inch every year due to the weight of the books.

  19. Most Common English Word: The most frequently used English word in writing around the world is “THE.”

  20. India’s Sugar Consumption: As of 2013, India is the world’s largest consumer of sugar.

  21. Sharps Catching: India ranks second after Indonesia in terms of the number of sharps caught each year.

  22. Dried Beans Production: India is the largest producer of dried beans, such as kidney beans and chickpeas.

  23. Smartphone Market: India surpassed Japan to become the third-largest global smartphone market, behind China and the USA.

  24. Elephant Birth Weight: An elephant calf weighs about 120 kilograms at birth. That’s quite a hefty start in life!

  25. Fish Production: The largest quantity of fish in the world is produced by Japan and Russia.

  26. Swan Feathers: A swan has over 25,000 feathers in its body. That’s a lot of feathers to maintain!

  27. The Quick Brown Fox: The sentence “The quick brown fox jumps over the lazy dog” uses every letter in the English alphabet.

  28. No Clocks in Casinos: Las Vegas gambling casinos are famously devoid of clocks to keep you playing without any sense of time.

I hope you enjoyed these amazing facts as much as I did! Feel free to share this post and let me know if you have any other interesting trivia to add.

Thanks for reading!

How to Rotate Your Monitor Screen Without Any Software

How to Rotate Your Monitor Screen Without Any Software

Ever wanted to give your computer screen a twist without installing any extra software? Whether you're looking to prank a friend or just experiment with your display settings, rotating your monitor screen is easier than you might think. With just a few keyboard shortcuts, you can change your screen's orientation quickly. Here's how you can do it:

Rotate Your Screen with Keyboard Shortcuts

Most modern Windows systems come with built-in shortcuts that let you rotate your screen without the need for any additional software. Here's a simple guide to help you rotate your monitor screen:

  1. Press Ctrl + Alt + Left Arrow

    • Rotation: 90 degrees to the left
    • Effect: This will rotate your screen to the left, making it landscape mode with the top of the screen on the left side.
  2. Press Ctrl + Alt + Right Arrow

    • Rotation: 270 degrees to the right
    • Effect: This will rotate your screen to the right, effectively turning it upside down.
  3. Press Ctrl + Alt + Down Arrow

    • Rotation: 180 degrees
    • Effect: This will flip your screen upside down, making the bottom of the screen appear at the top.
  4. Press Ctrl + Alt + Up Arrow

    • Rotation: Returns to the normal view
    • Effect: This will restore your screen to its default orientation.

Why Use Screen Rotation?

  • Fun Pranks: Rotate your friend's screen and watch their reaction as they try to figure out what happened!
  • Work Tasks: Sometimes, rotating your screen can be useful for specific tasks like working with long documents or coding.

Important Notes

  • Compatibility: These shortcuts work on most Windows systems, but the exact functionality might vary depending on your graphics card and driver settings.
  • Resetting: If the shortcuts don’t seem to work, you can always go back to the default settings through your display settings in the Control Panel.

So go ahead and try rotating your screen! It’s a fun way to change things up and might just give you a new perspective on your work. If you're planning to prank a friend, just make sure they know how to switch it back!


 So try to rotate your screen and scare your friends... :-)

How to Flash Nokia S40 Phones

Gyzzzz this is tutorial for flashing a Nokia phone via Phoenix..

Phonix Logo

Tools and Requirements:-

1. PC with Win XP or 7 installed.
2. Nokia USB cable. (came with the phone!)
3. Phoenix 2009 or 2010 or later Versions
4. Offline firmware for your Nokia type. (Size vary 30 MB - 300 MB).
Check your current firmware by pressing*#0000# in your mobile phone. Write down somewhere. Download latest firmware for your phone.
(Just Google for your Nokia s40 handset firmware files or just use NAVIFIRM software)
Preparation:-
1. In your PC. Create restore point through Start-All Programs-Accessories-System Tools-System Restore. Name it 'Before flashing' click create.
Remove Nokia PC Suite, Nokia Software Updater, Nokia Care Suite, Nokia Modem Drivers, Nokia Connectivity Drivers through Control Panel-Add/Remove Programs,
but DO NOT REMOVE PC Connectivity Solution and Windows - Nokia Modem.
Restart your PC.
Do not connect your phone before installing Phoenix software.
Disable all antivirus, firewall, anti-spyware.
Disable screen saver.
Check C:Program files/Nokia/Phoenix/Products If you have those folder in there delete all.
2. In your mobile phone :
Backup all your mobile phone content since all your data will be lost after flashing. (If you phone is dead, skip this step!)
If you protect your memory card with password then remove it.
Remove your memory card from your mobile phone. 

Uninstall your mobile antivirus. (if you have any)
Charge your phone battery to at least 70% and keep charging. (Although flashing takes only 7-10 minutes.)
Steps:-
Install pheonix Software 2009 or later.
Install the software. Be patient, it may take some minutes to install all the components.
Don't run Phoenix software after installation.
Connect your Nokia handset to your PC with USB cable in PC Suite mode.
Windows will start installing the connectivity drivers as soon as you connect the phone.
Let it install completely.- If this process failed then you must be remove PC Connectivity Solution. But don't worry we created restore point earlier remember.- Restore your system and start remove Nokia component again but do not remove PC Connectivity Solution.
Download ur phones firmware and install it in the default location C:Program files/Nokia/Phoenix/Products/RM-XXX where xxx is the number a specific number assigned to each type of nokia phone.

Be sure you install updated firmware. You cannot downgrade your phone's firmware in BB5 phones which includes all new Nokia phones including N-Series. (N82, N90, ....)
3. Flashing Procedure (Updating to latest firmware version):-
 
Open Phoenix Service Software by double click on the icon from your desktop.
Connect your phone in PC Suite Mode.
In Phoenix, click File-Manage Connections.
Now click New. Now select the type of cable you are using. If you are using DKE-2, CA-53 [N Series] cable, select usb. If already usb exists no need for this step.
Click Next. It will find your product and say FOUND. If it doesn't find any, you can try changing your cable type by clicking Back.
Click Next and then Finish.
Now your cable type (US appears in the connection list. Select it. Click APPLY and then CLOSE.
Now select File-OpenProduct.
A list of RM code will open. Select your phone's RM code. Like RM-133 for NokiaN73 or RM-84 for Nokia N70 and other nokia's with there corresponding RM Types but choose the one which corresponds to your phone! Click OK. At this steps if you receive an error its okay. Just ignore it.
Now select File-Scan Product.
Your phone's firmware info will appear at the extreme bottom of the Phoenix window. Now go to Flashing-Firmware Update. A window will open. On that window click Browse button (the one with three dots). Click Refurbish. Now your actual flashing has started. Don't touch your phone or press any button until the flashing has finished. Also don't touch your data cable and your computer system. Remember don't Touch! (Still touching?)- At the end Phoenix will tell you to remove your phone as the flashing has finished. Now wait for your phone to reboot into latest firmware. The flashing procedure takes 7-10 minutes.

NOTE: I'M NOT RESPONSIBLE IF YOUR DEVICE MAY BRICK..

Best Torrent Leeching Sites Of The Year

Best Torrent Leeching Sites Of The Year
Hey friends...
Nowadayzz torrents are most powerful tool in the world of downloads. 
As you know that torrent is a small text file associated with specific content. When the torrent is opened in a bit torrent or utorrent client, transfer of the associated content begins.
If you want to download a torrent you use utorrent or bittorrent client to download its associated files.

But you can download torrents directly in alternative way by leeching sites.
As torrent fans already know that the best torrent leeching site  "Torrefic.com" has banned or had stopped working from past....
years ago. So we missed our favorite torrent site.
But guys don't worry I had found many other alternative sites that can leech torrents with free of cost and more storage space are available on that sites too. So coming to the point I am listing best torrent leeching sites :-   

(1) ZZLBOX.COM

      This website is amazing for the torrents that I have use ever. It provide unlimited storage and gives downloading at maximum speed with resume support when you leech a torrent. It is linked with other website "FURK.NET". when you leech any file in zzlbox it would automatically adds to furk.net and vice-versa.
Link :- ZZLBOX

(2) BOXOPUS.COM

     Another powerfull torrent leecher is boxopus.com. This website also provides unlimited storage in free account and also supports resume. Just signup with social networking sites.
Link :- BOXOPUS

(3) ZBIGZ.COM

    As many of us I think already know about zbigz. This website gives max. of 2 files to leech and download time periods of 7 days. You can also go for premium account. The most amazing thing of this website is that it supports mobile platform.
Link :- ZBIGZ

(4) PUTDRIVE.COM

    Best website to download torrents with many features.
Link :- PUTDRIVE

Remember the more numbers of peers and seeders more will be the leeching speed.
Please must share if you like my post..

Thankyou!

How To Bypass E-mail and SMS Verification

How To Bypass E-mail and SMS Verification
This Simple post by me tells you how to bypass any e-mail or sms verification easily.
From this trick you can make a fake email address and can receive account confirmation links so lets start to know the trick. Whenever you Sign up for an account on a website. And if you don’t wish to give your original email or phone no.  for some reasons for privacy whatever it is then you just follow the simple steps....


 E-MAIL BYPASS
In e-mail id field type "yourname@eyepaste.com" where yourname is the name selected by you and must be @eyepaste.com after yourname should be there.
Now Goto the inbox of eyepaste website by going to "eyepaste.com/inbox/yourname@eyepaste.com" and there u'll find details send to your fake e-mail address.

 SMS BYPASS
Goto "receive-sms-online.com/" and copy one of the numbers from the website and paste it in required phone no.field.
To view the msg simply go to that site and click on the number which you just had copied and there u'll find the details in sms.

Thanks for visit...

How to Fool Your Friends by Changing Your Processor's Name!

How to Fool Your Friends by Changing Your Processor's Name!

Hello Friends...

I’ve got a super funny trick to share today! Ever wanted to trick your friends into thinking you've got a super high-end processor like a Core-i10 or something even more insane? Well, you can easily do this by tweaking your processor’s name via the Registry Editor. It’s a harmless prank that’ll definitely get a few laughs. 😄

Steps to Change Your Processor’s Name:

  1. Open the Registry Editor:

    • First, you’ll need to access the Registry Editor. Just press Windows + R to open the Run dialog, type "regedit", and hit Enter.
  2. Navigate to the Processor Name String:

    • In the Registry Editor, navigate to the following path:
      • HKEY_LOCAL_MACHINE > HARDWARE > Description > System > CentralProcessor > 0.
  3. Modify the Processor Name:

    • Once you’re in the "0" key, you’ll see an entry named "ProcessorNameString" on the right side.
    • Right-click on "ProcessorNameString" and select "Modify".
    • Change the value to whatever processor name you want! Be creative—how about "Core-i10 Ultra Super Edition"? 😜
  4. Exit and Refresh:

    • After making the change, simply exit the Registry Editor and refresh your desktop. Your new processor name will show up in your system properties!

Important Note:

The next time you reboot your system or power it on, it will automatically detect the actual CPU configuration and reset the processor name to its default. So, this trick is perfect for a quick laugh but won't cause any permanent changes. Let your friend be fooled for a moment, and then watch their reaction when they realize the truth!

How to Download YouTube Videos: Simple Methods for PC and Mobile

How to Download YouTube Videos: Simple Methods for PC and Mobile
I often get asked by friends how to download YouTube videos, so I decided to put together a handy guide for all of you who want to save videos for offline viewing. Whether you’re using a PC or mobile device, there are several methods to choose from. Here are some easy ways to download your favorite YouTube content:

Methods to Download YouTube Videos

1. Using Internet Download Manager (IDM)

One of the most popular tools for downloading videos is Internet Download Manager (IDM). Once you install IDM, it integrates with your browser and will automatically detect and fetch videos you’re watching online. You can download the videos in various formats and resolutions.

  • How to Use:
    • Install Internet Download Manager.
    • Open YouTube and play the video you want to download.
    • IDM will offer download options in different formats and resolutions.

2. Using Speedbit Video Downloader

Speedbit Video Downloader is another great tool for downloading videos from YouTube. Once installed, it will add a toolbar to your browser that allows you to easily download videos.

  • How to Use:
    • Install Speedbit Video Downloader.
    • Navigate to the YouTube video you want to download.
    • Use the Speedbit toolbar to start the download.

3. Using "ss" Trick

A quick and simple method involves modifying the YouTube URL. Replace "www." with "ss" in the video link, and it will redirect you to savefrom.net, where you can choose from various download formats.

  • Example:
    • Original Link: http://www.youtube.com/watch?v=bvjHdhfnflkdsn
    • Modified Link: http://ssyoutube.com/watch?v=bvjHdhfnflkdsn
    • This will redirect you to SaveFrom.net with download options.

4. Using Offliberty

Offliberty is a straightforward online tool for downloading both YouTube videos and audio. Just copy and paste the video link into Offliberty’s website and click "OFF" to download.

  • How to Use:
    • Visit Offliberty.
    • Paste the YouTube video link into the provided field.
    • Click "OFF" to start the download.

Final Thoughts

These methods should cover most of your needs for downloading YouTube videos on both PC and mobile devices. Choose the one that best fits your preferences and enjoy your offline videos!

If you found this post useful, feel free to share it with your friends. If you have any other methods or questions, drop a comment below. Thanks for reading!

Add Safemode At Startup

Add Safemode At Startup


By this method you can simply go to safemode w/o pressing any key at startup..

1. R/c on My Computer--Properties--Advanced Tab--Startup and Recovery Settings.
2. Click Edit and add lines after "multi(0)disk(0)rdisk(0)partition(2)’WINDOWS="Microsoft Windows XP Professional" /fastdetect" at the end :
    /safemode:minimal/sos/bootlog
3. Change "Microsoft Windows XP Professional" to "Safemode" or other.
4. Restart your computer.

Make backup of boot.ini before doing above steps.

Unlock the Magic: How to See 3D Photos with Your Naked Eyes!


Hello Fellow Readers,

This article lets you how to see 3D without need of any special 3D spectes.
The point is to teach you how to see 3D photos on the web. There are many different ways to see 3D, with just as many gadgets to help. The technique I will be showing you requires no special equipment. All you need to do is train your eyes to look at these images in what you might call an “unnatural” way.

 What is crossed eyes?
When overlapping stereo pairs without special glasses, you can get the 3D effect by crossing your eyes or diverging your eyes. I prefer the crossed eye method. I find it easier to control, and it is possible to view larger 3D images than with the diverging technique.

How to do it

  • Sit square in front of your monitor, with the image directly in front of you, at about arm’s length
  • Sitting further back makes it easier – you don’t need to cross your eyes as much – but makes the image look smaller
  • Make sure you keep your head level horizontally, tilting your head will prevent you from merging the images
  • While keeping the stereo pair of images in the centre of your vision, slowly cross your eyes
  • The stereo pair will go out of focus and you will seem to see four images, as shown in the animation above
  • If you find it hard to cross your eyes, it can help to hold a pen in front of you and look at the tip with the stereo pair in the background
  • Gradually cross your eyes more and more – if using a pen to assist, start it close to the monitor and move it towards your nose
  • Continue crossing your eyes more, untill the centre two of the four images overlap and you see three blurry images, as in the animation above
  • Try and hold the centre image together – it is possible to “lock” it in place and see it as one image
  • The “locked” centre image should appear in 3D!
  • Now the tricky part, focus – while holding the 3D image in place, relax your eyes – drop the pen from your field of view if you are using it
  • If you can keep the 3D image locked and relax your eyes, it should eventually pop into focus, as in the last frame of the animation above
What you are doing here is causing your eyes to look at a space between you and the monitor, but focusing the lenses on the monitor. Our eyes never naturally need to do this, so it can be tricky to do at first.

Try it!

Try and see the 3D effect yourself with the stereo pair below.



How did you go? If you were able to see the effect, congratulations! It really is very striking isn’t it? If you couldn’t manage to do it after trying for a while, leave it aside and try again tomorrow. It can be tricky to get the first time, but the majority of people can do it. If you find you are unable to see the 3D effect no matter how many times you try, then it may be that you are one of the few who for whatever reason will never be able to do it.

How to Watch a Movie in MS Paint (Yes, Really!)

How to Watch a Movie in MS Paint (Yes, Really!)
Ever wondered if you could watch a movie in MS Paint? It might sound strange, but it's actually possible! Follow these simple steps to play a movie directly in MS Paint. This fun little trick is sure to impress your friends, and it’s a neat way to combine your favorite media player with one of the simplest graphic tools available.

Below are the steps to start a movie in MS-Paint

1. Open the Movie: Start by playing your favorite movie in any media player. For this example, I used VLC Media Player, but you can try it with others too.

2. Launch MS Paint: While the movie is playing, open MS Paint. You can find Paint in your Start menu or simply type "Paint" in the search bar

3. Capture the Screen: When the movie is playing, press the "PRINT SCREEN" key on your keyboard. This will capture whatever is currently displayed on your screen

4. Paste in Paint: Switch to the Paint window and press CTRL+V to paste the screen capture into Paint. You'll see the current frame of the movie pasted as an image

5. Keep the Movie Player Open: Here's the crucial part—leave the movie player open and do not minimize it. As long as the player is still active in the background, Paint will display the movie frame by frame

6. Watch the Movie in Paint: Now, just sit back and watch the movie play within MS Paint! It’s a quirky way to experience your media content, and it shows just how versatile these simple tools can be.

You can also save running movie in paint. Now if you open up your paint file, you can see movie is still running if your movie player is not closed.

How to Block a Website Without Any Third-Party Software

How to Block a Website Without Any Third-Party Software

There are various reasons you might want to block a website: maybe it's distracting, unsuitable for certain audiences, or simply something you'd rather not access. While some antivirus programs offer built-in website-blocking features, there’s an easy method to do this directly using your Windows operating system, without any third-party software.

In this guide, I’ll show you a quick and simple way to block websites by editing your system’s hosts file.

Step-by-Step Guide:

  1. Open My Computer.
  2. Browse to your Windows installation drive (typically the C: drive).
  3. Go to the following path: C:\Windows\System32\drivers\etc
  4. Look for a file named hosts.
  5. Right-click on the hosts file and open it with Notepad with admin privileges.
  6. Scroll down and locate the line: 127.0.0.1 localhost

Now, to block a website, simply add the following lines below it:

127.0.0.1 localhost 127.0.0.1 xyz.com 127.0.0.1 abc.com

Replace xyz.com and abc.com with the actual website URLs you want to block.

7. Save the file.

And that’s it! The websites you listed are now blocked. If you try to open them in any browser, they won’t load.

To unblock a website:
If you ever want to regain access to a blocked site, just reopen the hosts file and delete the line containing that website’s URL. Then, save the file again.

Why This Works:
The hosts file is used to map hostnames to IP addresses. By directing the specified websites to 127.0.0.1 (your localhost), you’re telling your system that those websites should be redirected to your own computer instead of their actual servers, effectively blocking them.

Final Thoughts:
This is a simple, efficient way to block websites without needing any additional software. It’s particularly useful if you want to control access to certain sites on a shared computer.

If you have any questions or need further assistance, feel free to comment below. Don’t forget to share this post if you found it helpful! 😊


Any query then please comment and share... :-)

Unlocking Android: Essential Terminologies You Need to Know!


Hey Everyone,
Today, I’m diving into the world of Android with a list of must-know terminologies that every Android enthusiast should be familiar with. Whether you’re a tech novice or a seasoned pro, understanding these terms can help you make the most of your device. Plus, I’ve thrown in some fun tricks to keep things interesting!

Android logo


AndroidA Linux-based operating system for mobile devices such as HTC EVO.Versions are alphabetically codenamed after snacks: Donut, Eclair, Froyo, Gingerbread, Honeycomb, Ice Cream Sandwich, Jelly Bean.

Apps2SDA method of storing applications and cache on the device's microSD card.

ADBAndroid Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. It is a client-server program that includes three components:

APKAndroid application package file. Each Android application is compiled and packaged in a single file that includes all of the application's code (.dex files), resources, assets, and manifest file. The application package file can have any name but must use the .apk extension. For example: myExampleAppname.apk. For convenience, an application package file is often referred to as an ".apk".  

Baseband: is an adjective that describes signals and systems whose range of frequencies is measured from close to 0 hertz to a cut-off frequency, a maximum bandwidth or highest signal frequency; it is sometimes used as a noun for a band of frequencies starting close to zero. Baseband can often be considered a synonym to lowpass or non-modulated, and antonym to passband, bandpass, carrier-modulated or radio frequency (RF).

Boot Animation: Boot animation is a term for a graphical representation of the boot process of the operating system.

Bootloader: This small program's only job is to load other data and programs which are then executed from RAM.Often, multiple-stage boot loaders are used, during which several programs of increasing complexity load one after the other in a process of chain loading.

BootloopWhen your system recycles over and over without entering the main OS.

Beta: is the software development phase following alpha. It generally begins when the software is feature complete. Software in the beta phase will generally have many more bugs in it than completed software, as well as speed/performance issues. The focus of beta testing is reducing impacts to users, often incorporating usability testing. The process of delivering a beta version to the users is called beta release and this is typically the first time that the software is available outside of the organization that developed it.
 The users of a beta version are called beta testers. They are usually customers or prospective customers of the organization that develops the software, willing to test the software without charge, often receiving the final software free of charge or for a reduced price.

Compile: It translates (a android program)from a high-level language into another language, usually machine language.

CPUIt stands for Central Processing Unit and handles all the complex mathematical formulas necessary to do everyday things like surfing the Internet.

CustomIndependent developers who like to customize their devices beyond the standard options provided often tend to release the fruits of their labor for the rest to enjoy, in form of custom ROMs.  

Cache: A component that transparently stores data so that future requests for that data can be served faster. The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that are stored elsewhere. If requested data is contained in the cache (cache hit), this request can be served by simply reading the cache, which is comparatively faster. Otherwise (cache miss), the data has to be recomputed or fetched from its original storage location, which is comparatively slower. Hence, the greater the number of requests that can be served from the cache, the faster the overall system performance becomes.

CDMAMobile phone standards called cdmaOne, CDMA2000 (the 3G evolution of cdmaOne) and WCDMA (the 3G standard used by GSM carriers), which are often referred to as simply CDMA, and use CDMA as an underlying channel access method.

ClockwordMod: Also called as CWM is a popular custom recovery for Android phones and tablets developed by Koushik Dutta (Koush), a well*known name in the Android dev community. ClockworkMod recovery allows you to perform several advanced recovery, restoration, installation and maintenance operations on your Android device. It allows user to install custom ROMs, kernels, themes, mods and more however, installing custom kernel from CWM is not yet available to Xperia family.

Dual CoreA dual core processor is a central processing unit (CPU) that has two separate cores on the same die, each with its own cache time. It essentially is two microprocessors in one. This type of CPU is widely available from many manufacturers. Other types of multi-core processors also have been developed, including quad-core processors with four cores each, hexa-core processors with six, octa-core processors with eight and many-core processors with an even larger number of cores.  

Dalvik CacheWritable cache that contains the optimized bytecode of all apk files (apps) on your Android device. Having the information in it's own cache makes applications load faster and perform better.

Flashing:The ROM memory used in smartphones and tablets etc. is often same as flash memory found in SD cards and USB flash drives, simply optimized for better speed and performance while running the operating system.

Flash MemoryFlash memory, also known as NAND memory, is nonvolatile – keeping information even when the device is off. Flash memory in the device is equivalent to the hard drive in a computer. This is where the device’s operating system (sometimes called firmware) and applications are stored. Flash memory is slower than RAM, but is (almost always) faster than SD cards. 

HotspotA spot that offers Internet access over a wireless local area network through the use of a router connected to a link to an Internet service provider. Hotspots typically use Wi-Fi technology.You can connect wifi campatible devices to it.

Kernel:A kernel is a layer of code that allows the OS and applications to interface with your phone's hardware. The degree in which you can access your phone's hardware features depends on the quality of code in the kernel. The homebrew (rooting) community for HTC has made several kernel code improvements that give us additional features from our hardware that the stock kernel does not. When you flash a custom ROM, you automatically get a kernel. But you can also flash a standalone kernel ROM on top of the existing one, effectively overwriting it. These days, the difference in custom kernels is less about new features and more about alternate configurations. Choosing a custom kernel is basically choosing one that works best with your ROM.  

NandroidTo backup the current running rom. 

OverclockTo increase the speed of your CPU.

Recovery ModeA small separate operating mode you can boot your device into, used for device administration. Two popular custom recovery modes are Amon Ra and Clockwork.

Ram(Random Access Memory) A group of memory chips, typically of the dynamic RAM (DRAM) type, which function as the computer's primary workspace. When personal computers first came on the market in the late 1970s, 64KB (64 kilobytes) of RAM was the upper limit. Today, 64MB (64 megabytes) of SDRAM is entry level for a desktop computer, a thousand times as much (see SDRAM).

Root: The first level of a folder.

Sideloading: It means installing applications without using the official Android Market.

SDK(SDK or "devkit") is typically a set of software development tools that allows for the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar platform.

UnderclockTo reduce the speed of your CPU.  

UndervoltUndervolting means taking some of the voltage from the CPU which in return gives a longer battery life and lower temperature during intensive use of the CPU.

USBStands for Universal Serial Bus. Is a method of connecting devices to a computer. Most smartphones now use microUSB cables to charge and sync.

WiiMax: (Worldwide Interoperability for Microwave Access) is a communication technology for wirelessly delivering high-speed Internet service to large geographical areas.

Big Thanks to the XDA Team!
A huge shoutout to the XDA developers community for their contributions and resources that have helped shape the Android experience. Without their hard work, many of these custom features and terminologies wouldn’t be possible.
I hope you find this list helpful and informative. Stay tuned for more tips and tricks to make the most of your Android device!