Posts

from 6 to 9

 Grade6-9 https://eprovesurveys.advanc-ed.org/surveys/#/action/278349/68480 https://eprovesurveys.advanc-ed.org/surveys/#/action/278350/68480

Grade 8 - Project term 2

Image
  Subject ICT Grade 8 Assessment Type Project (Rubric) Tool P5JS editor Teacher: Total Marks 30 Date given Week  5 Due Date: Week  6 Student Name Note: Students will do their project in the computer lab. Objective: Create an airplane using various shapes and variables to position objects to make them move. Materials: Computers with internet access. p5.js Web Editor Steps: 1. Introduction: Briefly introduce what your project is about. 2. Materials and Setup: Ensure each student has access to a computer with p5.js Web Editor open. Instruction : Open p5js editor    p5.js Web Editor Change the background colour to light blue with r=100, g=200, b=250 Add two ellipses for the body and cockpit of the plane at the center of the canvas.  Use appropriate colours without a border. move the cockpit of the plane at an appropriate position, reduce the y position by 20 pixels to move it upwards. Use a subtraction operator. Create two variables x_plane and y_plane at ...

Grade 9 - Mid-term Worksheet

Image
  Mid-term Worksheet Q1. Circle the correct answer for each of the following:                                         1-What is Node.js mainly used for? a-Building mobile  apps b-Writing frontend  code c--Server-side  programming d-Designing  graphics                        2-Which of the following is a common use case for Node.js? a-Data  analysis b-Building web  servers c-Creating  animations d-Game  development 3- Which method is typically used to send data from an HTML form to Node.js? a-GET b-POST c-PUT d-DELETE 4- What method is used to display data after form submission in Node.js? a-res.render() b- console.log() c- res.send() d-sendData() 5-What programming language is Node.js built on? a-Python b-JavaScript c-Ruby d-Java ...