Reference no: EM13697280
I. Learner Objectives:
At the conclusion of this programming assignment, participants should be able to:
Design, implement and test classes in C++
Declare and define constructors
Declare and define destructors
Compare and contrast public and private access specifiers in C++
Describe what an attribute or data member of a class is
Describe what a method of a class is
Apply and implement overloaded functions
Distinguish between pass-by-value and pass-by-reference
Discuss classes versus objects
Implement container classes
Implement a list class
Read and write files in C++
Programmatically acquire calendar dates
II. Prerequisites:
Before starting this programming assignment, participants should be able to:
Analyze a basic set of requirements for a problem
Compose basic C++ language programs
Create basic test cases for a program
Apply arrays, strings, and pointers
III. Overview & Requirements:
Let us create an application that manages attendance for a course. This application has four major requirements:
Requirement 1: The application must import records pertaining to each student registered for the course from a course list.
Requirement 2: The application must allow the user to mark each student in the course as present or absent on any given day.
Requirement 3: The application must generate reports based on criteria.
Requirement 4: The application must support a user interface to the attendance tracker.
Write a balanced chemical reaction
: Problem- Write a balanced chemical reaction, which if you measured its enthalpy would give you the sum of all the C-H, C-C, C-O, & C-H (all the bonds) of C6H12O6 (GLUCOSE).
|
Calculate the ph for each of the cases in the titration
: Problem- Calculate the pH for each of the following cases in the titration of 50.0 mL of 0.210 M HClO(aq) with 0.210 M KOH(aq). The ionization constant for HClO can be found here.
|
Calculate the concentration of apotransferrin
: The initially colorless solution turns red, and the color change can be measured with a spectrophotometer. Calculate the concentration of apotransferrin present in the original 3.50 mL solution
|
The final titrant volume from the correct initial titrant
: Problem- E13G4. pKa of Carboxylic Acids. Errors in experimental procedures. Assume the volume of base in the buret was not at the 0.00 mL mark when you began the titration for benzoic acid. How might this have affected your results
|
Describe what an attribute or data member of a class
: Analyze a basic set of requirements for a problem - Describe what an attribute or data member of a class - Distinguish between pass-by-value and pass-by-reference
|
Calculate the pressures p in atmospheres
: Problem- Calculate the pressures, P, in atmospheres at which the mean free path, l, of a hydrogen molecule will be 4.00 ?m, 4.00 mm, and 4.00 m at 20.0 °C. The diameter of a H2 molecule is 270 pm.
|
What percentage of the sr-90 that was formed in detonation
: What percentage of the Sr-90 that was formed in the detonation of the first fission bombs in August 1945 is still present in the environment in August 2055
|
Calculate the half-life in days for the decay
: Problem- The radioactive decay of a certain sample produced 993 disintegrations per minute. Exactly 5.00 days later, the rate of decay was found to be 265 disintegrations per minute. Calculate the half-life, in days, for the decay of this sample.
|
Explain quantum mechanical description of the hydrogen atom
: Problem- Briefly explain the Born-Oppenheimer approximation. Which terms of the Hamiltonian for a hydrogen molecule are affected by this approximation? Why is this approximation simplifying the quantum mechanical description of the hydrogen atom
|