Revision of SSCE Past Questions I SS3 Digital Technologies Lesson Note
Download Lesson NoteTopic: Revision of SSCE Past Questions I
Mastering the Theory (Section A)
In the theory paper, examiners aren’t just looking for big words; they want to see that you understand how things connect.
The “Definition” Trap: When asked to define a term (like Hardware or Software), don’t just give one word. Use the Action + Example formula.
- Example: “Hardware is the physical part of the computer (Action) such as the keyboard or monitor (Example).”
Commonly Repeated Topics:
- Generations of Computers: Memorize the “Main Component” for each (Vacuum Tubes → Transistors → ICs → Microprocessors → AI).
- Units of Storage: Know the conversion.
- 8 bits=1 byte
- 1024 bytes=1 KB
- Digital Divide: The gap between people who have access to technology and those who don’t.
Logic Gates & Truth Tables (The “Easy Marks”)
You will almost certainly see a question on Logic Gates. These are the “decision-makers” of the computer.
- AND Gate: Both inputs must be 1 for the output to be 1. (Like a door with two locks; you need both keys).
- OR Gate: Only one input needs to be 1 for the output to be 1. (Like a room with two doors; either one gets you in).
- NOT Gate: It’s the “Opposite” gate. If you give it a 1, it spits out a 0.
Revision Tip: Practice drawing the symbols. A small curve or a straight line can change an AND gate into an OR gate, and you’ll lose marks for a messy drawing!
Database & Spreadsheet Practical Prep
For the practical (Section B), the examiners usually focus on MS Access or MS Excel.
In Excel (Spreadsheets):
- Formulas: Always start with an equals sign (=).
- Functions to know: SUM, AVERAGE, COUNT, MAX, MIN, and IF.
- Common Question: “Write the formula to calculate the total of cells A1 to A10.”
- Correct Answer: =SUM(A1:A10)
In Access (Databases):
- Primary Key: The “ID” card of a record. It must be unique (like your Admission Number).
- Data Types: Know when to use Text, Number, Date/Time, or Currency.
Programming & Flowcharts
Many students fear the programming question, but it’s actually very logical. Usually, you’ll be asked to draw a Flowchart or write a Pseudocode for a simple task (like adding two numbers).
Flowchart Symbols to Memorize:
- Oval: Start / End.
- Parallelogram: Input / Output (e.g., “Read A”).
- Rectangle: Processing (e.g., “Sum = A + B”).
- Diamond: Decision (e.g., “Is Age > 18?”).
Revision Tip: If you are asked to write a program in BASIC or Python, remember that syntax matters. Don’t forget your quotes ” “ for text and your commas , for separating variables.
Final Exam Strategy (Practical Tips)
The SSCE is as much about time management as it is about knowledge.
- Read the Instruction First: In the practical, look at the “Instruction to Candidates.” If they ask you to save your work with your Index Number, do exactly that.
- The “Print Screen” Rule: If you are in the lab and your work disappears, you can’t get those marks back. Save your work every 5 minutes!
- Keywords in Theory: If a question asks for “Two advantages of a Network,” bullet point them.
- Resource sharing (printers).
- Easy communication (emails).
Summary Checklist for Exam Day:
- Bring a sharp pencil for your flowchart drawings.
- Review the Networking Topologies (Star, Bus, Ring).
- Double-check your HTML tags (remember every <html> needs a </html>).