Welcome: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
== This wiki supports learning of high school computer science.==
== This wiki supports learning of high school computing.==
{| class="wikitable"
{| class="wikitable"
|-
|-
| This wiki specifically targets 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 computational 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].
| 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].


<p>Specific course related information can be found [https://computersciencelearning.org/learn/courses at this link]
A really good place to start is here: [[What is computer science]].


<p><strong>NEWS:</strong> There is a high school computer science discussion forum which you can find [https://discuss.computersciencewiki.org/ at this link]
<p>If you are interested in registering an account, please send an email to bmackenty at gmail</p>


<p><strong>NEWS:</strong> We are adding dynamic formative assessment to many of our wiki articles. Look at our [https://computersciencewiki.org/index.php/Networks networking page] for examples. Try it, it's cool. </p>
<p><strong>NEWS:</strong> I hate mediawiki skins so very much. Every time I try to upgrade it is a cacaphony of byzantine errors, wasted time, and deep feelings of grrr. So, we are back to default theme. Yuck. </p>
|}
|}


<html>
<html>
Line 21: Line 15:
   <thead>
   <thead>
     <tr>
     <tr>
       <th scope="col">Core Topics</th>
       <th scope="col">Topic</th>
      <th scope="col">Assessed on...</th>
       <th scope="col">Courses</th>
       <th scope="col">Courses</th>


Line 30: Line 25:
     <tr>  
     <tr>  
       <th scope="row"></html>[[System fundamentals]]<html> </th>
       <th scope="row"></html>[[System fundamentals]]<html> </th>
      <td>Paper 1</td>
       <td>IB Computer science SL and HL</td>
       <td>IB Computer science SL and HL</td>


Line 36: Line 32:
   <tr>
   <tr>
     <th scope="row"></html>[[Computer organization]]<html> </th>
     <th scope="row"></html>[[Computer organization]]<html> </th>
      <td>Paper 1</td>
     <td>IB Computer science SL and HL</td>
     <td>IB Computer science SL and HL</td>


Line 41: Line 38:
<tr>
<tr>
     <th scope="row"></html>[[Networks]]<html> </th>
     <th scope="row"></html>[[Networks]]<html> </th>
      <td>Paper 1</td>
     <td>IB Computer science SL and HL</td>
     <td>IB Computer science SL and HL</td>


Line 46: Line 44:
<tr>
<tr>
     <th scope="row"></html>[[Computational thinking & problem-solving]]<html> </th>
     <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>
     <td>IB Computer science SL and HL, Introduction to Programming, Advanced Programming</td>
     </tr>
     </tr>
<tr>
    <th scope="row"></html>[[Programming]]<html> </th>
    <td>IB Computer science SL and HL, Introduction to Programming, Advanced Programming. There are also advanced topics within this topic</td>


    </tr>
     <th scope="row"></html>[[Abstract data structures]]<html> </th>
     <th scope="row"></html>[[Abstract data structures]]<html> </th>
      <td>Paper 1</td>
     <td>IB Computer science HL, Advanced Programming</td>
     <td>IB Computer science HL, Advanced Programming</td>


Line 59: Line 55:
<tr>
<tr>
     <th scope="row"></html>[[Resource management]]<html> </th>
     <th scope="row"></html>[[Resource management]]<html> </th>
      <td>Paper 1</td>
     <td>IB Computer science HL</td>
     <td>IB Computer science HL</td>


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


Line 69: Line 67:
<tr>
<tr>
     <th scope="row"></html>[[Web Science]]<html> </th>
     <th scope="row"></html>[[Web Science]]<html> </th>
      <td>Paper 2</td>
     <td>IB Computer science SL and HL</td>
     <td>IB Computer science SL and HL</td>


Line 74: Line 73:
<tr>
<tr>
     <th scope="row"></html>[[Modeling and Simulation]]<html> </th>
     <th scope="row"></html>[[Modeling and Simulation]]<html> </th>
      <td>Paper 2</td>
     <td>IB Computer science SL and HL</td>
     <td>IB Computer science SL and HL</td>
    </tr>
</tbody>
</table>
<br />
<table class="wikitable">
  <thead>
    <tr>
      <th scope="col">Other Topics</th>
      <th scope="col">Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row"></html>[[What is computer science]]<html> </th>
      <td>An overview of computer science</td>


     </tr>
     </tr>
Line 100: Line 80:


<tr>
<tr>
     <th scope="row"></html>[[Development]]<html> </th>
     <th scope="row"></html>[[Programming]]<html> </th>
    <td>The tactical process of designing software</td>
<td>Papers 1 and 2</td>
 
<td>All courses</td>
</tr>
</tr>


<tr>
</tbody>
    <th scope="row"></html>[[Design]]<html> </th>
</table>
    <td>The strategic process of designing software</td>


</tr>
<br />
 
 
<tr>
    <th scope="row"></html>[[How to ask for help | Asking for Help]] <html> </th>
    <td>#lifeskill</td>
 
</tr>


<tr>
    <th scope="row"></html>[[Debugging]] <html> </th>
    <td>If you learn to solve your own problems, life will be much easier for you.</td>
</tr>


</tbody>
</table>
</html>
</html>


Line 138: Line 103:
<p></p>
<p></p>
</html>
</html>
* [[Getting started]] Everything you need to KNOW and DO in order to get started.
* [[Getting started]]  


* [[2020 case study]] | [[2019 case study]] | [[2018 case study]]
* [[2024 case study]]
* [[Internal Assessment]]
* [[Internal Assessment]]
* [[Problem Sets]]  
* [[Problem Sets]]  


* [[archived classes | Click here to access archived courses]]
* [[archived classes | Click here to access archived courses]]
* [[Permissions for fair use]]
<html>
<html>


</div>
</div>
</html>
</html>

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