Demo of an "Array of Records" for NSW SDD Students.
The html page is at: https://martin-zurek.github.io/arrRecords/ details the functionality of successive versions.
A copy of the assessment task is at: https://github.com/bwattle/arrRecords/releases/download/v0.01-Doc/12SDD_A1-2022_Notification-AppsWithArraysOfRecords.docx
Sample apps are:
- Student graduation booking:
- Pizza ordering system:
- Peter: https://github.com/bwattle/arrRecords/releases/download/v0.01-VB/Pizza-PeterLi-2019.exe (Note the “Help” button and separate page)
Step by step docs:
-
v0.10 Doc - Downloading Visual Studio https://github.com/bwattle/arrRecords/releases/download/v0.10-Word/ArrRec-00-VS-Download.docx
-
v0.11 Doc - Cloning a repository direct to Visual Studio https://github.com/bwattle/arrRecords/releases/download/v0.11-Word/ArrRec-01-CloneDirectToVS.docx
-
v0.12 Doc - Cloning a repository from a zip file (SKIP if you've done step 2 above) https://github.com/bwattle/arrRecords/releases/download/0.12-word/ArrRec-02-CloneFromZip.docx
-
v0.13 Doc - Running VB and Python inside VS https://github.com/bwattle/arrRecords/releases/download/v0.13-Word/ArrRec-03-RunningPythonAndVB.docx
-
v0.14 Doc - Running Pascal files with Pascal XE https://github.com/bwattle/arrRecords/releases/download/v0.14-Word/ArrRec-04-RunningPascalFiles.docx
-
v0.15 Doc - Loading to your GitHub Repository https://github.com/bwattle/arrRecords/releases/download/v0.15-word/ArrRec-05-LoadingToYourGitHubRepo.docx
-
v0.16 Doc - Splitting HTML pages in Visual Studio https://github.com/bwattle/arrRecords/releases/download/v0.16-Word/ArrRec-06-SplitView-WebForms.docx
Future "how to" documents will be found in the "releases":
Other GitHub sites useful for HSC SDD students:
-
SDD student projects: https://bwattle.github.io/StudentProjects/A_SDD.html
-
Sorts - Text and numeric. Selection, insertion and bubble with passes shown. Repo: https://github.com/bwattle/10-JS-Sort Web: https://bwattle.github.io/10-JS-Sort/
-
Square Root by iteration in 4 languages: Repo: https://github.com/bwattle/SquareRoot Web: https://bwattle.github.io/SquareRoot/
-
File Operations - read, write and append in Pascal, Python and VB (Unfinished) Repo: https://github.com/bwattle/FileOps-VB-Py-Pascal Web: https://bwattle.github.io/FileOps-VB-Py-Pascal/
-
Binary puzzle - old HSC question: https://github.com/bwattle/BinaryPuzzle Web: https://bwattle.github.io/BinaryPuzzle/