Leaving Certificate Computer Science

NCCA demo html file to demonstrate how to use html resources.

How to use and edit LCCS html resources



DIV1
Tips to Abstract an Algorithm
or write pseudcoode

DIV2
Code in Python

DIV3
Create a link to your pseudocode
or algorithm here?

Concept 0. READ and MODIFY CODE
Edit the code of this html file to change anything you wish.

This html file is intended to give you some tips on how to edit the code within this html file.
You may want to store your programs, pseudocode, designs or reflections.
The file to produce this output is mainly html, some css and some javascript.
You will encounter this type of resource when doing the Computational Thinking and block-based coding challenges.
HTML files cans be launched with any web browser, and edited with notepad++, brackets, thimble, etc..
Online html courses and language references can be found, for example, at Khan Academy or W3schools.
Online IDEs such as repl.it are excellent for Python or JS development or simply as a sandbox to play in.