Skip to main content
guest
|
Join
|
Help
|
Sign In
guest
Join
|
Help
|
Sign In
DPCSISH
Home
Wiki Home
Recent Changes
Pages and Files
Members
Topic 1 - System fundamentals
Topic 2 - Computer Organization
Topic 3 - Networks
Topic 4 - Computational Thinking, Problem-solving and Programming
JavaScript Programming
Java Programming
Useful Information
Internal Assessment (IA)
Sample Assessments
DP Sample Papers (Only for my class)
Exam Revision
Computer Science News
Tuesday 6th November (JavaScript)
Edit
0
8
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Tuesday 6th November JavaScript
Pseudocode-
http://en.wikipedia.org/wiki/Pseudocode
In
computer science
and
numerical computation
, pseudocode is an informal
high-level
description of the operating principle of a
computer program
or other
algorithm
. It uses the structural conventions of a
programming language
, but is intended for human reading rather than machine reading. Pseudocode typically omits details that are not essential for human understanding of the algorithm, such as
variable declarations
, system-specific code and some
subroutines
.
See attachment for approved notation for delevloping pseudocode:
click link below:
Pseudocode rules.docx
Details
Download
1 MB
1st Lesson content:
I quite like this website
(
www.w3schools.com
)
which I think is great for beginners, so we will start with this.
http://www.w3schools.com/js/js_howto.asp
Script Tag
<script>
alert("My First JavaScript");
</script>
Functions and Events
External JavaScript
Statements
Now we will look at some tutorials Sid has put together:
https://github.com/siddMahen/learning-js#learning-js
Sid also suggest we use node.js, which was the javascript environment which we will need to download and install. Sid I really likes this because it allows you to use javascript without HTML and CSS, elements which often hamper learning.
http://nodejs.org/
Please read the README.md file and follow it's instructions.
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
Pseudocode- http://en.wikipedia.org/wiki/Pseudocode
In computer science and numerical computation, pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. It uses the structural conventions of a programming language, but is intended for human reading rather than machine reading. Pseudocode typically omits details that are not essential for human understanding of the algorithm, such as variable declarations, system-specific code and some subroutines.
See attachment for approved notation for delevloping pseudocode: click link below:
1st Lesson content:
I quite like this website (www.w3schools.com) which I think is great for beginners, so we will start with this.
http://www.w3schools.com/js/js_howto.asp
<script>
alert("My First JavaScript");
</script>
Now we will look at some tutorials Sid has put together:
https://github.com/siddMahen/learning-js#learning-js
Sid also suggest we use node.js, which was the javascript environment which we will need to download and install. Sid I really likes this because it allows you to use javascript without HTML and CSS, elements which often hamper learning.
http://nodejs.org/
Please read the README.md file and follow it's instructions.