Subdomain 1.1: Explain basic AI concepts and terminologies.
1.A manufacturer installs cameras above an assembly line and wants a system that scans each captured photo of a circuit board to automatically flag scratches, missing components, or misalignment before shipping. Which AI capability should the manufacturer use?
- A.Computer vision, because it analyzes pixel data in images to detect visual defects and anomalies automatically.
- B.Natural language processing, because it interprets the technician notes attached to each shipped product.
- C.Time-series forecasting, because it predicts defect rates for the next quarter based on historical trends.
- D.Speech recognition, because it converts the factory floor audio recordings into searchable text transcripts.
Show answer & explanation
Correct answer: A — Computer vision, because it analyzes pixel data in images to detect visual defects and anomalies automatically.
- A. This is correct because computer vision is the AI field that analyzes and interprets visual data such as photographs, making it suited to detecting scratches, missing parts, and misalignment in images.
- B. This is incorrect because the scenario is based on analyzing photographs, not written technician notes, so a text-focused capability does not address the task.
- C. This is incorrect because the manufacturer needs to flag defects in each individual photo as it is captured, not forecast an aggregate defect rate over a future time period.
- D. This is incorrect because the input described is image data from cameras, not audio recordings, so converting speech to text does not apply here.