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 limitations for testing?
What should your qa documents include?
How u r estimating the budget 4 the project?
what is a scope?
5 Answers Thatavarti Technologies,
if i am giving you a module to test but no specification is provided to you then on what basis you will write test cases?
is possible smart identification through descriptive Programing
In one project, How much “%” effort made by SQA Tester? e.g. : developer = 35%, manager = 10%, etc.
what is test methodology? .What is its function in software testing? .What it discribe in test plan?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
I have to write a User Story for a customer withdrawing cash out of an ATM. Can you send me some examples PLEASE. I appreciate your assistance.
How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).
How to test different Authorization levels for the Admin user and Userside users.