Computer Science

  • Year 11 Semester 1
    • Programming
    • Networking
  • Year 11 Semester 2
    • Cybersecurity
    • Data Management
  • Year 12 Semester 1
    • Networking
    • Programming
  • Year 12 Semester 2
    • Data Management
    • Cyber security

Month: June 2017

Statements and control structures (selection and iteration)

June 10, 2017 antony 0

Each line of code which performs an action is a statement. When a statement tests if something is true or false it is a control […]

Variables – local, global, and parameter

June 10, 2017 antony 0

Local A local variable is only available to the module (or block of code) it is within.  That is its “scope”. The variable total is […]

Variables, constants, and arrays

June 10, 2017 antony 0

Variable A variable exists to store a value in a location (in memory) identified by a symbol (a name).  When creating a variable we identify […]

Copyright © 2026 | WordPress Theme by MH Themes