Which of the following is not an element of a prompt?
Select the best answer.
a) Instructions
b) Context
c) Input data
d) Model parameters
Correct Answer: d) Model parameters
Explanation of Each Option:
a) Instructions ✅ (Element of a prompt)
-
Instructions tell the AI what to do or how to behave.
-
Example: “Summarize the following text in one paragraph.”
-
This directs the model toward a specific type of output, making it an essential part of a well-crafted prompt.
b) Context ✅ (Element of a prompt)
-
Context provides background information that helps the AI understand the situation or topic better.
-
Example: “You are an expert Java developer. Explain design patterns using simple analogies.”
-
Adding context improves relevance and accuracy of responses.
c) Input Data ✅ (Element of a prompt)
-
Input data is the content or text the model needs to process.
-
Example: “Summarize the following text: [text here].”
-
The part inside brackets is the input data that the model acts upon.
d) Model Parameters ❌ (Not part of a prompt)
-
Model parameters (like temperature, max tokens, or model version such as GPT-4 or GPT-5) are configuration settings, not part of the prompt itself.
-
These control how the model behaves (e.g., creativity, response length) rather than what is inside the prompt.
Summary Table
| Option | Description | Part of Prompt? | Explanation |
|---|---|---|---|
| a | Instructions | ✅ Yes | Tell the model what to do |
| b | Context | ✅ Yes | Provide background info |
| c | Input Data | ✅ Yes | Provide content to process |
| d | Model Parameters | ❌ No | Model configuration, not part of the prompt |
Source:
-
Google Cloud Vertex AI – Prompt Design Best Practices
You may also go through series of MCQs/Quizzes on Prompt Engineering.
