0% found this document useful (0 votes)
2 views

IA2_scheme

The document outlines the scheme of evaluation for the Internal Assessment - I for the Principles of Programming course at Maharaja Institute of Technology Thandavapura. It includes details such as the date, time, course code, maximum marks, and specific evaluation criteria for various programming concepts. The assessment covers topics like call by value and reference, arrays, iterative statements, recursion, variable scope, and matrix transposition.

Uploaded by

Salamath Sallu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

IA2_scheme

The document outlines the scheme of evaluation for the Internal Assessment - I for the Principles of Programming course at Maharaja Institute of Technology Thandavapura. It includes details such as the date, time, course code, maximum marks, and specific evaluation criteria for various programming concepts. The assessment covers topics like call by value and reference, arrays, iterative statements, recursion, variable scope, and matrix transposition.

Uploaded by

Salamath Sallu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

MAHARAJA INSTITUTE OF TECHNOLOGY THANDAVAPURA

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


INTERNAL ASSESSMENT - I
Scheme of Evaluation

Date Time Semester Course Course Maximum


Code Marks
Principles of Programming
23/12/2024 02:30PM – 04:00PM I – B section BPOPS103 30
Using C
Course Coordinator: Prof. Smitha M S

Sl. No Total
Scheme of Evaluation
Marks
1.a) Differentiate between the call by value & call by reference and Write a C program to 10M
swap two numbers using call by value and call by reference.
Difeerence between call by value & call by reference 5
Program 5
1.b) What is an array? Explain how One-dimensional and Two-dimensional arrays are 10M
declared and initialized with an example.
Definition 2
Explanation 6
Example 2
2.a) What are iterative statements? Explain any two iterative statements with an example. 5M
Definition 2
Explanation 2
Example 1
2.b) Distinguish between the break and continue statements with example. 5M
Explanation 4
Example 1
2 c) Write a C program whether a given number is palindrome or not. 5M
Program 5
3 a) Illustrate the concept of recursive function with an example. 5M
Explanation 4
Example 1
3 b) Discuss various scope of variables with an example. 5M
Scope of Variables 4
Example 1
3 c) Write a C program to transpose a MxN Matrix. 5M
Program 5

Signature of course co-ordinator IA Coordinator HoD


MAHARAJA INSTITUTE OF TECHNOLOGY THANDAVAPURA
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
INTERNAL ASSESSMENT - I
Scheme of Evaluation

Date Time Semester Course Course Maximum


Code Marks
Principles of Programming
23/12/2024 02:30PM – 04:00PM I – B section BPOPS103 30
Using C
Course Coordinator: Prof. Smitha M S

Signature of course co-ordinator IA Coordinator HoD

You might also like