0% found this document useful (0 votes)
51 views10 pages

FPLAssigmets

Uploaded by

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

FPLAssigmets

Uploaded by

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

00-013SCSCOE / ACAD / CP / 14 Ver 01

Rajgad Dnyanpeeth’s
SHRI CHHATRAPATI SHIVAJIRAJE COLLEGE OF ENGINEERING S.
No. 237, Satara-Pune, NH-4, Dhangawadi, Tal: Bhor, Dist: Pune -412205 (MS), India.

DEPARTMENT OF FIRST YEAR ENGINEERING


Academic Year : 2024 - 2025 , Semester - I

ASSIGNMENT NO: 1

Class : FE Maximum Marks: 30


Course :Fundamentals of Programming Language Name of Faculty: Prof. V. D. Bhapkar
Unit No. and Name : 1..Introduction to Program Planning & C Programming
Batch No.:A1,A2,A3
Assignment Submission Date (on orbefore):
Assignment Declaration Date:

Assignment assessment declaration Date by faculty (on or before):

Question Blooms
Question Statement CO Mapping Marks
No. Level

1 What is Algorithm? Importance of algorithm CO1 1 3

2 What is Flowchart? Importance of flowchart CO1 1 3


What is C? Importance and key features of C
3 CO1 2 3
language?

4 What are the C tokens? Explain the tokens CO1 2 3

5 Explain user defined data types and derived data CO1 2 3


types?

Difference between Global variables and Local


6 CO1 3 4
variables?

7 Difference between #define and const CO1 3 4

8 Explain advantages of using const variables CO1 2 4

Blooms Blooms Taxonomy term


6 2

Note:
1. Example demonstrate the method for filling the data
2. Blooms Taxonomy is provided for Ready Reference

Sub. Incharge Sign:

Sign of Faculty ____________


00-013SCSCOE / ACAD / CP / 14 Ver 01

Rajgad Dnyanpeeth’s
SHRI CHHATRAPATI SHIVAJIRAJE COLLEGE OF ENGINEERING S.
No. 237, Satara-Pune, NH-4, Dhangawadi, Tal: Bhor, Dist: Pune -412205 (MS), India.

DEPARTMENT OF FIRST YEAR ENGINEERING


Academic Year : 2024 - 2025 , Semester - I

ASSIGNMENT NO: 2

Class : FE Maximum Marks: 30


Course :Fundamentals of Programming Language Name of Faculty: Prof. V. D. Bhapkar
Unit No. and Name : 2.Operators and expressions.
Batch No.:A1,A2,A3
Assignment Submission Date (on or before):
Assignment Declaration Date:

Assignment assessment declaration Date by faculty (on or before):


Questio Blooms
n No. Question Statement CO Mapping Level Marks

1 What are Operators and Expressions? CO2 1 5

Write the difference between Arithmetic Operators


2 CO2 4 5
and Relational Operators with program code
Write difference between Logical Operators and
3 Assignment Operators with program code. CO2 4 5

Write difference between Increment and


4 Decrement Operators with program code. CO2 4 5

5 Write difference betweenIncrement and CO2 4 5


Decrement Operators with program code.
6 2

Note:
1. Example demonstrate the method for filling the data
2. Blooms Taxonomy is provided for Ready Reference

Sub. Incharge Sign:

Sign of Faculty ____________


00-013SCSCOE / ACAD / CP / 14 Ver 01

Rajgad Dnyanpeeth’s
SHRI CHHATRAPATI SHIVAJIRAJE COLLEGE OF ENGINEERING S.
No. 237, Satara-Pune, NH-4, Dhangawadi, Tal: Bhor, Dist: Pune -412205 (MS), India.

DEPARTMENT OF FIRST YEAR ENGINEERING


Academic Year : 2024 - 2025 , Semester - I

ASSIGNMENT NO: 3

Class : FE Maximum Marks: 30


Course :Fundamentals of Programming Language Name of Faculty: Prof. V. D. Bhapkar
Unit No. and Name : 3.Control Flow
Batch No.:A1,A2,A3
Assignment Submission Date (on or before):
Assignment Declaration Date:

Assignment assessment declaration Date by faculty (on or before):


