
“Generative AI enables software applications to generate new content, such as language dialogs and images.” — YES
This statement is true. According to the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn documentation, Generative AI refers to systems capable of creating new content such as text, audio, images, video, and code. Models like GPT, DALL·E, and Codex use deep learning to generate human-like responses, natural conversations, or creative media. This is a key differentiator between generative and discriminative AI — generative AI produces new data, while discriminative AI categorizes or analyzes existing data.
“The difference between a large language model (LLM) and a small language model (SLM) is the number of variables in the model.” — YES
This statement is true. The primary distinction between an LLM and an SLM lies in the scale of parameters (variables) within the neural network. LLMs contain billions or even trillions of parameters, which enable them to capture complex linguistic patterns and perform broader tasks. SLMs have fewer parameters, making them faster but less capable of handling complex, context-rich tasks.
“Generative AI is a type of supervised learning.” — NO
This statement is false. Generative AI models are typically trained using unsupervised or self-supervised learning methods. They learn by predicting missing or next elements in large text or image datasets rather than relying on labeled input-output pairs, which are used in supervised learning.