Welcome: Difference between revisions

From Computer Science Wiki
No edit summary
 
(108 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">
 
This wiki supports the learning of high school computer science.
<!--
'''Summer 2017 homework''':
# Please [https://www.youtube.com/playlist?list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo watch and understand at least 4 of the videos from crash course computer science]. They are an  EXCELLENT resource for computer science students.
# 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
-->
{| style="width: 95%;" class="wikitable"
|-
|-
!  style="background-color: #82E0AA;" | [[Computer science and ASW school values]]
| 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].
|}


</td>
A really good place to start is here: [[What is computer science]].
</tr>


<tr>
<p>If you are interested in registering an account, please send an email to bmackenty at gmail</p>
<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%">


== [[File:Target.png]] Big ideas in Computer Science ==
|}


These are the most important concepts and practices in computer science. They are not in any particular order.  
<html>
<table class="wikitable">
  <thead>
    <tr>
      <th scope="col">Topic</th>
      <th scope="col">Assessed on...</th>
      <th scope="col">Courses</th>


* [[What is computer science]]?
    </tr>
  </thead>
  <tbody>


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


* [[System fundamentals ]]
    </tr>
* [[Computer organization]]
* [[Networks]]
* [[Computational thinking & problem-solving]]
* [[Programming]]
* [[Abstract data structures]]
* [[Resource management]]
* [[Control]]
* [[Web Science]]
* [[Modeling and Simulation]]
* [[Artificial Intelligence]]
* [[Ethics]]


</td>
  <tr>
    <th scope="row"></html>[[Computer organization]]<html> </th>
      <td>Paper 1</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>
<tr>
    <th scope="row"></html>[[Networks]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science SL and HL</td>


== [[File:program.png]] Languages ==
    </tr>
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>.
<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>


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.
    <th scope="row"></html>[[Abstract data structures]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science HL, Advanced Programming</td>


Below are languages we cover:
    </tr>
<tr>
    <th scope="row"></html>[[Resource management]]<html> </th>
      <td>Paper 1</td>
    <td>IB Computer science HL</td>


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


* 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.
    </tr>
<tr>
    <th scope="row"></html>[[Web Science]]<html> </th>
      <td>Paper 2</td>
    <td>IB Computer science SL and HL</td>


== Interpreted Languages ==
    </tr>
* [[Python]]
<tr>
* [[PHP]]
    <th scope="row"></html>[[Modeling and Simulation]]<html> </th>
* [[Javascript]]
      <td>Paper 2</td>
    <td>IB Computer science SL and HL</td>


== Database Management Languages==
    </tr>
* [[SQL]]


== Markup Languages ==
* [[HTML]]


== Domain-specific declarative language ==
<tr>
* [[CSS]]
    <th scope="row"></html>[[Programming]]<html> </th>
 
<td>Papers 1 and 2</td>
</td>
<td>All courses</td>
</tr>
</tr>


</tbody>
</table>


<tr>
<br />
<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==


</html>




{| 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]]
<hr />
* 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>


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


 
* [[2024 case study]]
 
<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.
 
* [[2019 case study]]
* [[2018 case study]]
* [[Internal Assessment]]
* [[Internal Assessment]]
* [[Problem Sets]] &  [[Case studies]]
* [[Problem Sets]]  
* [[Recipes]]


* [[Designing a solution through programming]]
* [[archived classes | Click here to access archived courses]]
* [[archived classes | Click here to access archived courses]]
</td>
* [[Permissions for fair use]]
</tr>
<html>


<tr>
</div>
 
</html>
<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">
 
== [[Image:credit.png]] Credits ==
* Icons used with tremendous gratitude by [http://www.freepik.com/ Freepik] from [http://www.flaticon.com/ flaticon]
* I am very careful about citing work. If I've made any mistakes, [[User:Mr. MacKenty |please let me know!!!]]
* [[Permissions for fair use | Click here to see the permissions and licenses I have for using copyrighted material]]
 
</td>
</tr>
</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