Welcome: Difference between revisions

From Computer Science Wiki
Line 94: Line 94:
A [[programming language]] is a formal language that specifies a set of instructions that can be used to produce various kinds of output. <ref>https://en.wikipedia.org/wiki/Programming_language</ref>.
A [[programming language]] is a formal language that specifies a set of instructions that can be used to produce various kinds of output. <ref>https://en.wikipedia.org/wiki/Programming_language</ref>.


Our primary languages are [[Python]] and [[PHP]]. As we learn about [[Web Science]], PHP is a logical choice. As we learn about [[Modeling and Simulation]], Python is a good match.
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:
Below are languages we cover:

Revision as of 05:43, 10 August 2017

News.png News[edit]

Hello and welcome.

This wiki supports the learning of high school computer science.

Summer 2017 homework:

  1. Please watch and understand all the videos from crash course computer science. They are an EXCELLENT resource for computer science students.
  2. Please complete your topic for our 2018 case study. Your individual assignments are here : https://docs.google.com/spreadsheets/d/1XWjJzdVOXkPThRT02YrO4cql_hcWu2hPVbqJ-V2QwAc/edit?usp=sharing

Summer 2017 Notes:

  1. This wiki is in "summer maintaining mode". You may see more red links than normal, and layouts are subject to change without notice.
Computer science and ASW school values


Classes.png Our Classes[edit]

Course Meets Room
IB Computer Science SL - Year 1 ? H121
IB Computer Science HL - Year 1 ? H121
IB Computer Science SL - Year 2 ? H121
IB Computer Science HL - Year 2 ? H121
Designing Solutions Through Programming ? H121
Design 6 ? Design Center
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]

Credit.png Credits[edit]