Windows Programming

361. ___________ contains values which the program uses and can be changed as per the program specifications:

  1. Method
  2. Object
  3. Message
  4. Class

Correct answer: (B)
Object

362. ___________ is a function which is defined within the class:

  1. Object
  2. Class
  3. Message
  4. Method

Correct answer: (D)
Method

363. The programming that provides complex solution uses:

  1. MFC
  2. API
  3. GUI
  4. None of these

Correct answer: (A)
MFC

364. MFC stands for:

  1. Microsoft File Class
  2. Microsoft Foundation Class
  3. Microsoft Form Class
  4. None of these

Correct answer: (B)
Microsoft Foundation Class

365. The components of Visual C++ includes:

  1. Tools
  2. Resource Editors
  3. ActiveX Template Library
  4. All of these

Correct answer: (D)
All of these

366. ATL stands for:

  1. Active Tools Library
  2. ActiveX Template Library
  3. Active Template Library
  4. AcidX Template Library

Correct answer: (B)
ActiveX Template Library

367. The compiler generate ___________ file from source file:

  1. EXE
  2. OBJ
  3. CPP
  4. C

Correct answer: (B)
OBJ

368. The extension of workspace file is:

  1. EXE
  2. DSP
  3. DSW
  4. CPP

Correct answer: (C)
DSW

369. The extension of project file is:

  1. EXE
  2. DSP
  3. DSW
  4. CPP

Correct answer: (B)
DSP

370. The extension of VC++ resources file is:

  1. RES
  2. RS
  3. RC
  4. RCP

Correct answer: (C)
RC

Page 37 of 50