Open Means Open Means

Change the ICONS and NAMES of your drive partitions

No comments on “Change the ICONS and NAMES of your drive partitions”

mycomputer

This is the default view of "My Computer".You can see hare the icon of your hard disks. These icons are traditional icons used in Windows XP. In the windows xp there is no direct option to change these boring icons but you can change the name of partition by Right Clicking on icon and choosing the option Rename.

Here I am describing a easy and fun way by which you can change your drive icon and drive name with the help of simple INF file.

Let start.

You need to make two files to change your drives icon.

1. autorun.inf

2. icon.ico

Let create autorun.inf

1. Start a text editor program like as notepad or notepad++

2. Create a new file and write text which is given blew.

 

[autorun]

icon=icon.ico

open=

label=

autorun1

According above image write the name of you icon file and and name of your drive. Then save his file with the extension inf.

To do this follow these steps:

  • Click at File | Save As
  • Write the file name " Autorun.inf"
  • In the 'Save as type' box select 'All files'
  • Now click on 'save'
Now your autorun.inf file is ready. copy and paste it your desired drive like as C: or D: drive.
Let create icon.ico
  • Open your desired image file in PainBrush
  • Click on ' File | Save As'
  • Write the the file name icon.ico
  • In the Save As Type box select 'all files'
  • Save the file
Now your icon.ico file is ready.
Let change the icon of drive
  • Put the 'icon.ico' and 'autorun.inf' in your desired drive
  • Now reboot the computer

When your computer is again booted up, you will find that your icon has been changed.his trick will work in all version of windows and may in Linux.

Computer Q&A for K12 (+2) - Part IV

No comments on “Computer Q&A for K12 (+2) - Part IV”

1. What are pointers?
All data of a program are stored in memory.
In memory it is referred with a Unique number called ADDRESS.
Way of accessing that address using variables is called pointers.
Operators used in pointer are
& - address operator.
* - Dereferencing operator,
Example:

int*iptr; is an integer pointer.

2. What do you mean by Type Casting?
Converting data of one data type into data of another data type is called as type casting.
Type casting can be done only between compatible data types.
While converting if the assigned data is longer it will be truncated.
Example:-

int a;
float f=10.33
a=(int)f; - 10 will be stored in a and .33 will be truncated.

3. Define Character Constant.
A constant that contains a single character.
A character constant can be an, alphabet, numeral, symbol or non-graphic character.
Any character which forms part of ASCII character SET.
A Character constant is enclosed within Single Quotes(` `)
Example:-

‘a’,’+’,’3’,’\n’

4. Define Integer Constant.
A constant that contains a whole numbers.
Must have at least one digit.
Cannot have fractional or exponential part.
Can be signed or unsigned.
Example:-
10,20,1,3000,32767.

Computer Q&A for K12 (+2) - Part VI

No comments on “Computer Q&A for K12 (+2) - Part VI”

1. Define Floating point Constant.
A constant that contains a real number.
It includes a integer portion, a decimal point, a fractional portion and an exponent.
Mandatory must have either integer part of fractional part.
Can be signed.
Example:

12.33,100.00,0.66,5.864E1.

2. Define String/String literals.
A String is a sequence of characters.
Is is terminated with an escape sequence ‘\0’ (String terminator).
A string is implemented as a single dimension character array.
Example:

char name[10]={“CHARLES”};

3. What do you mean by association?
When using operators in C / C++, it is not evaluated as it is type.
Instead it is evaluated in a different order of precedence, determined earlier
(Compare with BODMAS rule of mathematics)
This logical grouping of operators for the purpose of evalutaion is called associtation

4. Define Storage Class (or) Storage Qualifier (or) Storage Specifier.
It is a qualifier which can be prefixed with a variable declaration.
It changes the behaviour of a variable(availability or visibility).
Important Storage specifiers are
Auto
Static
Register
Extern
Example:

auto int (..)
static float f=1.56;
extern int fact;
register int r;

Kanipori Nooru - What is Computers? - Part V

No comments on “Kanipori Nooru - What is Computers? - Part V”

 

S : Does everyone needs to know the entire history of evolution of computers, sir?

T : You can study the evolution of computers is detail out of interest. But now I shall list you out some basic point, which has to be essentially known by every one.

S : Thanks sir, I feel that would be better and easy to learn know?

T : Note down clearly kanna, I will list out the very essential things which you can remember about generations of computers.

Each and every generation has a period of evolution Kanna, i.e., that generation of computer was in use for a range of years, that is a very important point which you can learn and remember about each generation.

And then each generation of computer had a chief constituent component. That is the next equally important point which you have to know about generations.

And each generation of computers had some merits and limitations.

And finally there are certain examples of each generation of computers.

Put together these four points are very essential points about each generation of computers which you can learn and remember for future reference.

S : Sir, now can you list out all the above information which you said just know?

T : Yes kanna, here I am presenting the above details in a tabular format below.

gen

 

BigAdda : An Intro

No comments on “BigAdda : An Intro”
BigAdda isn’t being even slightly coy about promoting its Indianness. Targeted at the country’s youth (no surprise!), it’s a very slick site that’s fairly easy to navigate,and is clearly going to capture a huge audience. With a massive TV, outdoor and print campaign currently in progress,BigAdda is promoting itself as a platform for college-aged Indians to share their photos, home videos, and even stories,via individual blogs. A site-wide forum covers everything you’d expect to see covered on this kind of site. There’s a strong Bollywood presence, and Indian politics are discussed with great animation.Of course there is a system of themed groups, and of course they’re called “addas”. Cricket, music, celebrity gossip,relationship advice and fashion tips are flying everywhere. Just like Orkut and Facebook, Bigadda requires you to register for a free account before you can browse through people’s profile pages (MySpace doesn’t, unless users specifi cally enable this option).However, you can browse through listings of “addas” and see a few other pages that don’t display users’ profile information.With a team of anti-abuse offi cers,BigAdda will ensure that a human checks any profile or group page that has been flagged for offensive content. Users receive three warnings, after which their accounts can be deactivated. Plus,you can block individual users who are harassing you, or choose to receive messages only from people on your list of You can invite friends having email ID’s from Yahoo, Gmail, Hotmail and rediff too. Browse through a list of members completely and view their profiles directly before inviting them. This makes searching for your right Chaddi Friend much more easier. You can also reply and post blogs or even create your own blogs on the website. Click on the ‘Take a tour’ link on the Bigadda website to know more about the features and what it has new to offer over other similar websites. So while BigAdda really doesn’t bring anything new to the scene in terms of technology or features, it’s certainly slick and positioned well enough to ensure thata huge number of users sign up.

More Articles …

  1. Using WinRAR part 1
  2. Computer Q&A for K12 (+2) - Part V
  3. Using WinRAR tutorial part 2
  4. Hibernation: An exciting feature of windows

Subcategories

Hardware & Troubleshooting

Software

PC & Internet Security

New Technologies

Web Hosting

Web Hosting is a service offered by web hosting providers to the individuals and organizations to make their websites accessible on the internet. Depending on the requirement, one can avail different types of web hosting such as shared hosting, dedicated hosting, virtual private hosting, cloud hosting etc.

  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69

Page 65 of 193

  • About Us
  • Faqs
  • Contact Us
  • Disclaimer
  • Terms & Conditions