Last reviewed
Correct answer: B. It is generally noted for supporting large context windows
Explanation
A context window is how much input a model can weigh in one request. Gemini has been positioned around making that number big: Google's long context guide says many Gemini models come with large context windows of 1 million or more tokens, and the docs pin a figure to a named model, since Gemini 3.7 Flash supports a 1M token context window. That is what makes a whole contract, a two-hour transcript or a large codebase workable in one request, not a chunking project.
Treat the number as perishable. Names and limits here shift every few months, so the durable skill is knowing where the current figure lives: the model page for the version you actually call. A big window is also a capability, not a free lunch. You pay input tokens on everything you send, and Google notes that longer queries generally carry higher latency to the first token.
The wrong options describe systems that do not exist. Gemini handles far more than one sentence, any model of this kind has a context window by construction, and window sizes differ sharply between providers and between models from one vendor.
Sources
“Many Gemini models come with large context windows of 1 million or more tokens.”
“Gemini 3.7 Flash supports a 1M token context window, 64k max output tokens, tunable thinking levels (low, medium, high), and the same suite of built-in tools as 3.6 Flash.”
Practise 2 questions on this topic
Take Gemini Models — Timed Test (2 questions) — scored instantly, explanation for every question, no login.