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 test artifacts involved in qa?
What is code complete?
Can anyone help you in this?
What is the role of QA in a company that produces software?
What is conformance testing?
Is there any other tool like QC which we can get as open source. the software should be able to write test cases, store documentation, dashboard and bug report. If anyone can suggest me it would be helpful.
In an example of a Bank Teller requesting that her computer program should include an addition that shows the full Customer Profile on her main screen, what would a Waterfall vs. Agile approach include and/or look like for such a request?
What is the testing lifecycle?
What is ISO 9000? Have you ever been in an ISO shop?
how can we explain for "what is STLC(software test life cycle)
How to write the test cases for the Date Format like dd/mm/yyyy?
What is the role of qa in a project development?