-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths2.html
37 lines (28 loc) · 2 KB
/
s2.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>S2 Computing</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<p align=center><img src="files/cropped-circuitboard-heading.jpg" alt="" width=100% /></p>
<body>
<h1>S2 Computing</h1>
<h2>Accessing your school email</h2>
<a href="http://mrsbarrass.co.uk/wp-content/uploads/2014/03/Accessing-your-School-Email.pdf" target="_blank" rel="noopener">Read the Email helpsheet</a>
<h2> Setting up a WordPress Blog to record your learning</h2>
<a href="http://mrsbarrass.co.uk/wp-content/uploads/2014/03/WordPress-Blog.pdf" target="_blank" rel="noopener">Read the WordPress Helpsheet</a>
<h2>Buzzwords</h2>
<a href="http://www.flashcardmachine.com/tekmoms-tech-buzzwords.html">Some definitions to help you understand Computer Systems</a>
<h2>Socrative</h2>
Join the <a href="http://m.socrative.com/student/#joinRoom"> Socrative Room</a> - Barrass1
<h2>Scratch Programming</h2>
We have been using the Scratch Programming language in class. This was written especially for learning programming in schools. You can download Scratch for free to use at home on a PC, Mac or Linux computer - visit <a href="http://scratch.mit.edu/scratch_1.4/" target="_blank" rel="noopener">http://scratch.mit.edu/scratch_1.4/</a> to find out more.
<a href="http://mrsbarrass.co.uk/wp-content/uploads/2014/03/Scratch-Notes-2013.pdf">Scratch Programming Notes</a> : the notes you should also have in your jotter.
Remember, you only need to copy the pages with the pencil at the top right of the page!
<!-- Comment - keep the homework secret for now
<a href="http://mrsbarrass.co.uk/wp-content/uploads/2014/03/Scratch-Homework.pdf" target="_blank">Scratch Homework 1</a>
<a href="http://mrsbarrass.co.uk/wp-content/uploads/2014/03/S2-Scratch-HW-code-analysis.pdf" target="_blank">Scratch Homework 2 - code analysis</a>
End of comment -->
<p align="right"><a title="MrsBarrass" href="index.html">Home</a></p>
</body>
</html>