Sample Practical Exam
Sample Practical Exam
Aims
In order to pass the City and Guilds C++ programming course (7261-229)
students must pass one multiple choice paper and three practical
assignments.
Sample multiple choice questions have been met in the handouts provided
throughout this course. To pass the written examination 21 out of 30 questions
must be passed within one hour.
As an example…
You are required to create a program that will display any multiplication table
selected by a user.
5. The screen must be cleared and the appropriate table displayed to a depth
of twelve lines, for example if the table requested was 2, then lines from 2 *
1 to 2 * 12 must be shown.
Candidates must meet as many of the requirements as they can. Each of the
points represents an item against which the program will be marked,
In the sample question above points 3 and 5 are mandatory, while 2 and 4 are
optional. For a program to pass this sample assessment it must implement
both points 3 and 5 together with at least one of points 2 or 4 (preferably
both).