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

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