Questi Blooms
on Question Statement CO Mapping Level Marks
No.
How to write a Simple If Statement and If-Else
1 CO3 5,6 5
statement? explain with program code.
How to write a If-Else and Else-If statement?
2 explain with program code. CO3 5,6 5

Write difference between Switch Statement and


3 Goto Statement CO3 4 5

What is a Decision Making and Looping statement?


4 List out with syntax CO3 4 5

5 Write a Simple program to define While CO3 5,6 5


Statement, Do-While, For Statement, Break and
Continue, write separate program code for each.
Blooms Blooms Taxonomy term

Note:
1. Example demonstrate the method for filling the data
2. Blooms Taxonomy is provided for Ready Reference

Sub. Incharge Sign:

Sign of Faculty ____________


00-013SCSCOE / ACAD / CP / 14 Ver 01

Rajgad Dnyanpeeth’s
SHRI CHHATRAPATI SHIVAJIRAJE COLLEGE OF ENGINEERING S.
No. 237, Satara-Pune, NH-4, Dhangawadi, Tal: Bhor, Dist: Pune -412205 (MS), India.

DEPARTMENT OF FIRST YEAR ENGINEERING


Academic Year : 2024 - 2025 , Semester - I

ASSIGNMENT NO: 4

Class : FE Maximum Marks: 30


Course :Fundamentals of Programming Language Name of Faculty: Prof. V. D. Bhapkar
Unit No. and Name : 4.Arrays
Batch No.:A1,A2,A3
Assignment Submission Date (on or before):
Assignment Declaration Date:

Assignment assessment declaration Date by faculty (on or before):


Questi Blooms
on Question Statement CO Mapping Level Marks
No.

1 What is Arrays? explain with program code. CO4 3 5

Write a simple Program to calculate the result of


2 any five subjects using an array. CO4 6 5

3 Write any 4 Characteristics of Arrays and Strings CO4 4 5

Explain with Syntax of Declaration and


Initialization String Variables, Reading Strings from
4 Terminal, Writing Strings to Screen, Putting Strings CO4 3,4 5
Together, Comparison of Two Strings.
5 write difference between One Dimensional Arrays CO4 4 5
and Two –dimensional Arrays.
Blooms Blooms Taxonomy term

Note:
1. Example demonstrate the method for filling the data
2. Blooms Taxonomy is provided for Ready Reference

Sub. Incharge Sign:

Sign of Faculty ___________


00-013SCSCOE / ACAD / CP / 14 Ver 01

Rajgad Dnyanpeeth’s
SHRI CHHATRAPATI SHIVAJIRAJE COLLEGE OF ENGINEERING S.
No. 237, Satara-Pune, NH-4, Dhangawadi, Tal: Bhor, Dist: Pune -412205 (MS), India.

DEPARTMENT OF FIRST YEAR ENGINEERING


Academic Year : 2024 - 2025 , Semester - I

ASSIGNMENT NO: 5

Class : FE Maximum Marks: 30


Course :Fundamentals of Programming Language Name of Faculty: Prof. V. D. Bhapkar
Unit No. and Name : 5.User Defined Functions.
Batch No.:A1,A2,A3
Assignment Submission Date (on or before):
Assignment Declaration Date:

Assignment assessment declaration Date by faculty (on or before):


Questi Blooms
on Question Statement CO Mapping Level Marks
No.
What is User Defined Functions: write in brief
1 about Definition of Functions, Return Values and CO5 2 5
their Types, Function Calls, Function Declaration,
Write a short note on Category of Functions:
1. No Arguments and no Return Values
2 2. Arguments but No Return Values CO5 1,2 5

3 .Arguments with Return values


Write a short note on Category of Functions:
1. No Arguments but Returns a Value
3 2.Functions that Return Multiple Values CO5 1,2 5
3.Nesting of Functions
4. Recursion
What is a Structure? Structure Type Declarations,
4 Structure Declarations, Referencing Structure CO5 1 5
Members
5 Write a notes on Referencing Whole Structures, CO5 2 5
Initialization of Structures.
Blooms Blooms Taxonomy term

Note:
1. Example demonstrate the method for filling the data
2. Blooms Taxonomy is provided for Ready Reference

Sub. Incharge Sign:

Sign of Faculty ___________

You might also like