Explore topic-wise MCQs in Computer Science.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of the following css property is used to define the animations that should be run?

A. animation-run
B. animation-name
C. transtion-name
D. none of the mentioned
Answer» E.
2.

Which of the following css property is used to define the number of times an animation should play?

A. scale-iteration-count
B. transtion-iteration-count
C. animation-iteration-count
D. all of the mentioned
Answer» D. all of the mentioned
3.

WHICH_OF_THE_FOLLOWING_CSS_PROPERTY_IS_USED_TO_DEFINE_THE_NUMBER_OF_TIMES_AN_ANIMATION_SHOULD_PLAY??$

A. scale-iteration-count
B. transtion-iteration-count
C. animation-iteration-count
D. all of the mentioned
Answer» D. all of the mentioned
4.

Which_of_the_following_css_property_is_used_to_define_the_animations_that_should_be_run?$

A. animation-run
B. animation-name
C. transtion-name
D. none of the mentioned
Answer» E.
5.

Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?

A. animation-iteration
B. animation-check
C. animation-direction
D. animation-state
Answer» D. animation-state
6.

Which of the following css property is used to describe how the animation will play?

A. animation-timing-function
B. css3-timing-function
C. transform-timing-function
D. transition-timing-function
Answer» E.
7.

Which of the following css property is used to define which properties a transition will be applied to?

A. animation-property
B. transition-property
C. css3-property
D. none of the mentioned
Answer» C. css3-property
8.

Which of the following css property is used to define the time it takes one iteration of an animation to play?

A. control
B. animation-duration
C. transition-duration
D. all of the mentioned
Answer» D. all of the mentioned
9.

Which of the following css property is used to define a delay before an animation starts?

A. delay
B. transition-delay
C. transform-delay
D. none of the mentioned
Answer» C. transform-delay
10.

Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?

A. transform-3D
B. transform-origin
C. transform
D. transition
Answer» D. transition