Welcome: Difference between revisions

From Computer Science Wiki
No edit summary
 
(165 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
<table cellspacing="10" style="width:100%;">
== This wiki supports learning of high school computing.==
<tr>
{| class="wikitable"
<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">
|-
== Introduction ==
| This wiki supports learning of IB Computer Science Standard Level and Higher Level (years 1 and 2) including options for [https://computersciencewiki.org/index.php/Web_Science web science] and [https://computersciencewiki.org/index.php/Modeling_and_Simulation modeling and simulation].  Additionally, this wiki supports learning for two computing design courses, Designing solutions through programming (aka introduction to programming) and Solving complex problems through programming (aka advanced programming). Both courses are [https://www.ibo.org/programmes/middle-years-programme/ MYP design courses].


In 2017 The American School of Warsaw adopted values to guide our learning.  
A really good place to start is here: [[What is computer science]].
</td>
</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==
<p>If you are interested in registering an account, please send an email to bmackenty at gmail</p>


|}


<html>
<table class="wikitable">
  <thead>
    <tr>
      <th scope="col">Topic</th>
      <th scope="col">Assessed on...</th>
      <th scope="col">Courses</th>


{| style="width: 95%;" class="wikitable"
    </tr>
|-
  </thead>
! Course  !!  Meets !! School !! Room
  <tbody>
|-
 
| [[IB Computer Science SL - Year 1]] || ? || High || H121
    <tr>
|-
      <th scope="row"></html>[[System fundamentals]]<html> </th>
| [[IB Computer Science HL - Year 1 ]]  || ? || High || H121
      <td>Paper 1</td>
|-
      <td>IB Computer science SL and HL</td>
| [[IB Computer Science SL - Year 2]]  || ? || High || H121 
|-
| [[IB Computer Science HL - Year 2]]  || ? || High || H121
|-
| [[Designing Solutions Through Programming]] || ? || High || H121
|-
| [[Design 6]] || ? || Middle || Design Center
|}


{| style="width: 95%;" class="wikitable"
    </tr>
|-
!  style="background-color: #FAAFBA;" |  [[file:warning.png]] [[How to ask for help | Help! My code isn't working!]]
|}


== [[File:calendar.png]] Calendars ==
  <tr>
    <th scope="row"></html>[[Computer organization]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science SL and HL</td>


* [[calendar | Click here for a useful page of calendars and dates]]
    </tr>
* In Warsaw Poland, today is '''{{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%">
    <th scope="row"></html>[[Networks]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science SL and HL</td>


== [[File:Target.png]] Big ideas in Computer Science ==
    </tr>
<tr>
    <th scope="row"></html>[[Computational thinking & problem-solving]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science SL and HL, Introduction to Programming, Advanced Programming</td>
    </tr>


These are the most important concepts and practices in computer science. They are not in any particular order.
    <th scope="row"></html>[[Abstract data structures]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science HL, Advanced Programming</td>


* [[What is computer science]]?
    </tr>
<tr>
    <th scope="row"></html>[[Resource management]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science HL</td>


    </tr>
<tr>
    <th scope="row"></html>[[Control]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science HL</td>


* [[System fundamentals ]]
    </tr>
* [[Computer organization]]
<tr>
* [[Networks]]
    <th scope="row"></html>[[Web Science]]<html> </th>
* [[Computational thinking, problem-solving and programming]]
      <td>Paper 2</td>
* [[Abstract data structures]]
    <td>IB Computer science SL and HL</td>
* [[Resource management]]
* [[Control]]
* [[Databases]]
* [[Web Science]]
* [[Modeling and Simulation]]
* [[Design]]
* [[Ethics]]
* [[Security]]
* [[Collaboration]]
* [[Object-Oriented Programming]]


</td>
    </tr>
<tr>
    <th scope="row"></html>[[Modeling and Simulation]]<html> </th>
      <td>Paper 2</td>
    <td>IB Computer science SL and HL</td>


<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;" width="50%">
    </tr>


== [[File:program.png]]  Languages ==
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.
<tr>
    <th scope="row"></html>[[Programming]]<html> </th>
<td>Papers 1 and 2</td>
<td>All courses</td>
</tr>


== Compiled Languages ==
</tbody>
* [[C]]
</table>
* [[Java]]


== Interpreted Languages ==
<br />
* [[Python]]
* [[PHP]]
* [[Javascript]]


== Database management languages==
* [[SQL]]


== Markup Language ==
</html>
* [[HTML]]
* [[CSS]]


</td>
</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">


== [[Image:computer.png]] Resources  ==
* [[Getting started]] Everything you need to KNOW and DO in order to get started.
* [https://manual.cs50.net/style/ Click here for an excellent style guide]


* [[Problem Sets]]
<hr />
* [[Recipes]]
* [[Case studies]]
* [[Internal Assessment]]
* [[Designing a solution through programming]]
* [[2018 case study]]
* [[2017 case study]]
* [[archived classes | Click here to access archived courses]]
</td>
</tr>


<tr>
<html>
<div class="alert alert-info fade show" role="alert">
  <strong>Resources</strong>
<p></p>
<p></p>
</html>
* [[Getting started]]


<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:lightgray; align:right;vertical-align:top;" colspan="2">
* [[2024 case study]]
* [[Internal Assessment]]
* [[Problem Sets]]


== [[Image:credit.png]] Credits ==
* [[archived classes | Click here to access archived courses]]
* Icons used with tremendous gratitude by [http://www.freepik.com/ Freepik] from [http://www.flaticon.com/ flaticon]
* [[Permissions for fair use]]
* I am very careful about citing work. If I've made any mistakes, [[User:Mr. MacKenty |please let me know!!!]]
<html>
* [[Permissions for fair use | Click here to see the permissions and licenses I have for using copyrighted material]]
* [http://cs50.tv/2015/fall/ I love CS50. I will individually attribute when I use CS50 stuff, but I want to acknowledge how great it is here]


</td>
</div>
</tr>
</html>
</table>

Latest revision as of 12:24, 30 May 2023

This wiki supports learning of high school computing.[edit]

This wiki supports learning of IB Computer Science Standard Level and Higher Level (years 1 and 2) including options for web science and modeling and simulation. Additionally, this wiki supports learning for two computing design courses, Designing solutions through programming (aka introduction to programming) and Solving complex problems through programming (aka advanced programming). Both courses are MYP design courses.

A really good place to start is here: What is computer science.

If you are interested in registering an account, please send an email to bmackenty at gmail

Topic Assessed on... Courses
System fundamentals Paper 1 IB Computer science SL and HL
Computer organization Paper 1 IB Computer science SL and HL
Networks Paper 1 IB Computer science SL and HL
Computational thinking & problem-solving Paper 1 IB Computer science SL and HL, Introduction to Programming, Advanced Programming
Abstract data structures Paper 1 IB Computer science HL, Advanced Programming
Resource management Paper 1 IB Computer science HL
Control Paper 1 IB Computer science HL
Web Science Paper 2 IB Computer science SL and HL
Modeling and Simulation Paper 2 IB Computer science SL and HL
Programming Papers 1 and 2 All courses