Windows Programming
491. The fuzzy designing process requires the following systems:
- Designing the icon
- Selecting the application areas
- Constructing the corpus of icon
- Connect the word with icon
- All of these
Correct answer: (E)
All of these
492. The MFC library is a predefined set of:
- Data types
- Function
- Classes
- Constant
- All of these
Correct answer: (E)
All of these
493. Which classes are included by CWnd class:
- CFrameWnd
- CMDIFrameWnd
- CView
- CMDIChildWnd
- All of these
Correct answer: (E)
All of these
494. A browser can support:
- Hyper Text
- Images
- Sound Files
- Flash Animations
- All of these
Correct answer: (E)
All of these
495. The parameters for Create() function are:
- LPCTSTR lpszClassName
- LPCTSTR lpszWindowName
- DWORD dwStyle
- lpszMenuName
- All of these
Correct answer: (E)
All of these
496. The nMapMode argument holds a mapping mode that is:
- MM_TEXT
- MM_HIMETRIC
- MM_TWIPS
- MM_HIENGLISH
- All of these
Correct answer: (E)
All of these
497. X contains:
- X Protocol
- X Display Server
- X Client
- Xlib routines
- All of these
Correct answer: (E)
All of these
498. The function of the X Window is:
- Establish a connection with the X server
- Create a window
- Create X resources
- Wait, detect and perform event
- All of these
Correct answer: (E)
All of these
499. Which is the property of the panel control:
- Location
- Size
- Border Style
- Cursor
- All of these
Correct answer: (E)
All of these
500. Which is the parameter of the WinMain():
- HInstance
- hPrecInstance
- LPSTR lpCmdLine
- Int nCmdShow
- All of these
Correct answer: (E)
All of these