Detailed information on how this website uses cookies can be found in our privacy notices. Now determine whether this website may use cookies as described below. You can change your settings at any time.
Necessary cookies
are required for the basic functions of the website and therefore cannot be deactivated.
The "Score A" series is a popular revision and exercise book used by Malaysian students to prepare for school exams (Peperiksaan Akhir Tahun) and the SPM (Sijil Pelajaran Malaysia) level, specifically for the subject Asas Sains Komputer (ASK) for Form 4 (Tingkatan 4).
| Chapter | Topic | Example Question | Expected Answer Format | | :--- | :--- | :--- | :--- | | | Pengaturcaraan (Programming) | Output of a pseudocode loop | 1, 3, 5, 7, 9 (Detailed step-by-step trace) | | 2 | Struktur Kod Atur Cara (Code Structure) | Identify syntax error | Missing semicolon at line 12. Corrected: cout << jumlah; | | 3 | Pembangunan Atur Cara (Program Development) | Draw a flowchart for a cashier system | Flowchart symbols with correct decision diamonds and process boxes | | 4 | Pengujian & Penyahpepijatan (Testing & Debugging) | What is unit testing? | Answer: Unit testing checks individual modules/functions of a program before integration. |