AS Computing Test One – (17/11/14)
In today’s lesson, we received the results back from our first computing test from a month or so ago, testing us on some basic programming concepts such as data types, verification, validation and annotation. When we initially completed the test, we marked it ourselves, and I awarded myself 21 marks out of 24 (88%). After being checked by my teacher, he also seems to agree, since no adjustments to marks have been made. The 3 marks I lost where from 2 question, the answers to which I shall detail below; (6c) The customer’s email address is validated. Describe a different suitable validation check that could be carried out on the customer’s email address giving an example of invalid data that would be detected by this check. [2] The answer I gave was; “One validation check could be a length check. This could be used to check an email address is not too short, for example, the email address length must be greater than or equal to 5 characters ( a@b.c ). An example of invalid...