Windows Programming

321. The term animation include the series and sequence of:

  1. Graphics
  2. Images
  3. Pictures
  4. All of these

Correct answer: (D)
All of these

322. The format supported by Visual Studio:

  1. .dat
  2. .mpg
  3. .avi
  4. .3gp

Correct answer: (C)
.avi

323. Which Adobe software is frequently used to animate the graphics:

  1. Photoshop
  2. Flash
  3. PageMaker
  4. MS-Paint

Correct answer: (B)
Flash

324. Which statement we use to make the animation in the centered position of the specified area:

  1. ACS_CENTER
  2. ACS_AUTOPLAY
  3. ACS_TRANSPARENT
  4. All of these

Correct answer: (A)
ACS_CENTER

325. In which class the flag ACS_TRANSPARENT is set:

  1. CAnimationCtrl
  2. CAnimationAlt
  3. Both a and b
  4. None of these

Correct answer: (A)
CAnimationCtrl

326. Which function makes the animation play from the specified number to the nTo frame:

  1. STOP
  2. SEEK
  3. CLOSE
  4. OPEN

Correct answer: (B)
SEEK

327. Which ActiveX object is used to play Flash video or clip:

  1. Flash Shockwave Object
  2. Shockwave Object
  3. Shockwave Flash Object
  4. None of these

Correct answer: (C)
Shockwave Flash Object

328. The font is taken as:

  1. GDI Object
  2. MFC
  3. API
  4. None of these

Correct answer: (A)
GDI Object

329. Which function is used to select the font:

  1. CDC::SelectObject()
  2. CDC::DeleteObject()
  3. CDC::CreateObject()
  4. None of these

Correct answer: (A)
CDC::SelectObject()

330. Which is the Base class of font:

  1. CSize
  2. CFont
  3. CString
  4. CView

Correct answer: (B)
CFont

Page 33 of 50