Page 69 - IT_Bulletin
P. 69
PROGRAMMING IN C
Course Outcome 2 Write programs using basic constructs. Teach Marks
Hrs
Learning Outcome Solve expressions composed of multiple operators and 10 15
1 operands.
Contents Arithmetic expressions, Relational expressions, Logical expressions,
Conditional expressions. Errors in C - Syntax Error, Run-time error,
Method of Linker error, Logical error, Semantic error.
Assessment Mid Term Test/Quiz
Learning Outcome
2 Determine result of input/output function for 11 10
various arguments
Contents
printf(), scanf(), Format control string, Escape Sequences in C.
getchar(), putchar(), getch(), putch()
Method of Lab work
Assessment
Learning Outcome Explain syntax of various decision control 6 10
3 statements
Contents syntax and flowchart of if statement, if- else, nested if, use of Relational
and logical operators, goto statement, switch case statement.
Method of End sem theory exam
Assessment
Write Programs to perform test using decision 10 15
Learning Outcome control statements
4
Various programs to make decisions based on boolean conditions.
Contents
Method of Practical Exam
Assessment
Course Outcome 3 Apply loop control statements to solve problems. Teach Marks
Hrs
Learning Outcome Explain syntax of various loop control statements 6 10
1
syntax and flowchart of for-statement, while-statement, Do and
Contents Do-while statement, break and continue statement, nested looping,
infinite loop.
Method of End sem theory exam 10 15
Assessment Write Programs using loop control statements.
Various programs to repeat a block of statements.
Learning Outcome
2
Contents
Method of Practical Exam
Assessment
PROGRAMMING IN C
Course Outcome 2 Write programs using basic constructs. Teach Marks
Hrs
Learning Outcome Solve expressions composed of multiple operators and 10 15
1 operands.
Contents Arithmetic expressions, Relational expressions, Logical expressions,
Conditional expressions. Errors in C - Syntax Error, Run-time error,
Method of Linker error, Logical error, Semantic error.
Assessment Mid Term Test/Quiz
Learning Outcome
2 Determine result of input/output function for 11 10
various arguments
Contents
printf(), scanf(), Format control string, Escape Sequences in C.
getchar(), putchar(), getch(), putch()
Method of Lab work
Assessment
Learning Outcome Explain syntax of various decision control 6 10
3 statements
Contents syntax and flowchart of if statement, if- else, nested if, use of Relational
and logical operators, goto statement, switch case statement.
Method of End sem theory exam
Assessment
Write Programs to perform test using decision 10 15
Learning Outcome control statements
4
Various programs to make decisions based on boolean conditions.
Contents
Method of Practical Exam
Assessment
Course Outcome 3 Apply loop control statements to solve problems. Teach Marks
Hrs
Learning Outcome Explain syntax of various loop control statements 6 10
1
syntax and flowchart of for-statement, while-statement, Do and
Contents Do-while statement, break and continue statement, nested looping,
infinite loop.
Method of End sem theory exam 10 15
Assessment Write Programs using loop control statements.
Various programs to repeat a block of statements.
Learning Outcome
2
Contents
Method of Practical Exam
Assessment
PROGRAMMING IN C