Monday, 25 November 2013

Homework: Specification mark scheme reviews

This homework is due Monday 9th December 2013

You need to work through the bullet points from the language translators and architecture sections of the specification for the advanced computing paper F453 creating boring and obvious definitions.

In order to do this you need to look back through exam mark schemes looking for the questions on these two sections (usually question 2 and 3 but not always).

this task needs to be done for all 9 specification areas, but I want to set this formally so I can make sure you're doing this in a manner that will be of some use to you when revising. If you do not make a good effort at this then you can't possibly hope to be successful in the exam at the end of the year so don't leave this till the last minute, you're given two weeks because I want to give you time to do this properly.

A copy of these two specification areas can be found here

1 comment:

  1. public Vector2 MyFeet { get { return feet.Position2D; } }

    public Vector2 FeetRight { get { return new Vector2(feet.Right, feet.Y); } }

    public Vector2 FeetLeft { get { return new Vector2(feet.Left, feet.Y); } }

    public Vector2 FeetDown { get { return new Vector2(feet.X, feet.Bottom + 1); } }

    public Vector2 FeetUp { get { return new Vector2(feet.X, feet.Top-1); } }

    ReplyDelete