Welcome: Difference between revisions

From Computer Science Wiki
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
<tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;" colspan="2">
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;" colspan="2">
== [[File:news.png]] News==
Hello and welcome.


This wiki supports the learning of high school computer science.
This wiki supports the learning of high school computer science.
Line 17: Line 14:
!  style="background-color: #82E0AA;" |  [[Computer science and ASW school values]]
!  style="background-color: #82E0AA;" |  [[Computer science and ASW school values]]
|}
|}


</td>
</td>
</tr>
</tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;" colspan="2">
== [[File:classes.png]] Our Classes==
{| style="width: 95%;" class="wikitable"
|-
! Course  !!  Meets !! Room
|-
| [[Year 1 SL IB Computer Science]] || Block 4 || H121
|-
| [[Year 1 HL IB Computer Science]]  || Block 4 || H121
|-
| [[Year 2 SL IB Computer Science]] || Block 2 ||H121 
|-
| [[Year 2 HL IB Computer Science]] || Block 2 || H121
|-
| [[Designing Solutions Through Programming - Block 1]] || Block 1 || H121
|-
| [[Designing Solutions Through Programming - Block 5]] || Block 5 || H121
|-
| [[Design 6 2017 - 2018 ]] || Block 7 || Design Center
|}
{| style="width: 95%;" class="wikitable"
|-
!  style="background-color: #FAAFBA;" |  [[file:warning.png]] [[How to ask for help | Help! My code isn't working!]]
|}


== [[File:calendar.png]] Calendars ==
* [[calendar | Click here for a useful page of calendars and dates]]
* In Warsaw Poland, today is probably '''{{CURRENTDAYNAME}}, {{CURRENTDAY2}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}'''
</td>
</tr>
<tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;" width="50%">
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;" width="50%">
Line 113: Line 72:
</td>
</td>
</tr>
</tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightyellow; align:right;vertical-align:top;" colspan="2">
== [[File:classes.png]] Classes==
{| style="width: 95%;" class="wikitable"
|-
! Course  !!  Meets !! Room
|-
| [[Year 1 SL IB Computer Science]] || Block 4 || H121
|-
| [[Year 1 HL IB Computer Science]]  || Block 4 || H121
|-
| [[Year 2 SL IB Computer Science]] || Block 2 ||H121 
|-
| [[Year 2 HL IB Computer Science]] || Block 2 || H121
|-
| [[Designing Solutions Through Programming - Block 1]] || Block 1 || H121
|-
| [[Designing Solutions Through Programming - Block 5]] || Block 5 || H121
|-
| [[Design 6 2017 - 2018 ]] || Block 7 || Design Center
|}
{| style="width: 95%;" class="wikitable"
|-
!  style="background-color: #FAAFBA;" |  [[file:warning.png]] [[How to ask for help | Help! My code isn't working!]]
|}
== [[File:calendar.png]] Calendars ==
* [[calendar | Click here for a useful page of calendars and dates]]
* In Warsaw Poland, today is probably<ref>This wiki uses caching, and might serve a cached copy of the date and time. I wonder why computers cache?</ref> '''{{CURRENTDAYNAME}}, {{CURRENTDAY2}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}'''
</td>
</tr>
<tr>
<tr>
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;" colspan="2">
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#E6F9E6; align:right;vertical-align:top;" colspan="2">
Line 119: Line 121:
* [[Getting started]] Everything you need to KNOW and DO in order to get started.  
* [[Getting started]] Everything you need to KNOW and DO in order to get started.  


 
* [[2019 case study]]
* [[2018 case study]]
* [[2018 case study]]
* [[Internal Assessment]]
* [[Internal Assessment]]

Revision as of 13:11, 29 May 2018

This wiki supports the learning of high school computer science.

Computer science and ASW school values

Target.png Big ideas in Computer Science[edit]

These are the most important concepts and practices in computer science. They are not in any particular order.


Program.png Languages[edit]

A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. [1].

Our primary languages are Python and PHP. As we learn about Web Science, PHP & Javascript are logical choices. As we learn about Modeling and Simulation, Python is a good match.

Below are languages we cover:

Compiled Languages[edit]

  • We do not deeply study compiled language in the courses I teach. The C programming language is used, only for a "hello world" example, and for students to see and practice the compilation process.

Interpreted Languages[edit]

Database Management Languages[edit]

Markup Languages[edit]

Domain-specific declarative language[edit]

Classes.png Classes[edit]

Course Meets Room
Year 1 SL IB Computer Science Block 4 H121
Year 1 HL IB Computer Science Block 4 H121
Year 2 SL IB Computer Science Block 2 H121
Year 2 HL IB Computer Science Block 2 H121
Designing Solutions Through Programming - Block 1 Block 1 H121
Designing Solutions Through Programming - Block 5 Block 5 H121
Design 6 2017 - 2018 Block 7 Design Center
Warning.png Help! My code isn't working!

Calendar.png Calendars[edit]

Computer.png Resources[edit]

  • Getting started Everything you need to KNOW and DO in order to get started.

Credit.png Credits[edit]

  1. https://en.wikipedia.org/wiki/Programming_language
  2. This wiki uses caching, and might serve a cached copy of the date and time. I wonder why computers cache?