Which is correct statement below
Processor affinity forces worker processes serving a specific application pool to run on a specific CPU
Processor affinity forces worker processes serving a specific application pool to run on all available CPUs with loads equally balanced.
Processor affinity does not force worker processes serving a specific application pool to run on a specific CPU but encourages such configuration.
None of these
Which of the following is true about dialog boxes? a)Modeless dialog boxes are used when the requested information is not essential to continue. b)Modal dialog boxes are those which temporarily halt the program in that the user cannot continue until the dialog has been closed.
a only
b only
Both a and b
None of the above
The fundamental classes of MFC are declared in which of the following header file?
stdio.h
iomanip.h
afcapp.h
afxwin.h
Which application uses the Document/View Architecture concept?
Dialog based
Menu based
Frame based
Form based
CWinThread is the base class of CWinApp.
True
False
The DECLARE_MESSAGE_MAP macro should be provided at
The beginning of the class definition.
The end of the class definition.
Anywhere in the class definition.
Which macro is used to make an identifier name recognizable to an MFC or Win32 function?
MAKESTRINGRESOURCE.
MAKEFLOATRESOURCE.
MAKECHARRESOURCE.
MAKEINTRESOURCE
Which class implements the role of the WinMain() function?
CWnd class
CWinApp class
CWinThread class
MFC application wizard does not provide support for serialization of document data.
To write a query that performs an outer join of tables A and B and returns all rows from B, You need to write
any outer join
left outer join
cross join
right outer join