Kramizo
Log inSign up free
HomeCIE IGCSE Computer ScienceProgramming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion)
CIE · IGCSE · Computer Science

Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion)
Practice Questions

20 CIE IGCSE Computer Science questions on Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion), each with instant feedback and a full examiner-style mark scheme.

⚡ Start Quiz on Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion)📖 Read Revision NotesTry one question
✨ Revision guide includes key terms, worked examples and exam technique for Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion).

Try 2 sample questions on Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion)

Question 1 · 1 mark · Difficulty 1/3

A string variable is declared as: name ← "Cambridge". What is the value returned by LENGTH(name)?

  1. 7
  2. 8
  3. 9
  4. 10
Show answer & explanation
✓ Answer: C9
The string 'Cambridge' contains 9 characters: C-a-m-b-r-i-d-g-e. Students often miscount by forgetting all letters or confusing the function with a zero-based index count.
Question 2 · 1 mark · Difficulty 1/3

A string variable word is assigned the value "Cambridge". Which of the following correctly returns the length of this string?

  1. LENGTH(word) returns 8
  2. LENGTH(word) returns 10
  3. LENGTH(word) returns 9
  4. LENGTH(word) returns 7
Show answer & explanation
✓ Answer: CLENGTH(word) returns 9
The string "Cambridge" contains exactly 9 characters (C-a-m-b-r-i-d-g-e), so LENGTH(word) returns 9. Option A (8) is a common off-by-one error where students miscount. Option B (10) incorrectly adds an extra character, perhaps imagining a null terminator. Option D (7) results from miscounting and skipping multiple characters.
⚡ Start a Quiz on Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion)
20 questions · 25 min · free

CIE IGCSE Computer Science: Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion) FAQ

How many CIE IGCSE Computer Science questions on Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion) are there on Kramizo?
Kramizo currently has 20 exam-board-aligned practice questions on Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion) 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: string handling operations (length, substring, concatenation, case conversion, character conversion) 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: string handling operations (length, substring, concatenation, case conversion, character conversion) 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: string handling operations (length, substring, concatenation, case conversion, character conversion) typically tested on CIE IGCSE Computer Science papers?
Programming concepts: string handling operations (length, substring, concatenation, case conversion, character conversion) 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: string handling operations (length, substring, concatenation, case conversion, character conversion) before exam day.

Start practising in 30 seconds — no card required.

⚡ Start Quiz Free →