-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths3-4.html
77 lines (66 loc) · 4.74 KB
/
s3-4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Nat4 + Nat5</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<p align=center><img src="files/cropped-circuitboard-heading.jpg" alt="" width=100% /></p>
<h1>National 4 and 5 Computer Science</h1>
<ul>
<li><a href="courses/Nat4-vs-Nat5-comparison-for-S2-Parents-Night.pdf" target="_blank">Course Outcomes and Course comparison</a> (taken from <a href="http://www.sqa.org.uk/sqa/56923.html" target="_blank">SQA Course Unit Support Notes</a>)</li>
</ul>
<h3>Course Notes</h3>
<ul>
<li><a href="courses/S3-Notes.pdf " target="_blank">S3 Notes - Information Systems Design and Development</a></li>
<li><a href="courses/Software-Development-Revision-Int2-RevCode.pdf" target="_blank">S4 Notes - Software Development Using LiveCode</a></li>
</ul>
<h3>Homework</h3>
Please add a post to your learning blog after each Computing Science lesson explaining what you have been doing and what you learned.
<em>Remember, if you are absent at any time it is <strong>your</strong> responsibility to catch up on missed work including any homework that was issued whilst you were off. This should be submitted as soon as you are able to do it.</em>
<h3>Activities</h3>
<ul>
<li><a href="http://www.quia.com/quiz/3180491.html">Input, Backing Storage and Output Quiz</a></li>
</ul>
<h3>Web Page HTML</h3>
We are using the Web Page Editor <a href="http://net2.com/nvu/download.html">NVu</a> in class. This is free to download and use at home and runs on PC and Mac computers.
Tutorials and help on writing HTML can be found at <a href="http://www.w3schools.com/html/default.asp">w3schools.com,</a> <a href="http://www.codecademy.com/tracks/web">CodeAcademy </a>and <a href="http://www.htmldog.com/guides/html/beginner/">HTMLDog</a>.
<h3>Programming Language</h3>
We are using the programming langugae LiveCode in class. All students who have access to a computer at home are encouraged to download LiveCode and pratice at home. LiveCode is free, open source software which runs on PC, Mac and Linux computers. More information on the <a href="http://livecode.com/" target="_blank">LiveCode website</a> including the ability to download for free.
<h3>Supercomputers</h3>
Since leaving teaching, MrsBarrass has been working on the UK National UK Supercomputing Service, ARCHER as part of EPCC at Edinburgh University. She has written a <a title="ARCHER UK National Supercomputer" href="http://www.archer.ac.uk/outreach/" target="_blank">webpage of information about Supercomputers</a> which is relevant to the National 5 Computing Science course.
<hr />
<h3>Old Int 1 Course Notes</h3>
<ul>
<li><a href="courses/Int1-Computers-and-the-Internetint.pdf" target="_blank">Int1 Computers and the Internet</a></li>
<li><a href="courses/Int-1-Computers-and-the-Internet-Revision.pdf" target="_blank">Int1 Computers and the Internet Revision</a></li>
</ul>
<ul>
<li><a href="courses/Int1-Multimedia-Applications.pdf" target="_blank">Int1 Multimedia Applications</a></li>
<li><a href="courses/Int-1-Multimedia-Revision.pdf" target="_blank">Int1 Multimedia Revision</a></li>
</ul>
<ul>
<li><a href="courses/Int1-Computer-Apps-Notes.pdf" target="_blank">Int1 Computer Applications</a></li>
<li><a href="courses/Int-1-Computer-Applications-Revision.pdf" target="_blank">Int1 Computer Applications Revision</a></li>
</ul>
<hr />
<h3>Quizzes and Revision Activities</h3>
<h4>S3 Word Processing</h4>
<ul>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/quizes/WPQuiz/WordProcessing.htm">WP Quiz</a></li>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/mem_game/WP/index.htm">WP Memory Challenge</a></li>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/crosswords/WP_SG.html">WP Crossword</a></li>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/beetle/wp.html">WP Beetle</a></li>
</ul>
<h4>S3 Computer Systems</h4>
<ul>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/quizes/InputOutputStorage.htm">I O Devices Quiz</a></li>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/mem_game/iodevices/index.htm">I O Devices Memory Challenge</a></li>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/crosswords/Inp_Out_Store.html">I O Devices Crossword</a></li>
<li><a href="http://mrsbfiles.mrsbarrass.co.uk/Vocab_Activities/beetle/iodevices_sg_fg.html">I O Devices beetle</a></li>
<li><a href="http://www.quia.com/quiz/3180496.html" target="_blank">Hardware Quiz</a></li>
<li><a href="http://www.quia.com/pages/cbarrass/s3int1" target="_blank">Quia Page</a></li>
</ul>
<p align="right"><a title="MrsBarrass" href="index.html">Home</a></p>
</body>
</html>