Tuesday, June 15, 2010

Final marks -- plus solutions for exam, June 2010

Final marks are now posted on Google Docs at http://tinyurl.com/ylgwc6c.

The answers and solutions to the June exam are on posterous.com at http://ics2.posterous.com/.

One or two graphic details may not display accurately on that posterous document. The diagrams for the question on pixel graphics should look like below (this does not show the shaded arc):



Have a great summer!


Thursday, May 27, 2010

Career Project -- Bibliography format

The Career Project specifies that you create a bibliography using a standard format (APA or MLA) that you learned in your Careers class.

A simple search on the Web (e.g. bibliography APA style) will find you many guides to correct formatting. One example is at http://www.library.ubc.ca/home/about/instruct/apastyle.html.

Another approach is to fill in the form with information about your source at http://www.bibme.org/, select APA or MLA, then copy and paste the citation it creates for you.

Wednesday, May 19, 2010

format of June exam

The June exam will take place on Tuesday, June 15, 12:30 - 2:00.

It is worth 20% of your final mark.

The format of the exam is --
MARKS  
12 Part A: Multiple Choice
13 Part B: What is the output?
25 Programs
15 Part D: Written explanations

Wednesday, April 21, 2010

What you need to know for the test on Turing Selection

On Thursday, April 22 there will be a test on Chapter 9 of the Turing textook (Selection). You will be asked to write four programs in Turing.

You need to know:

1- the if construct - including elsif

2. finding large and smallest of input numbers of strings

3. the case construct

Monday, April 12, 2010

Turing in-class assignment - Selection using the case construct

Create a Turing program named after yourself (e.g. HannahM_SelectionCase). The program asks the user to choose their favourite sport from a menu of four sports. The program then gives a different reponse (e.g. "Great choice! Hockey is Canada's most popular sport.") for each sport. Use a case construct with string input. When finished, copy your file to the Dropoff Folder (Jarvis / Dropoff / Schreiber / ICS2O1).

Thursday, February 4, 2010

Thuirs., Feb. 3 - Norton, Ch. 27, Creating computer programs

Today we begin Norton, Ch. 27, Creating computer programs.

Some of this material will be familiar to you because you have already been creating computer programs in Turing, but you will get a more general overview of the topic by also learning about subjects such as program flow, flowcharts, algorithms and heuristics, and object-oriented programming (or try this link).