DISCLAIMER
This document is a transcription of the official General Certificate of Education (GCE) Board Advanced Level Examination paper. All original content, questions, and formatting structure remain the intellectual property of the General Certificate of Education Board. This transcription is equally available offline through our mobile app. Download it here.
ADVANCED LEVEL GENERAL CERTIFICATE OF EDUCATION BOARD
General Certificate of Education Examination
Information and Communication Technologies 2
Paper code: 0796
June 2025
-
- The operating system performs several activities in a computer such as job scheduling in a preemptive and non-preemptive manner.
- Telemedicine and expert system are two applications that are common in the health domain.
- What is telemedicine?
- Describe ONE application of expert system in health
- Describe ONE other application of the computer in health
- Briefly describe the following information systems
- Automation
- GPS
- Transaction Processing System
-
- Data is collected and stored free of errors with the use of data validation and verification techniques.
- Describe data validation and verification.
- Describe ONE method of data validation and ONE method of data verification.
- A file in storage is represented using TWO components as follows: diameter.pdf.
- Define the two components in the representation
- Give the full meaning of PDF and state two advantages of files that terminate with PDF.
- State the name given to the software that assigns PDF to the representation.
- State an application that can be used to open the stated file above.
- State the complete representation of a file named communication that I created in notepad.
- Describe the following concepts in task management in the computer
- Multitasking
- Multiprocessing
- Data is collected and stored free of errors with the use of data validation and verification techniques.
-
- A project schedule is given by the table at the botom of this page.
- What is a task?
- Represent the schedule above in a Gantt chart
- Determine the critical path.
- Determine the slack task if it exists.
- Two examples of interfaces are GUI, and command line (CL) interfaces.
- What is an operating system interface?
- State two characteristics of GUI
- Give two reasons why the GUI is commonly used than the CL interface.
- Give one advantage of the command line over GUI.
- A printer is one of the main output devices.
- State TWO characteristics that determine the quality of a printer.
- State TWO categories of printers and in each category, give an example.
- How can we measure the speed of a printer.
- A project schedule is given by the table at the botom of this page.
-
-
- What is a malware?
- State and describe three types of malware
- Describe three measures that can be taken to protect a school from malware attacks.
-
- Define the term “Information System”.
- State four components of a basic Information System.
- State two factors that determine the reliability of an Information System.
- Describe briefly an Expert System.
-
- State the THREE divisions of a CPU.
- Make a labelled diagram of the machine cycle.
-
-
-
- What is E-commerce?
- State two limitations of E-commerce.
- Give two security measures to ensure during e-commerce.
- A computer is divided into two main components: hardware and software.
- Describe two types of software that manage hardware in a computer.
- Describe tailor-made software, stating an example of it.
- State one reason to buy and use licensed software.
- The algorithm at the bottom of this page was given by a student to assess body temperature is given as:
- State the form of the algorithm above.
- Convert the above algorithm to a flowchart.
- State the control stucture used in the algorithm.
-
-
- Cyber security has become very important to countries, organizations, and individuals with regards to the running of their daily activities. This however has several challenges.
- Explain the concept of cyber security.
- Explain two reasons why cyber security is important to an organization.
- Briefly explain two cyber-crimes commonly practiced in Cameroon.
-
- What is an operating system?
- Briefly explain four functions of the operating system.
- Describe two types of operating system based on the number of users.
- Define the following terms as used in database.
- Entity.
- Primary key.
- Integrity.
- Redundancy.
- Cyber security has become very important to countries, organizations, and individuals with regards to the running of their daily activities. This however has several challenges.
-
- Computer networks are sometimes classified based on the topology.
- What is a network topology?
- Use a diagram to describe a star topology of eight nodes with client-server architecture.
- State two disadvantages of a ring topology compared to a star network.
- Differentiate the following by describing each component.
- Internet and WWW.
- Internet and extranet.
- Browser and Search engine.
-
- State one use of low-level programming.
- Describe a compiler and give one example you have used.
- What do you understand by an unsuccessful compilation?
- Computer networks are sometimes classified based on the topology.
-
- Briefly explain the following as used in database.
- Flat file.
- DBMS.
- Transitive dependency.
-
- Convert 11110112 to octal and hexadecimal.
- Explain why the binary number system is used in computing rather than decimal.
- State the heirarchy of units of time from picoseconds to milliseconds. Hence, convert ms to nanoseconds.
- In the design of a system, a simple model of the system is designed and used to test the functionality of the new system before creating it.
- What is the term given to the simple design model?
- State two disadvantages of designing the simple model before going for the real system.
- Give a limitation of this technique.
- Briefly explain the following as used in database.
| Task | Predecessor | Duration |
| A | – | 3 |
| B | – | 2 |
| C | A | 4 |
| D | B | 1 |
| E | D | 2 |
| F | B | 3 |
| G | C | 2 |
0 – Start
1 – Get body temperature
2 – Check if the temperature is equal to 37
3 - Print Normal if YES
4 - Print Abnormal if NO
5 - Stop