Skip to main content

IA-1 Syllabus for PSPC Course

Dear Students,

Following is the IA-1 syllabus for PSPC Course:
  • Fundamentals of C Programming Language - refer chapters-1, 2 & 3 from ANSI C text book
  • Control Structures - if statement and its different forms - refer chapter-5 from ANSI C text book
You need to also refer the programs and concepts discussed during regular classes/ labs.

Spoken Tutorial videos can be used to quickly revise C concepts..

Contents not part of IA-1:
  • Loops
  • Switch statement
  • Storage specifiers
  • Bit-wise operators
  • Algorithms and Flow charts
  • Ternary operator
  • Scope of variables
Let me know if you have any doubts.

All the best for IA-1!!!!

Comments

Popular posts from this blog

I Division PSPC Marks List [IA-1 Marks]

Click the below link to access Online Quiz Marks (out of 35 points), Assignment Marks (out of 5 points) & IA-1 Marks (out of 20 Marks). The same document shall be used in future to upload IA-2, IA-3, CTA evaluations and CAM (out of 50 Marks). Link to I Division PSPC Marks List  

PSPC CTA Activity - Online Assignment Submission

As a part of CTA activity for PSPC course, please find the link that contains the problem definitions for which you are required to draw flow chart using  draw.io  tool. Click here for the document:  PSPC CTA Activity - Online Assignment Submission Last date to submit assignment online:  05/02/2018 (Monday) 5:00 PM The document also contains the steps to prepare and submit assignment online. Please go through the steps and submit the assignment online accordingly.

PSPC Lab Programs list weeks - 5 & 6

Programs mentioned in the link are to be executed in the lab sessions to be held from 20/02/2018 to 10/03/2018 .  Please find the link here:  Lab Programs list Weeks - 5 & 6 These are numerical mathematics based problem definitions, that make the student understand: principle of loops working of loops the flow of execution of loops how to solve a problem using loops nesting of loops