Welcome: Difference between revisions

From Computer Science Wiki
Line 8: Line 8:


This wiki supports the learning of high school computer science.
This wiki supports the learning of high school computer science.
 
<!--
'''Summer 2017 homework''':
'''Summer 2017 homework''':
# Please [https://www.youtube.com/playlist?list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo watch and understand all the videos from crash course computer science]. They are an  EXCELLENT resource for computer science students.
# Please [https://www.youtube.com/playlist?list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo watch and understand all the videos from crash course computer science]. They are an  EXCELLENT resource for computer science students.
Line 16: Line 16:


# This wiki is in "summer maintaining mode". You may see more red links than normal, and layouts are subject to change without notice.  
# This wiki is in "summer maintaining mode". You may see more red links than normal, and layouts are subject to change without notice.  
   
  -->
{| style="width: 95%;" class="wikitable"
{| style="width: 95%;" class="wikitable"
|-
|-

Revision as of 19:29, 14 August 2017

News.png News[edit]

Hello and welcome.

This wiki supports the learning of high school computer science.

Computer science and ASW school values


Classes.png Our Classes[edit]

Course Meets Room
Year 1 SL IB Computer Science ? H121
Year 1 HL IB Computer Science ? H121
Year 2 SL IB Computer Science ? H121
Year 2 HL IB Computer Science ? H121
Designing Solutions Through Programming ? H121
Warning.png Help! My code isn't working!

Calendar.png Calendars[edit]

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]

Computer.png Resources[edit]

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


Credit.png Credits[edit]