Windows Programming

121. Which class is used to handle the windows message and control notification:

  1. CWnd
  2. CFrameWnd
  3. CMDIFrameWnd
  4. CView

Correct answer: (A)
CWnd

122. Which compiler switch is used only with StdAfx.cpp:

  1. /Fp
  2. /Yc
  3. /Yu
  4. None of these

Correct answer: (B)
/Yc

123. Which compiler switch is used with all the source code files:

  1. /Yu
  2. /Yc
  3. Both a and b
  4. None of these

Correct answer: (A)
/Yu

124. Which creates a specific tuple to an existing icon

  1. Specific association
  2. Class association
  3. Both a & b
  4. None of these

Correct answer: (A)
Specific association

125. Which debugging mode is smaller and faster:

  1. Debug mode
  2. Release mode
  3. Both a and b
  4. None of these

Correct answer: (B)
Release mode

126. Which driver systematically and logically arrange the data on a storage device as files and folders:

  1. Partition drivers
  2. File system drivers
  3. Storage drivers
  4. All of these

Correct answer: (B)
File system drivers

127. Which drivers are used for the physical storage mediums:

  1. Partition drivers
  2. File system drivers
  3. Storage drivers
  4. All of these

Correct answer: (C)
Storage drivers

128. Which drivers specify the management of multiple partitions on a single storage device:

  1. Partition drivers
  2. File system drivers
  3. Storage drivers
  4. All of these

Correct answer: (A)
Partition drivers

129. Which file contains #include statement for the MFC library header files:

  1. afxwin.h
  2. afxext.h
  3. StdAfx.h
  4. All of these

Correct answer: (C)
StdAfx.h

130. Which file is called intermediate file while debugging:

  1. OBJ
  2. PCH
  3. PDB
  4. IDB

Correct answer: (A)
OBJ

Page 13 of 50