|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Built on the new Windows engine
Enhanced device driver verifier
Dramatically reduced reboot scenarios
Improved code protection
Side-by-side DLL support
Windows File Protection
Windows Installer
Enhanced software restriction policies
Preemptive multitasking architecture
Scalable memory and processor support
Encrypting File System (EFS) with multi-user support
IP Security (IPSec)
Kerberos support
Smart card support
Internet Explorer Add-on Manager
Windows Firewall
Windows Security Center
Attachment Manager
Data Execution Prevention
Windows Firewall Exception List
Windows Firewall Application and Port Restrictions
Fresh visual design
Fresh visual design
Create Date
:
Monday, March 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Physical Memory
The total physical memory, also called RAM, installed on your computer. Available
represents the amount of free memory that is available for use. The System Cache
shows the current physical memory used to map pages of open files.
Kernel Memory
Memory used by the operating system kernel and device drivers. Paged is memory
that can be copied to the paging file, thereby freeing the physical memory. The
physical memory can then be used by the operating system. Nonpaged is memory that
remains resident in physical memory and will not be copied out to the paging file.
Create Date
:
Monday, March 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
IUnknown is a basic interface existing in windows, which should be inherited by all
other interfaces designed.
the methods are -
-> AddRef()
-> Release()
-> QueryInterface()
Create Date
:
Monday, March 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
It is the process of packaging and sending interface method parameters across thread or process boundaries.
Create Date
:
Monday, March 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
32 bit application can run 32 bit processor .
64 bit application can run 64 bit processor.also 64 bit can run on 32 bit processor.
bit is a lenght of the data, if it is 32 or 64 bit application, to run this application hardware should have the capacity to support this much of data bit.
Create Date
:
Monday, March 10, 2008
Click here
to improve the Interview Question, Answer and other fields.