Task 3 Louise’s card game

Complete working solution to NEA programming tasks.

If you are teaching GCSE computer science then this complete programmed solution will be a lifesaver. The model answers use a range of structured programming techniques and programming features, which complement the programming theory. The code is modularised making it easy to understand each sub task solution. The solutions are complete and easy to understand. Created by very experienced computer science and programming teachers.

Additional support and training is also available to help you. Please contact us using our contact form. CONTACT FORM

 

The solutions are created in Visual basic using the user friendly and robust Visual studio programming environment. This software is completely free from Microsoft and provides a user-friendly graphical programming environment, which assists students in learning programming and debugging techniques.

The relaxed rules now allow teachers to discuss the NEA with other teachers and the previous rule forbidding the purchase of model answers is no longer in place. 

The solutions provided are a sample and a guide. They will help teachers to understand how to do the tasks. They can be easily adapted to form other solutions. All the essentials of the tasks are included in the solution. These sample model solutions are ONLY available to teachers and must be kept confidential by staff at the centre until September 2020.

Download Free working version

Screenshots of the available solution.

·     Player details are validated.

·     Invalid players details will show an error message.

 

·     Valid players are welcomed with a message.

·     Game starts.

·     Scores are shown

·     Draw Cards button available.

·     Cards are drawn.

·     Cards shown.

·     Winner worked out and cards added to winner.

·     Score updated.

·     Game continues.

·     Matching Cards are drawn.

·     Cards shown.

·     Winner worked out and cards added to winner.

·     Score updated

·     Game continues until no cards left.

 

·     Game ends

·     Winner message

·     If new score is higher then its added to the file

·     New player added to scores if player does not exist in file.

·     Message of no update done (Higher score exists for player)

·     Score board of top five scores when view score board button is clicked.