Kramizo
Log inSign up free
HomeCIE IGCSE Computer ScienceProgramming concepts: exception handling (use of try/except or equivalent)
CIE · IGCSE · Computer Science

Programming concepts: exception handling (use of try/except or equivalent)
Practice Questions

20 CIE IGCSE Computer Science questions on Programming concepts: exception handling (use of try/except or equivalent), each with instant feedback and a full examiner-style mark scheme.

⚡ Start Quiz on Programming concepts: exception handling (use of try/except or equivalent)📖 Read Revision NotesTry one question
✨ Revision guide includes key terms, worked examples and exam technique for Programming concepts: exception handling (use of try/except or equivalent).

Try 2 sample questions on Programming concepts: exception handling (use of try/except or equivalent)

Question 1 · 1 mark · Difficulty 1/3

What is the primary purpose of using a try/except block in a program?

  1. To prevent syntax errors from occurring
  2. To speed up the execution of code
  3. To automatically fix logic errors in code
  4. To handle runtime errors without crashing the program
Show answer & explanation
✓ Answer: DTo handle runtime errors without crashing the program
A try/except block is used to catch and handle runtime errors (exceptions) so the program can continue running or exit gracefully instead of crashing. Syntax errors are caught before execution and cannot be handled by try/except. Logic errors are not exceptions and are not caught this way. Try/except does not improve execution speed.
Question 2 · 1 mark · Difficulty 1/3

A student writes the following Python code. What type of error does exception handling specifically protect against? try: age = int(input('Enter age: ')) except: print('Please enter a number')

  1. Syntax errors detected before the program runs
  2. Linker errors caused by missing program modules
  3. Logic errors caused by incorrect algorithms
  4. Runtime errors caused by unexpected inputs or conditions
Show answer & explanation
✓ Answer: DRuntime errors caused by unexpected inputs or conditions
Exception handling protects against runtime errors — errors that occur while the program is running due to unexpected inputs, invalid operations, or unavailable resources. In this example, entering a non-numeric value causes a runtime error during type conversion. Syntax errors are caught before execution; logic errors produce wrong results but do not raise exceptions; linker errors are not a Python concept at this level.
⚡ Start a Quiz on Programming concepts: exception handling (use of try/except or equivalent)
20 questions · 25 min · free

CIE IGCSE Computer Science: Programming concepts: exception handling (use of try/except or equivalent) FAQ

How many CIE IGCSE Computer Science questions on Programming concepts: exception handling (use of try/except or equivalent) are there on Kramizo?
Kramizo currently has 20 exam-board-aligned practice questions on Programming concepts: exception handling (use of try/except or equivalent) for CIE IGCSE Computer Science, with new questions added every week. Each question gives you instant feedback and a full examiner-style mark scheme that tells you exactly what would earn marks on a real CIE paper. The questions span the full difficulty range — from straightforward recall (level 1) right up to multi-step reasoning and evaluation (level 3) — so the bank works for first-pass revision and final exam-week stress testing alike.
Is Kramizo free for CIE IGCSE students preparing for Computer Science?
Yes — completely free. Every student gets 45 questions a day on the free plan, with no card required and no trial countdown. That free quota works across every subject and every topic in our bank, so you can mix Programming concepts: exception handling (use of try/except or equivalent) practice with other Computer Science topics or even switch to a totally different CIE subject without paying anything. Kramizo's optional Pro plan removes the daily cap and adds detailed progress analytics, but the free tier is the real product — used by thousands of GCSE, IGCSE and CSEC students.
Are the Programming concepts: exception handling (use of try/except or equivalent) questions aligned to the official CIE IGCSE Computer Science syllabus?
Every question is written against the published CIE IGCSE Computer Science specification, including the exact command words (state, describe, explain, calculate, evaluate, etc.), mark allocations, and difficulty tier you'd see on a real CIE paper. Explanations are written in the style of official examiner mark schemes — they tell you what is being awarded marks and why distractors are wrong, not just whether you got it right. The bank is continually refined to match the latest syllabus updates from CIE.
How is Programming concepts: exception handling (use of try/except or equivalent) typically tested on CIE IGCSE Computer Science papers?
Programming concepts: exception handling (use of try/except or equivalent) appears across multiple question types on real CIE IGCSE Computer Science papers — most commonly as multiple-choice questions in the objective section, structured short-answer questions in the main paper, and occasionally as part of an extended response. Kramizo's practice bank reflects that mix: 4-option MCQs, true/false statements, fill-in-the-blank key terms, multi-select questions, and ordering questions. Working through the bank gives you exposure to every question style examiners actually use.

Lock in Programming concepts: exception handling (use of try/except or equivalent) before exam day.

Start practising in 30 seconds — no card required.

⚡ Start Quiz Free →