Welcome: Difference between revisions

From Computer Science Wiki
m (Reverted edits by Mr. MacKenty (talk) to last revision by Bmackenty)
(37 intermediate revisions by the same user not shown)
Line 3: Line 3:
<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">
<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">
== [[File:news.png]] news==
== [[File:news.png]] News==


=== News for May 2016 ===
Hello and welcome.


I am building all of our course stuff for next year. If you would like to help (and earn a grade increase) let me know. Please remember '''I'm still working on stuff - this site is under construction'''. [[User:Bmackenty|Bmackenty]] ([[User talk:Bmackenty|talk]]) 22:21, 2 May 2016 (CEST)
This wiki supports the learning of high school computer science.
 
'''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 complete your topic for our [[2018 case study]]
 
'''Summer 2017 Notes''':
 
# This wiki is in "summer maintaining mode". You may see more red links than normal, and layouts are subject to change without notice.
# Please know from about 29 June  to about 7 July I'm going dark and completely unplugging from absolutely everything.  
{| style="width: 95%;" class="wikitable"
|-
!  style="background-color: #82E0AA;" | [[Computer science and ASW school values]]
|}


=== News for April 2016 ===


Welcome to our new classroom website. I am still moving stuff from moodle to here. You should consider this our official classroom site, but please remember I'm still working on stuff. [[User:Bmackenty|Bmackenty]] ([[User talk:Bmackenty|talk]]) 08:10, 3 April 2016 (CEST)


</td>
</td>
</tr>
</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;">
<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==
== [[File:classes.png]] Our Classes==




{| style="width: 95%;" class="wikitable"
{| style="width: 95%;" class="wikitable"
|-
|-
! Course  !!  Meets !! School !! Room
! Course  !!  Meets !! Room  
|-
|-
| [[High School Exploring  Computer Science]]  || F and G block || High School || 214a
| [[IB Computer Science SL - Year 1]]  || ? || H121
|-
|-
| [[Middle School Exploring Computer Science]] || B block || Middle School || 214a
| [[IB Computer Science HL - Year 1 ]] || ? || H121
|-
|-
| [[IB Computer Science]] (SL and HL) || next year || High School || 214a
| [[IB Computer Science SL - Year 2]] || ? ||H121 
|-
|-
| [[Designing Web Applications]] || next year || Middle School || 214a
| [[IB Computer Science HL - Year 2]] || ? || H121
|-  
|-  
| [[Designing Solutions Through Programming]] || next year || High School || 214a
| [[Designing Solutions Through Programming]] || ? || H121
|-
| [[Design 6]] || ? || 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!]]
|}
|}


Line 38: Line 59:


* [[calendar | Click here for a useful page of calendars and dates]]
* [[calendar | Click here for a useful page of calendars and dates]]
* Today is '''{{CURRENTDAYNAME}}, {{CURRENTDAY2}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}'''
* In Warsaw Poland, today is '''{{CURRENTDAYNAME}}, {{CURRENTDAY2}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}'''
* The current time in Warsaw, Poland is: '''{{LOCALTIME}}'''
</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;" width="50%">


== [[file:warning.png]] How to best get help ==  
== [[File:Target.png]] Big ideas in Computer Science ==


* [[How to ask for help | Help! My code isn't working!]]
These are the most important concepts and practices in computer science. They are not in any particular order.


</td>
* [[What is computer science]]?
<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;">
== [[File:Target.png]] Big ideas in Computer Science ==


There are some ideas in computer science which apply to almost all programming languages.


* [[System fundamentals ]]
* [[System fundamentals ]]
Line 59: Line 80:
* [[Control]]
* [[Control]]
* [[Databases]]
* [[Databases]]
* [[Web Science | Fundamentals of the web]]
* [[Web Science]]
* [[Web applications]]
* [[Modeling and Simulation]]
* [[Design]]
* [[Design]]
* [[Collaboration]]
* [[Ethics]]
* [[Ethics]]
* [[Security]]
* [[Security]]
* [[Collaboration]]
* [[Object-Oriented Programming]]
</td>
</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;" width="50%">
<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;">
 
== [[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.


== [[File:program.png]] Programming Languages==
== Compiled Languages ==
* [[C]]
* [[Java]]


== Interpreted Languages ==
* [[Python]]
* [[Python]]
* [[PHP]]
* [[PHP]]
* [[Javascript]]
== Database Management Languages==
* [[SQL]]
* [[SQL]]
== Markup Language ==
* [[HTML]]
* [[HTML]]
* [[CSS]]
* [[CSS]]
* [[Javascript]]
 
</td>
</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">


<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;">
== [[Image:computer.png]] Resources  ==
== [[Image:computer.png]] Resources  ==
* [[Getting started]] Everything you need to KNOW and DO in order to get started.  
* [[Getting started]] Everything you need to KNOW and DO in order to get started.  
* [[Connecting to our class Linux server]]
* [https://manual.cs50.net/style/ Click here for an excellent style guide]
* [[2016 Summer reading and work]]
 
* [[Problem Sets]]
* [[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>
</td>
</tr>
</tr>
Line 95: Line 139:
== [[Image:credit.png]] Credits ==
== [[Image:credit.png]] Credits ==
* Icons used with tremendous gratitude by [http://www.freepik.com/ Freepik] from [http://www.flaticon.com/ flaticon]
* 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, please let me know!!!
* 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]]
* [[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>
</td>
</tr>
</tr>
</table>
</table>
[[Category:Welcome here!]]

Revision as of 12:44, 25 June 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

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.
  2. Please know from about 29 June to about 7 July I'm going dark and completely unplugging from absolutely everything.
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 is a logical choice. As we learn about Modeling and Simulation, Python is a good match.

Compiled Languages[edit]

Interpreted Languages[edit]

Database Management Languages[edit]

Markup Language[edit]

Computer.png Resources[edit]

Credit.png Credits[edit]