Which of the following categories of languages do not refer to animation…
2014
Which of the following categories of languages do not refer to animation languages ?
- A.
Graphical languages
- B.
General-purpose languages
- C.
Linear-list notations
- D.
None of the above
Attempted by 559 students.
Show answer & explanation
Correct answer: D
Answer: None of the above.
Explanation: All three listed categories can refer to animation languages for the following reasons:
Graphical languages: Visual or node-based languages (for example scene graphs or statechart-based editors) describe animation structure, timing, and relationships using graphical constructs.
General-purpose languages: Standard programming languages (for example JavaScript or Python) combined with animation libraries or APIs are frequently used to implement and control animations.
Linear-list notations: Sequence-based or keyframe notations (for example SMIL-like timelines or ordered keyframe lists) describe animations as ordered events or frames.
Because each category can be used to express animations, none of the listed options is excluded from referring to animation languages; hence the correct choice is None of the above.
A video solution is available for this question — log in and enroll to watch it.