Instructions: Please read the below instruction before attempting the exam questions.
Question Paper
Q1 CLO No. 02 MARKS 15
Develop a C++ based program which reflects the implementation of the following flowchart.
Q2 CLO No. 02 MARKS 15
Develop a C++ code which could generate the following number series: −1, +1, −2, +2, −3, +3 … … …
Q3 CLO No. 02 MARKS 10
Create a class that includes a data member that holds a “serial number” for each object created from the class. That is, the first object created will be numbered 1, the second 2, and so on. To do this, you’ll need another data member that records a count of how many objects have been created so far. (This member should apply to the class as a whole; not to individual objects. What keyword specifies this?) Then, as each object is created, its constructor can examine this count member variable to determine the appropriate serial number for the new object.
Assessment Rubrics
Rubrics for Programming & Simulation Courses |
||||||
Sr. no |
Performance Indicator |
Excellent (100 %) |
Good (75%) |
Fair (50%) |
Poor (25%) |
Did not Attempt (0) |
1 |
Program/Simul ation Execution |
Program/simula tion executes correctly with no syntax or runtime errors |
Program/simula tion executes correctly with 1- 2 minor error (syntax/logical/ personal) |
Program/simulati on executes correctly with more than 2 minor error (syntax / logical / personal) |
Program/simul ation does not execute
or
program/simul ation is incomplete |
Program/si mulation was not attempted |
2 |
Correct Output |
Program/simula tion displays correct output with no error |
Output has minor errors |
Output has multiple errors |
Output is Incorrect |
Program/si mulation was not attempted |
3 |
Design of |
Program/simula |
Program/simula |
Program/simulati |
Output is |
Program/si |
|
Output/ |
tion display |
tion display |
on does not |
poorly |
mulation |
|
Creativity to |
additional |
minimal |
display required |
designed |
was not |
|
improvise |
information for |
expected output |
output |
|
attempted |
|
output for |
better |
|
|
|
|
|
better |
understanding |
|
|
|
|
|
understanding |
of user and |
|
|
|
|
|
of user |
output shows |
|
|
|
|
|
|
creativity |
|
|
|
|
4 |
Design Logic |
Program/simula |
Program/simula |
Program/simulati |
Program/simul |
Program/si |
|
|
tion is logically |
tion has minor |
on has significant |
ation is based |
mulation |
|
|
well designed |
logical error/s |
logic errors |
on incorrect |
was not |
|
|
|
that do not |
|
logic |
attempted |
|
|
|
affect the |
|
|
|
|
|
|
results |
|
|
|
|
|
|
significantly |
|
|
|
Looking for affordable and reliable assignment help? Look no further! Our assignment help service offers top-notch assistance at the lowest prices you can find. We understand the importance of academic success and are committed to helping you achieve it without breaking the bank. Trust us to provide you with exceptional support every step of the way.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of