Laboratory 4
Laboratory 4
Objective
This laboratory is designed to further your knowledge of building UI interfaces with Windows
Form using Visual C++ codes. The overall theme of this laboratory is to demonstrate the
building of conversion software, which are important in engineering design. You are to perform
this practical/task using pair programming technique (in groups of two’s). Any group exceeding
more than two participants per workstation will neither be attended to nor graded.
Procedure
Follow the instructions as follows:
1. Open up 2019 Microsoft Visual Studio on your laboratory desktop.
2. Read out the instructions in your laboratory manuals properly.
3. Write out the codes in the Visual Studio C++ editor as indicated in the manual. Make
sure you save your codes at intervals.
4. Build and debug your code, if possible for every line. Make sure you print out your
output screen/interface and codes in your report.
5. Submit a report for the two activities on blackboard. However, the first activity will be
graded by the end of the lab.
Grading Rubric (Copy this Rubric onto the first page of your report)
BENCHMARK COMMENTS POINTS Ex 1 Ex 2 Ex 3
IDE proficiency Includes the proficiency of the IDE employed in the course 2
of code/interface development
Specification Analytics Applies to the software specification. Pre-analysis, UML 2
and flow charts for design and implementation
Programming Skills Applies to the reasoning and analytics of software design 4
in code writing and interface design.
Programming Logic and Applies to the logic and flow of the of the written code and
Flow interface designs. A good programme must have the 5
appropriate flow and logic.
Output This is the overall performance of the code/interface
Specification/validation design. Satisfactory realisation of the specifications have 2
been met and validated.
Procedure: You need to create a windows form for this laboratory. To create a windows form,
you need to do strictly follow the instructions given to you during the tutorial sessions to
prepare a new Windows Form.
On programming your GUI, build the solution and confirm if it works properly, debug and run
your GUI. Approach any available tutor for your assessment and grading when you are ready.
9
Fahrenheit = [ × 𝐶𝑒𝑙𝑐𝑖𝑢𝑠] + 32
5
At the end of this design, you must submit your report and visual studio solution file on
blackboard for assessment on or before the deadline.