what is the difference between 32 bit O.S n 64 bit O.S?
Answer / bose_85
The difference is the amount of information the PC’s processor
can handle at any precise moment. While a computer designed
for a 64-bit operating system has vastly more potential
computing power, it requires fundamental changes to the way
its software is designed.
There are also some significant mathematical limits to the two
different types of processor. A 32-bit processor can only work
with a maximum of 4GB of memory, and this is usually limited
to 2GB for any one program. A 64-bit processor could
theoretically work with 17 billion GB of memory.
| Is This Answer Correct ? | 3 Yes | 0 No |
which is best institute for flex and actionscript in hyderabad
what is the difference between 32 bit O.S n 64 bit O.S?
Need a batch file or VB script to delete old (more than 90datys) roaming profiles
How applet differ from Swings in java ?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Difference between the SAP MDM vs IBM MDM in approach, the tools used , ease in handling/implementing.
please send the scrpit driver program
what is the fullform of URL or URI?
what is the Structure of an ANT file?
I have installed QTP version 9.0. I have installed Mozilla firefox version 2.0. But QTP "Record and Run settings" in WEB tab shows FIREFOX 1.5 in drop down to run session begins. So QTP does not record anything which I type in firefox. How can i recognise firefox 2.0 and how can i update browser version in QTP?
If we add regular expressions to a script recorded in QTP, will it effect the performance of the script?
what will this do? function show_alert value="Show User" eval("x=10; y=20; document.write(x*y)");