task 1 write compile and run the following two


Task 1

Write, compile and run the following two programs using C/C++ programming method. Select the appropriate defined data types to carry out the calculations:

Program 1:

a. Prepaare a list of sine and cosine values for angles from 0O to 360O using float (real) data types.

b. Knowing that processors deal with radians and not degrees, remember to modify values from degrees to radians then convert values back to show in degrees.

c. Use looping such as for and while statement.

d. Use conditions (if statement) to remove dividing on zero and limit the output values between e-5 to e+5.

e. Using simple input and output statements, input program's input data from the screen and print out the output data into the screen.

Program 2:

a. Prepare a list of complex numbers using the following limits:

i. Real values from 0 to 10 using a step of 2 (2 increment).
ii. Imaginary values from 0 to 10 using a step of 2 (2 increment).

b. determine the amplitudes and the angles in degrees

c. Using simple input and output statements, input program's input data from the screen and print out the output data into the screen For both programs, provide source codes, screenshots for input/output data and screenshots of running programs

Task 2

Prepare a program from a design and use appropriate functions/procedures.

For the engineering problem given in this task produce the followings:

1 Construct a C/C++ program and use appropriate functions and procedures.

2 Show the effect of changing variables, constants and complex data types on the time required to run the program.

3 Program could be constructed using statements and modules within the main program. Data should be passed effectively between different parts of the main program

Task 3

Prepare technical documentation for a pre described program application

1 Produce a complete documentation including the user interface. This must be used as user guide to show the input data required and their types, their range and a display of the source code name the user interface should also display the choice of output data and a user friendly display of the output data.

2 Produce a technical document that gives a clear guidance to the program user on the technical problem solved, the constants and variables being dealt with.

Task 4

Use appropriate methods for detecting errors.

1 Programming errors will be classified as syntax and semantic errors. Describe both types of errors and illustrate the difference between them. Produce a list of both types of errors that you faced in the program produced in task 2.

2 Produce a test documentation showing a procedure for the user to follow in testing the program before using it.

3 Change some of the variables in the developed program of task 3 to explain at least one logic error in the program. On compiling and running the program, illustrate the method used to detect the program errors. Illustrate how errors are found and how are they corrected.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: task 1 write compile and run the following two
Reference No:- TGS0443046

Now Priced at $25 (50% Discount)

Recommended (94%)

Rated (4.6/5)