AI Prompt Builder

Generate a copy-paste ready prompt for ChatGPT, Claude, Gemini, or DeepSeek
Study Notes Prompt PPT Slides Prompt
Configure Prompt
Describe class, board, and ability level
Selected Lecture
Lecture #7
Control flow and loops PYQ
Control flow and loops
PYQ reference preview 7 included 0 excluded

Review every matched question before generating. Flag a wrongly categorised question to quarantine it from both study and PPT prompts until it is corrected in CBSE Paper Analyzer.

Included in reference ID 6500 · 2021 · 1 mark(s)
Identify the output of the following Python statements. x = 2 while x < 9: print(x, end='') x = x + 1 a) 12345678 b) 123456789 c) 2345678 d) 23456789
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Included in reference ID 6501 · 2021 · 1 mark(s)
Identify the output of the following Python statements. b = 1 for a in range(1, 10, 2): b += a + 2 print(b) a) 31 b) 33 c) 36 d) 39
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Included in reference ID 6569 · 2023 · 1 mark(s)
State True or False: "In a Python program, if a break statement is given in a nested loop, it terminates the execution of all loops in one go."
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Included in reference ID 6149 · 2024 · 2 mark(s)
Differentiate between Break and Continue statements in Python.
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Included in reference ID 6666 · 2025 · 1 mark(s)
Write the output of the following Python code: for k in range(7,40,6): print ( k + '-' )
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Included in reference ID 6683 · 2025 · 2 mark(s)
B. Explain the difference between break and continue statements in Python with a suitable example.
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Included in reference ID 6210 · 2025 · 5 mark(s)
Write the Python code for the following output (pattern): 0 12 345 6789
Revision of Python & Core Concepts → Control flow and loops · Concept U1_CONTROL_FLOW_LOOPS
Select a lecture and generate your AI prompt

Pick a lecture from the panel on the left, configure the board and student level, then click Generate Prompt. The result includes PYQ data, frequency analysis, exam trends, and a full 15-section teaching package request — ready to paste into any AI assistant.

ChatGPT Claude Gemini DeepSeek
PYQ Analysis
Frequency, marks & high-yield concepts
Lecture Flow
Exact time-allocation plan
15 Sections
From objectives to ranked exam questions
Export
Copy or download as .txt