Bird
0
0

If a model's context window is 100 tokens and you input 90 tokens, what is true about the model's processing?

medium📝 Analysis Q5 of 15
AI for Everyone - How AI Models Actually Work
If a model's context window is 100 tokens and you input 90 tokens, what is true about the model's processing?
AThe model can consider all 90 tokens at once
BThe model will truncate the input to 50 tokens
CThe model will ignore the last 10 tokens
DThe model will split the input into two parts
Step-by-Step Solution
Solution:
  1. Step 1: Compare input length to context window

    The input length (90 tokens) is less than the context window (100 tokens).
  2. Step 2: Understand model's token processing

    The model can process all tokens if input is within the context window size.
  3. Final Answer:

    The model can consider all 90 tokens at once -> Option A
  4. Quick Check:

    Input tokens ≤ context window means full processing [OK]
Quick Trick: Input shorter than context window is fully processed [OK]
Common Mistakes:
  • Thinking model truncates input unnecessarily
  • Assuming model splits input automatically
  • Believing model ignores tokens within limit

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AI for Everyone Quizzes