Computer Hacking Forensic Investigator (CHFI v10) — Question 331
Which of the following Android libraries are used to render 2D (SGL) or 3D (OpenGL/ES) graphics content to the screen?
Answer options
- A. OpenGL/ES and SGL
- B. Surface Manager
- C. Media framework
- D. WebKit
Correct answer: A
Explanation
The correct answer is A because OpenGL/ES and SGL are specifically designed to handle 2D and 3D graphics rendering. The other options, such as Surface Manager, Media framework, and WebKit, serve different purposes and do not focus primarily on graphics rendering.