Mini practice paper: 8 questions
Mixed-difficulty questions from across the Information and Communication Technology syllabus. Tap "Show answer" after each to check yourself.
Q1 · Difficulty 1/3
A hospital in Singapore uses a database to store patient records. Each patient has a unique Patient_ID. Which type of key is Patient_ID?
- Foreign key
- Secondary key
- Primary key
- Composite key
Show answer & explanation
✓ Answer: C — Primary key
Award 1 mark for identifying that a primary key is a field that uniquely identifies each record in a table. A is incorrect — a foreign key is a primary key from another table used to create a relationship. B is incorrect — a secondary key is used for indexing but does not uniquely identify records. D is incorrect — a composite key uses two or more fields together to uniquely identify a record.
Q2 · Difficulty 1/3
A university in Singapore uses a learning management system (LMS) to deliver online courses to students across Southeast Asia. Which of the following best describes a key advantage of using an LMS for distance learning?
- Students must attend classes at fixed times each day
- Course materials can be accessed at any time from any location with internet access
- Teachers cannot track student progress through the system
- All assessments must be completed using paper-based methods
Show answer & explanation
✓ Answer: B — Course materials can be accessed at any time from any location with internet access
Award 1 mark for identifying that LMS allows flexible access to materials anytime and anywhere with internet connectivity. A is incorrect — LMS typically allows asynchronous learning, not fixed attendance. C is incorrect — LMS systems include progress tracking features. D is incorrect — LMS supports online assessments and submissions.
Q3 · Difficulty 1/3
What is the main function of a router in a computer network?
- To connect devices within a single local area network
- To direct data packets between different networks
- To convert digital signals to analogue signals
- To provide wireless connectivity to mobile devices
Show answer & explanation
✓ Answer: B — To direct data packets between different networks
Award 1 mark for identifying the routing function between networks. A is incorrect — this describes a switch or hub within a LAN. C is incorrect — this describes a modem. D is incorrect — this describes a wireless access point, not the primary function of a router.
Q4 · Difficulty 2/3
A sales manager at an international electronics company uses a spreadsheet to calculate monthly commission payments. The formula =IF(B2>5000,B2*0.1,B2*0.05) is entered in cell C2. What does this formula calculate?
- 10% commission if sales exceed 5000, otherwise 5% commission
- 5% commission if sales exceed 5000, otherwise 10% commission
- 10% commission on all sales over 5000 only
- A fixed commission of 5000 multiplied by sales
Show answer & explanation
✓ Answer: A — 10% commission if sales exceed 5000, otherwise 5% commission
Award 1 mark for understanding that the IF function tests the condition B2>5000, and if TRUE returns B2*0.1 (10%), if FALSE returns B2*0.05 (5%). B is incorrect because it reverses the commission percentages. C is incorrect because commission is calculated on total sales, not just the amount over 5000. D is incorrect because 5000 is the threshold value, not a multiplier.
Q5 · Difficulty 2/3
A multinational company in Singapore uses a private network to securely connect its headquarters to branch offices in Tokyo and Sydney over the internet. Which type of network technology is being described?
- LAN (Local Area Network)
- PAN (Personal Area Network)
- VPN (Virtual Private Network)
- MAN (Metropolitan Area Network)
Show answer & explanation
✓ Answer: C — VPN (Virtual Private Network)
Award 1 mark for identifying VPN as a secure private connection over the public internet. A is incorrect — a LAN covers a small geographical area like a building. B is incorrect — a PAN is for personal devices within a few metres. D is incorrect — a MAN covers a city, not international connections.
Q6 · Difficulty 2/3
A travel agency database contains the query:
SELECT Destination, Price FROM Holidays WHERE Price < 500 AND Country = "Spain"
What will this query return?
- All holidays costing less than 500 or in Spain
- All holidays costing less than 500 that are in Spain
- All holidays in Spain regardless of price
- All holidays costing exactly 500 in Spain
Show answer & explanation
✓ Answer: B — All holidays costing less than 500 that are in Spain
Award 1 mark for understanding that AND requires both conditions to be met. A is incorrect — this would require the OR operator. C is incorrect — the Price condition would be ignored. D is incorrect — the < operator means less than, not equal to.
Q7 · Difficulty 1/3
State one reason why a presenter might choose to print handouts with three slides per page instead of six slides per page.
- To reduce the number of pages printed
- To provide space for the audience to write notes
- To decrease the amount of ink used
- To make the file size smaller
Show answer & explanation
✓ Answer: B — To provide space for the audience to write notes
Award 1 mark for identifying that three slides per page format includes lined space beside each slide for note-taking. A is incorrect — fewer slides per page increases the number of pages. C is incorrect — larger slides use more ink per page. D is incorrect — print settings do not affect the digital file size.
Q8 · Difficulty 1/3
Which of the following is a disadvantage of using computer-based training (CBT) in a workplace environment?
- Training materials can be updated easily
- Employees can learn at their own pace
- Employees may lack motivation without face-to-face interaction
- Training can be accessed from multiple locations
Show answer & explanation
✓ Answer: C — Employees may lack motivation without face-to-face interaction
Award 1 mark for identifying that lack of face-to-face interaction can reduce motivation. A is incorrect — easy updating is an advantage of CBT. B is incorrect — self-paced learning is an advantage. D is incorrect — remote access is an advantage of CBT.
CIE IGCSE Information and Communication Technology FAQ
What does the CIE IGCSE Information and Communication Technology exam look like?
The CIE IGCSE Information and Communication Technology exam is structured across 3 components. Paper 1 (Multiple Choice): 40 multiple-choice questions, 1 mark each. 45 minutes. Tests breadth of knowledge. Paper 2 (Core) / Paper 4 (Extended): Structured written paper. 1 hour 30 minutes (Core) or 1 hour 45 minutes (Extended). Tests depth of understanding and application. Paper 6 (Alternative to Practical): Written paper assessing practical skills for candidates without lab access. 1 hour. Worth ~20% of the total. Total exam time: ~3 hours, depending on tier (Core vs Extended).
Can I download a free CIE IGCSE Information and Communication Technology past paper?
Real CIE past papers are published directly by CIE on their official website. Kramizo doesn't redistribute copyrighted past papers, but we do generate free AI-written practice papers in the exact same style — same command words, same difficulty tier, same mark conventions. Use this practice paper as warm-up, then time yourself on official past papers before exam day.
How is CIE IGCSE Information and Communication Technology graded?
Grades: A* (highest) to G (lowest), with U (ungraded). Most universities require C or above. Kramizo's practice questions are tagged with difficulty 1-3 mapping roughly to the lower, middle, and top grade boundaries you'll encounter in the real exam.