141. Which function is used to draw a Polygon:
Correct answer: (A)
Graphics::Polygon()
142. Which function is used to draw the Ellipse:
Correct answer: (B)
Graphics::DrawEllipse()
143. Which function is used to returns the name of an application:
Correct answer: (A)
AfxGetAppName()
144. Which function is used to terminate the thread that is currently executing:
Correct answer: (B)
AfxEndThread()
145. Which function load bitmap image into CBitmap object:
Correct answer: (A)
LoadBitmapW
146. Which function needed for visual information processing have to decide the interaction between user and the machine
Correct answer: (B)
cognitive
147. Which function registers a custom WNDCLASS for an MFC application:
Correct answer: (A)
AfxRegisterWndClass()
148. Which function returns a handle identifying the current application instance:
Correct answer: (D)
AfxGetInstanceHandle()
149. Which function returns a pointer to an application object:
Correct answer: (C)
AfxGetApp()
150. Which function returns a pointer to the application’s main window:
Correct answer: (B)
AfxGetMainWnd()