Data in/out in programs
Consider the following example.
Write a program using procedures that gets 2 numbers, adds them together before displaying the answer.
Data in/out in programs
Consider the following example.
Write a program using procedures that gets 2 numbers, adds them together before displaying the answer.
So some of you will be wondering why I posted the walk through for Int2 and not for higher. That is because it was already here for the higher.
You can view the unit posts at the top, you can see we started at the same time last year, although last year they had not done part 1. The YouTube playlist takes you through the 2010 coursework task.
Final Coursework Start – Tuesday 18th Feb
SD Nab – Friday 21st Feb
It looks like the prelim will be next Friday the 24th.
A 1D array is a data structure that can be thought of like a list. For example if you were asked to create a program that stores five names you might think that you could use 5 variables, what about a program that stores 20 or even 1000?
To create an array we use the DIM command but we add in a new piece of information.
DIM Number(5) as Integer
From CompEdNet
The 24 Russell Group universities, which include University of Edinburgh and University of Glasgow, have released their “Informed Choices” guidance for Post-16 Education and Computing (and in the future Computing Science) has a new position in the guide as being recognised as essential or useful for a wide variety of courses. This is a significant development for Computing Science and the position of the subject in the curriculum moving forward. It also is recognition of the work carried out by the HE, FE and Schools sectors in developing the new Curriculum for Excellence courses to more closely relate to the needs of further study of Computing Science in HE.
You can download the document at http://russellgroup.org/InformedChoices-latest.pdf
This version now includes Higher or Advanced Higher Computing (and, in future, Computing Science) as “Essential” for:
and as “Useful” for :
at all 24 Russell Group universities.
Well you have put in the work and you have managed to get your coursework completed and handed in. Well if not we will be having a conversation in the new year. The next big thing is the prelim, so how do you go about preparing for it? Well first of all make sure you have all the notes I have given you in some kind of order and that you have not lost any of them.
Using the two documents above,
The whole thing should take you about 40-50 minutes, you should be doing this 4-5 times a week. Don’t worry if you think that at the start it’s all computer systems, it will randomise quite quickly.
You need to be proactive in Higher, you need to be challenging yourself and testing your limits. Take a past paper and attempt to complete it. When you struggled with parts was that because we have not covered it yet or you haven’t looked at it in the last 2 months?