Posts

Grade 9- Term 3 - Practical mid term test

Image
Subject ICT Grade 9 Trimester 3 Assessment Type Practical Mid-Term Test Teacher  Mrs.Hanan Date given Week 6                           Student Name   Time 45 min Marks                   /20 Instructions : Open the given link :   https://editor.p5js.org/   (1 mark) Task 1: Log in with user.user7@gmail.com and the password: user123456789                            Task 2: Create a Canvas with size “600 * 600”.             (1 mark) Task 3: Change the background color to Black. (1 mark) Task 4: Inside the draw function write the command to create a 3D Sphere shape having radius 200.   (3 marks) Task 5:  Search for a picture of Earth texture online and download.     ...

Term 3 : Lesson 1 : Object Oriented Programming

Term 3 Lesson 1 : Object Oriented Programming You can find all assets here:  here

grade9 - Practical exam Final

Subject ICT (Practical)  Grade: 9 Duration of exam 45 mins Teacher Ms Hanan Date given Week 11 Student Name and signature Topic: Creating a Weather web page Exam Instructions: Create a Folder: Create a folder on your computer with your full name as the folder name. Write Your Code: Complete the coding tasks in the exam. After finishing, open Notepad or any text editor of your choice. Save Your Work: Copy and paste your code into the text editor, then save the file with the following format: FullName-Class.txt (example: MsHanan-Grade9a.txt ). Submit Your Folder: Once you've saved your file, ensure that the folder with your name contains your code file, and submit the folder as per the exam instructions.   open: https://www.weatherapi.com/my/ then copy the key and open:  https://www.weatherapi.com/api-explorer.aspx login: user7.grade7@gmail.com password: user123456789 then open W3schools try it editor CSS code: <style>        ...

Lesson 3 Weather API week 10

    Lesson 3 Weather API week 10 Instructions:   1- the full lesson is here : Weather API 2- In another tab, open: https://www.weatherapi.com/my/ then copy the key and open:  https://www.weatherapi.com/api-explorer.aspx login: user7.grade7@gmail.com password: user123456789

Practical exam grade 9

Image
  Subject ICT Grade 9 Trimester 2 Assessment Type Practical Mid-Term Test Teacher   Date given Week 6                           Student Name   Time 45 min Marks                   /20 Instructions: Instructions:   Choose your editor : You may use W3Schools TryIt Editor Open Google and search for: : w3schools try it editor In another tab, open: tnis-ict9.blogspot.com Copy the code provided and paste it into the : W3Schools TryIt Editor: then follow the instructions on the exam paper. <html> <head>     <title>Simple Form</title>     <style>         body {             font-family: Arial, sans-serif;             text-align: center; ...