SA1 Computer Science Final Paper G8 Set A
SA1 Computer Science Final Paper G8 Set A
Page 1
Task - 1 10
1. HTML Structure : Create the HTML structure for the to-do list. You can
have an input field to add tasks, a button to submit tasks, and an empty
unordered list (<ul>) where the tasks will be displayed.
Task - 2 15
4. Functions in JavaScript : Create JavaScript functions to perform various
tasks in your to-do list application.
For example:
● A function to add tasks to the list.
● A function to remove tasks from the list.
● A function to mark tasks as completed or incomplete.
Page 2
● Update the task count dynamically.
● Provide a button to clear all completed tasks.
Task - 3 5
7. Styling: Apply CSS to style your to-do list for a more visually appealing
and user-friendly experience.
Section II : Viva 10
Points to Remember:
_____________________________________________________
Page 3