This paper circulates around the core theme of Assessment Tasks 1 and 2 comprise parts of the one project that must be developed using C# and MS Visual Studio. together with its essential aspects. It has been reviewed and purchased by the majority of students thus, this paper is rated 4.8 out of 5 points by the students. In addition to this, the price of this paper commences from £ 99. To get this paper written from the scratch, order this assignment now. 100% confidential, 100% plagiarism-free.
Assessment Tasks 1 and 2 comprise parts of the one project that must be developed using C# and MS Visual Studio. These require you to design and develop software related to the word game called crozzle (see class notes of week 1). In brief:
1. the first assessment task focuses on: • loading data from files related to a completed crozzle, • validating/invalidating the input data files and crozzle, • computing the score of a crozzle, • displaying that crozzle and its score, • coding to conventions and standards, and • implementing menus, file dialogs, web browser(s) and regular expressions;
2. the second assessment task focuses on: • loading data files related to creating a new crozzle such that its score is valid and is the highest possible that you can achieve, • ensuring that this new crozzle is valid, • saving this new crozzle to a file, • optimisation techniques, • appropriate scoping of code elements, • method characteristics such as cohesion, coupling, pre and post conditions, • the usage of return statements, and • implementing exception handling