A creamery intern describes, in English, a needed script that will clean tank-log spreadsheets. They want a first-draft program, not a grouping of unlabeled file names. Which use case is this?
Select an answer to reveal the explanation.
Short Explanation
Think of describing the cleanup in English and getting a first-draft script back. That is code generation. Clustering filenames, drawing the creamery, and a milk-price forecast do not write the program.
Full Explanation
Code generation is a generative AI use case that turns a natural-language description into a first-draft program, which is the intern's request. Clustering only groups files and does not write a script. Drawing the building is image generation. A milk-price forecast is a numeric prediction, not a program.