Main pages: SDD --- IPT --- IDE's --- Web template






Logo for Blackwattle Campus of Sydney Secondary College
TAS FACULTY
SUBJECT SELECTION INFORMATION
Subjects for students interested in computing
HEAD TEACHER: Ms McBride

Home

IT courses at the Backwattle Bay Campus of Sydney Secondary College:


The Department of Education has a range of senior courses in IT for Year 11 & 12 study. Those listed below are offered at Blackwattle Bay Campus. In order of complexity, they are:

Teacher of SDD and IPT: Nev Goodyer - neville.goodyer@det.nsw.edu.au

(Students studying other courses such as Design and Technology (D&T) may also create IT projects or components)


Some Blackwattle Bay SDD projects are shown below:

Year 12 2020 final project:

Image of the minesweeper field during game play
SDD 2020 Minesweeper - Harvey
https://harveyb02.github.io/Minesweeper/
Screen clipping taken: 15/06/2021


Image of the cleared minesweeper field
Minesweeper solved!!
https://harveyb02.github.io/Minesweeper/
Screen clipping taken: 15/06/2021 13:21 PM


Year 11 2021 Binary puzzle project:

Image of the backtracking Binary Puzzle game
Y11 SDD 2021 Binary Puzzle with Backtracking - Oliver:
https://y11sddgroup.github.io/binary-puzzle/v1.07/puzzle.html
Screen clipping taken: 15/06/2021 13:21 PM
Repository at: https://github.com/y11sddgroup/binary-puzzle

Description of the Year 11 2021 Binary puzzle project: Project + 10 versions
Local version (stolen from above): v1.07 with backtracking - try clicking once in the top row



Top

Website editors (authoring tools)


Both IDE's (Integrated Development Environments) described below allow a split screen, where typing in "design" view automatically creates "source" code on the other side. Both show the file structure - "Solution Explorer" in VS (MS Visual Studio) and "Local Files" in DW (Adobe Dreamweaver).

Because it edits, Python, JavaScript, HTML and Visual Basic, the preferred editor is Visual Studio (VS) community (free to anyone), but this doesn't work on Mac. VS interacts well with GitHub and provides good support for formatting and error checking: Image of the Visual Studio split interface


Dreamweaver (DW), a great editor for HTML and JavaScript is free for students under the DET licencing for Adobe. It works on Mac and PC, interacts well with GitHub, has a great "Live View" but has different error checking standards to VS: Image of the Dreamweaver split interface
Note that the images above are 940 pixels wide.

Top