Final Coursework Start – Tuesday 18th Feb
SD Nab – Friday 21st Feb
Final Coursework Start – Tuesday 18th Feb
SD Nab – Friday 21st Feb
It looks like the prelim will be next Friday the 24th.
Remember you can search back on previous articles by using the search box or keywords at the side of the page. So if you think a post is a bit short, then look back and see if I have covered it in more depth elsewhere.
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?
Today we looked at Fixed (unconditional) loops. In VB we use the FOR command to control the execution of the loop.
For .. Next loops are an example of “fixed loops” (unconditional). This is because the number of times the action is executed is fixed in advance by the programmer, using the values of the StartNumber and EndNumber.
For Counter = StartNumber to EndNumber Step Size
Glow Blogs uses cookies to enhance your experience on our service. By using this service or closing this message you consent to our use of those cookies. Please read our Cookie Policy.