how do i know that I am using 32 bit Windows
Answers were Sorted based on User's Feedback
Answer / karuna
The terms 32-bit and 64-bit refer to the way a computer's
processor (also called a CPU), handles information. The
64-bit version of Windows handles large amounts of random
access memory (RAM) more effectively than a 32-bit system
1.Open System by clicking the Start button, clicking Control
Panel, clicking System and Maintenance, and then clicking
System.
2.Under System, you can view the system type.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / vaibhav kavimandan
just do these steps :
Start button > run > type systeminfo> hit enter key
find System type : if it is X86-based PC then its 32bit
enjoy!
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / prudhvi
Also you can try this way type "msinfo32.exe" in cmd prompt
and hit enter.
If the system type comes up as the x86 then its a 32-bit
windows.
And the other way is through the remote assistance in the
All programs.
This is in consideration with XP-OS
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / aritra pal
In your desktop right click on "My Computer" select properties it will open system properties under system check the system type-it will display the 32 or 64 bit system you are using.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tushar misal
We can check this using C program also which is as follows. int x;printf("%d",sizeof(x)); If output is 2 then system is 32 bit.If output is 4 then it then it is 64 bit.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is test stratergy?
What is the difference between functional and nonfunctional testing?
What is the difference in responsibilities of programmers and qa analyst?
Would we given training at first job (entry level)?
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE
What are the various ways of writing test cases?
What is verification?
what are the differences between level 1 & level 2 of CMM? Please give me as many points of comparison.
How validation activities should be conducted?
WHAT IS THE DIFFERENCE BETWEEN TD AND QC?
What is the involvement of tester in SDLC?Explain.
What is extreme programming and what is it got to do with testing?