Sunday, January 12, 2020

Guidelines to write Observation Book for PSPC Lab

Following are the guidelines to write Observation Book properly for PSPC Lab:
  1. Maintain a separate (new) Observation Book for PSPC Lab.
  2. Always carry your Observation Book + C Handouts to PSPC Lab. Optionally you can carry PSPC class notes to the lab.
  3. Observation Book should be like your personal diary, where-in you should write (in your own words) the observations made during the lab. For ex: If you get any compile-time / run-time errors, then note the same exact error in the observation book; later when you solve that error, then write how you were able to overcome that error.
  4. For each C program you practice in the lab, following should be written:
    • Problem Definition 
    • Correct C program (with comments & indentation) 
    • Commands to compile and execute the program. Ex: cc hellow_world.c and ./a.out
    • At-least two to three sample outputs.
  5. Observation Book must be neat and should be updated after every lab.
  6. Ensure that the Observation Book is COMPLETE in all respects before coming for C lab.

No comments:

Post a Comment

PPT + Video on Evaluation of Mathematical Series using Loops

This video introduces the approaches to evaluate mathematical infinite series, namely: 1) Euler's Series 2) Sine Series Kindly go t...