

InterviewSolution
Saved Bookmarks
1. |
What is the color format of chrominance in a digital signal processor?(a) VGBA(b) VIBGYOR(c) White(d) RGBAThe question was asked during a job interview.Enquiry is from Types of Processors topic in division Embedded Processors of Embedded Systems |
Answer» RIGHT ANSWER is (d) RGBA The explanation: RGBA colors have four CHANNELS RED, green, blue, and alpha, which is transparent. |
|