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 are the various tools you have used in testing process?
Testing terminologies followed by Google
What is difference between Object Repository and Shared Repository?
In one project, How much “%” effort made by SQA Tester? e.g. : developer = 35%, manager = 10%, etc.
Explain cmmi.
Why you choose automated testing over manual testing?
Generally, if Requirement documents are the inputs for test cases, then why the test plan document is the input for Test cases in the Software Testing Life cycle?
Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards
What do you understand by ‘test effectiveness’ and ‘test efficiency’?
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?
What is context driven testing?
When u will start testing?