Skip to main content

Conduction of PSPC Lab IA-1 + Guidelines


Please go through the following points regarding conduction of PSPC lab IA-1 and guidelines to be followed during lab IA-1:
  • PSPC Lab IA-1 will be conducted in REGULAR labs slots during the week 19/03/2018 to 24/03/2018.
  • F2 batch shall have lab IA-1 on 20/03/2018 (Tuesday) from 2:30 - 5:00 P.M.
  • F1 batch shall have lab IA-1 on 21/03/2018 (Wednesday) from 8:00 - 10:30 A.M.
  • Lab IA-1 will be an open book test, i.e., students can bring the text book ("Programming in ANSI C" by E. Balagurusamy) to the lab and can refer it during the lab IA-1.
  • Only one problem definition shall be given the students during the lab IA-1 & all the students of that batch should work on the same problem definition.
  • Lab IA-1 tests the deep understanding of C features, syntax and semantics. It also tests the problem solving ability of each student.
  • Students are not allowed to carry Mobile Phones, Calculators and Observation Book to the lab during lab IA-1. If any student is found possessing these items during lab IA-1, then such student shall be detained from writing lab IA-1, and will get zero marks for the same.
  • Usage of internet during lab IA-1 is strictly prohibited.
  • Lab IA-1 will be evaluated to 30 points. Distribution of 30 points is as follows:
    • Write-up: 10 points (spend MAX. 1 hour for write-up)
    • Execution + problem solving ability: 20 points [utilize rest of the time for program typing, correcting the errors and proper execution]
    • Points will be later mapped appropriately to 'some' CAM marks.
  • Each student will be given with only one answer sheet (4 pages). Additional answer sheets shall not be provided to the students.
  • Write the C program in the answer sheet and show the write-up to the faculty member and take the signature on the answer sheet. (This activity should get over by first 1 hour).
  • ONLY after taking consent from the faculty member (in the form of signature), the student will be allowed to use test login and start typing the program.
  • Each student will be provided with individual test logins during lab IA-1
  • Trying to use regular logins during lab IA-1 will be treated as MALPRACTICE CASE.
  • Hence avoid using regular logins during lab IA-1.
  • Syllabus for PSPC Lab-1: Starting from basics features of C language (expressions, C tokens, operators, if..else and its variants, switch statement, loops in C- for, while & do..while) till nesting of loops.
Let me know if you have any doubts regarding the above mentioned points/ guidelines.

All the best for PSPC Lab IA-1!!!!

Comments

Popular posts from this blog

Conduction of lab IA-2 + Online PSPC Quz-2

Please make a note of the following points: 1) Conduction of lab IA-2: Lab IA-2 will be conducted during the 3rd week of May. i.e., on  17/05/2018 (Thursday) from 2:30 - 5:00 PM for F1 Batch  and  17 /05/2018 (Thursday) from 9:00 AM - 12:30 PM for F2 Batch students . Click Here  to access the problem definitions for lab IA-2. You need to practice these C programs thoroughly before coming for lab IA-2. You will be asked to pick any one problem definition ( randomly ) from the above mentioned list during lab IA-2. 2)Conduction of Online PSPC Quiz-2: Online PSPC Quiz-2 will be conducted on  11/05/2018 (Friday) from 3:00 - 4:00 PM . This will be an online quiz ( similar to quiz-1 ), and will be conducted using  Google Forms .  Syllabus for PSPC Quiz-2: MCQs from Balagurusamy Texbook, covering the chapters: Chapter-7: Arrays Chapter-8: Character Arrays and Strings Chapter-9: User-defined Functions Chapter-10: Structures and Unions  (Unions not included) Chapter-1