Devry Comp 220 Ilab 2 Resistor Lab Report and Source Code

DEVRY COMP 220 iLab 2 Resistor Lab Report
and Source Code

Check this A+ tutorial guideline at
http://www.assignmentcloud.com/comp220/comp-220-ilab-2-resistor-lab-reportand-source-code
For more classes visit

http://www.assignmentcloud.com
Scenario and Summary
This lab requires you to create a multifile C++ project in order to design and
implement an object-oriented program using a class to model the characteristics and
function of a resistor.
Deliverables
Submit a single Notepad file containing the source code for Exercise 1 to the Dropbox
for Week 2. Your source code should use proper indentation and be error free. Be
sure that your last name and the lab number are part of the file name; see the
following example: YourLastName_Lab1.txt.
Each program should include a comment section that includes (at a minimum) your
name, the lab and exercise number, and a description of what the program
accomplishes. Submit a lab report (a Word document) containing the following
information to the Dropbox for Week 2. Include your name and the exercise number.
Specification: Include a brief description of what the program accomplishes,
including its input, key processes, and output. Test Plan: Include a brief description

of the method you used to confirm that your program worked properly. If necessary,
include a clearly labeled table with test cases, predicted results, and actual results.
Summary and Conclusions: Include a summary of what the lab demonstrated and any
conclusions drawn from the testing of the lab program. Answers to Lab Questions:
Answer any and all lab questions included in the lab steps.
Summary: Write a statement summarizing your predicted and actual output. Identify
and explain any differences.
Conclusions: Write at least one nontrivial paragraph that explains, in detail, either a
significant problem you had and how you solved it or, if you had no significant
problems, something you learned by doing the exercise.
Each lab...