>Concorsi
>Forum
>Bandi/G.U.
 
 
 
 
  Login |  Registrati 
Elenco in ordine alfabetico delle domande di 70-016: Desktop applications with Microsoft Visual C++ 6.0

Seleziona l'iniziale:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

> Clicca qui per scaricare l'elenco completo delle domande di questo argomento in formato Word!


What does MDAC stand for?   Microsoft Data Access Components
When using ODBC with MFC, which class encapsulates a connection with the data source?   CDatabase
When you initially created your application, at Step 4 of 6 you deselected the Initial Status Bar option. Now you have decided you would like your application to have a status bar. Where do you need to add code to create and display the status bar?   In OnCreate() of CMainFrame
Which are common debugger commands available from both the toolbar and menu? [Check all of the correct answers]   Go
Which are common debugger commands available from both the toolbar and menu? [Check all of the correct answers]   Step Over
Which are common debugger commands available from both the toolbar and menu? [Check all of the correct answers]   Step Into
Which are contained in a certificate? [Check all of the correct answers]   A serial number
Which are contained in a certificate? [Check all of the correct answers]   An expiration date
Which are contained in a certificate? [Check all of the correct answers]   An algorithm identifier
Which are members of the Workspace window's Resource View?   Accelerator tables
Which are members of the Workspace window's Resource View?   Dialog boxes
Which are members of the Workspace window's Resource View?   Cursors
Which are two valid ways of acquiring a certificate?   Generate a test certificate using the MakeCert utility
Which are two valid ways of acquiring a certificate?   Purchase a certificate from a CA
Which changes are not valid when using the Edit and Continue debug option? [Check all of the correct answers]   Exception block modification
Which changes are not valid when using the Edit and Continue debug option? [Check all of the correct answers]   Function prototype changes
Which changes are not valid when using the Edit and Continue debug option? [Check all of the correct answers]   Introduction of a new data type
Which is Microsoft's preferred file distribution format?   CAB
Which is not a valid Afx diagnostic function?   AfxDefragHeap
Which is not a window that the IDE provides for debugging?   Inspect
Which is not information collected by InstallShield when constructing an install script?   Application's size in bytes
Which kinds of files can SourceSafe manage?   All of the above
Which of the following ADO cursor types makes changes by other users available after the connection is established? [Check all of the correct answers]   adOpenDynamic
Which of the following ADO cursor types makes changes by other users available after the connection is established? [Check all of the correct answers]   adOpenKeyset
Which of the following attributes can be used to decorate an IDL interface declaration? [Choose three]   oleautomation
Which of the following attributes can be used to decorate an IDL interface declaration? [Choose three]   object
Which of the following attributes can be used to decorate an IDL interface declaration? [Choose three]   dual
Which of the following functions allow you to act on menu items? [Check all of the correct answers]   CCmdUI::SetCheck()
Which of the following functions allow you to act on menu items? [Check all of the correct answers]   CCmdUI::Enable()
Which of the following is a complete list of IDL primitive or base data types?   boolean, byte, char, double, float, hyper, int, long, short, small, void, wchar_t
Which of the following statements best describes what COFF is?   A debug format used by other debuggers
Which statement is true concerning COM threading?   A single process can have one multithreaded apartment and one or more single-threaded apartments.
Which statement is true?   Worker threads do not require a message handler.
Which switches determine the calling convention that the compiler uses? [Check all of the correct answers]   /Gd
Which switches determine the calling convention that the compiler uses? [Check all of the correct answers]   /Gr
Which switches determine the calling convention that the compiler uses? [Check all of the correct answers]   /Gz
Which Visual C++ editions allow linking to the dynamic MFC libraries? [Check all of the correct answers]   Professional
Which Visual C++ editions allow linking to the dynamic MFC libraries? [Check all of the correct answers]   Enterprise
Within the MFC framework, which of the following statements are true? [Choose two]   Standard controls send notifications to their parents using WM_COMMAND.
Within the MFC framework, which of the following statements are true? [Choose two]   Most common controls enclose their notifications in WM_NOTIFY.