Sail E0 Webinar

MCQs

Total Questions : 160 | Page 9 of 16 pages
Question 81. Which of the following transform property value defines a 3D transformation, using a 4×4 matrix of 16 values?
  1.    matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
  2.    matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
  3.    matrix2d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
  4.    all of the mentioned
 Discuss Question
Answer: Option A. -> matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
Question 82. Which of the following transform property value defines a 3D rotation along the Z-axis?
  1.    rotate-Z(angle)
  2.    rotate-Z-axis(angle)
  3.    rotateZ(angle)
  4.    all of the mentioned
 Discuss Question
Answer: Option C. -> rotateZ(angle)
Question 83. Which of the following transform property value defines a 3D rotation along the Z-axis?
  1.    rotate-Z(angle)
  2.    rotate-Z-axis(angle)
  3.    rotateZ(angle)
  4.    all of the mentioned
 Discuss Question
Answer: Option C. -> rotateZ(angle)
Question 84. Which of the following transform property value defines a 3D rotation?
  1.    rotate3d(x,y,z,angle)
  2.    rotated(x,y,z,angle)
  3.    rotate-all(x,y,z,angle)
  4.    rotate(x,y,z,angle)
 Discuss Question
Answer: Option A. -> rotate3d(x,y,z,angle)
Question 85. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?
  1.    animation
  2.    animation-name
  3.    animation-element
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> animation-name
Question 86. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?
  1.    animation
  2.    animation-run
  3.    animation-repeat
  4.    none of the mentioned
 Discuss Question
Answer: Option D. -> none of the mentioned
Question 87. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?
  1.    animation-play
  2.    animation-delay
  3.    animation-fill-mode
  4.    animation-play-state
 Discuss Question
Answer: Option C. -> animation-fill-mode
Question 88. Which of the following CSS Property sets the pace of the transition to the next keyframe, as described in the previous section?
  1.    animation-timing-function
  2.    animation-pace-function
  3.    animation-transition-function
  4.    none of the mentioned
 Discuss Question
Answer: Option A. -> animation-timing-function
Question 89. Which of the following CSS property defines whether the animation is running or paused?
  1.    animation-pause-state
  2.    animation-state
  3.    animation-play-state
  4.    all of the mentioned
 Discuss Question
Answer: Option C. -> animation-play-state
Question 90. Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?
  1.    animation-stop
  2.    animation-delay
  3.    animation-start
  4.    animation-control
 Discuss Question
Answer: Option B. -> animation-delay

Latest Videos

Latest Test Papers