FE Credit System Syllabus
FE Credit System Syllabus
Instructions:
1. PR/Tutorial must be conducted in minimum three batches (batch size 22 maximum) per
division
2. Minimum number of required Experiments/Assignments in PR/DRG/Tutorial be carried
out as mentioned in the syllabi of related subjects.
3. * for FPL-I and FPL-II: S.P. Pune University Online Practical Examination shall be
conducted at the semester end.
4. # Every student should appear for Engineering Physics, Engineering Chemistry, Basic
Electronics Engineering and Basic Electrical Engineering during the year.
5. # College is allowed to distribute Teaching Workload of subjects Physics, Chemistry,
BEE, BXE in semester I and II by dividing number of FE divisions appropriately in two
groups.
Faculty of Engineering Savitribai Phule Pune University
Course Objectives:
Decision Control Structures in 'C': if, if-else, nested if-else, cascaded if-else and switch
statement, loop control structures: for, while, do-while loops, break and continue. Pointers in 'C':
Concept, address operators, pointer variable declaration, pointer assignment, pointer initialization,
Books:
Text:
1. Donald E. Knuth, “The Art of Computer Programming”, Vols. 1, Addison-Wesley, ISBN-
13: 978-0201485417, ISBN-10: 0201485419
2. T. E. Bailey, “Program design with pseudo code”, Brooks/Cole Publisher, ISBN-10:
0534055745, ISBN-13: 978-0534055745
3. Brian W. Kernighan, Dennis M. Ritchie, “The C Programming Language”, Prentice Hall,
ISBN 0131103628, Second Edition
Reference:
1. Lamey Robert, “Logical problem solving”, Prentice Hall, ISBN: 9780130618825
2. Herbert Schildt, “C/C++ Programmer's Reference”, McGraw-Hill, ISBN-13: 978-
0072127065, ISBN-10: 0072127066
3. Henry Mullish, Herbert L. Cooper, “The Spirit of C”, Thomson Learning, ISBN
0314285008
4. Carlo Ghezi, Mehdi Jazayeri, “Programming Language Concepts”, John Wiley and Sons,
ISBN- 0471104264, Third Edition
5. Subrata Saha and Subhodip M., “Basic Computation and Programming with C”, Cambridge
University of Press, India, ISBN:9781316601853
Study Assignment
Draw block diagram of typical computer system. Describe functions of each component. Study
computer available in your laboratory and write its configuration. Install Ubuntu. Define terms-
Operating System, Application Software, System Software, Compiler, Assembler, Linker, Loader,
Editor, Algorithm, Flowchart, Computer Programming, Programming Language and Software
Development Life Cycle.
Group A
1. Write a C program to compute the roots of given quadratic equation for non-zero
coefficients.
2. Write a C program to calculate the sum of all positive even numbers and the sum of all
negative odd numbers from the set of input numbers
3. A customer is offered 15% discount on the printed price of a laptop. The customer has to
pay 7% sales tax on the remaining amount. Write a program in C to calculate the amount
to be paid by the customer,
4. Write a C program to accept the length of three sides of a triangle and to test and print the
type of triangle as equilateral, isosceles or right angled or none
5. Write a C program to accept cost price and sales price of an item and calculate the profit
percentage or loss percentage.
6. Write a C program to find out if the number is a Pythagoras triplet. Ex a2=b2+c2
7. Write a C program to implement Euclid’s algorithm to find the GCD and LCM of the
given two integers.
8. Write a C program to check whether input number is Prime or not.
12. Write a C program to check if the entered 3 digit number is twisted prime or not.
Hint: If the number obtained after reversing the number is also a prime then the number is
twisted prime. Example 167, twisted 761, so 167 is twisted prime.
13. Write a C program to calculate the sum of all numbers from 1 to 100 that are divisible by 4
Group B
14. Write a C program to store the N data samples in an array and calculate mean, mode and
median
15. Write a C program to store N numbers in an array and display only those numbers that are
perfect squares
16. Write a C program to store N numbers in an array and search particular number
17. Write a C program to store N numbers in an array and display the square of each number
in the array
18. Write a C program to sort the roll numbers of present students. Mark the attendance of the
present students roll numbers randomly in an array.
19. Write a C program to store N numbers in an array and reverse the elements of the array
20. Write a C program to store Chemistry subject test marks of N students in an array and find
the Minimum and Maximum score. Test maximum marks= 20. Your program should accept
marks ranging between 0 to 20 only.
21. Write a C program to store N numbers in an array and compute the sum of all even and odd
numbers in an array.
Group C
22. Write a C program to accept a string and to display the following:
(a) Total number of characters in the string
(b) Total number of vowels in the string
(c) Total number of occurrence of particular character in the string
23. Write a C program to accept a string and change the case of each character of the string.
Example “ THIs Is a C Program” changes to “thiS iS A c pROGRAM”
24. Write a C program to accept a string and print the string in alphabetical order. Example
COMPUTER will be CEMOPRTU
25. Write a C program to accept a string with complete name of the employee and display the
string eliminating the middle word. Example “Mayur Kumar Kulkarni” would be displayed
as “Mayur Kulkarni”
26. Write a C program that will check whether given string is palindrome or not.
27. Write a C program that will check whether one string is substring of other string or not.
28. Write a C program to enter a string. Frame a word by joining all the first characters of the
words in the string. Example- input “Just Allow Me” will give output as “JAM”
29. Write a C program to accept a string and replace all the vowels in the string with *.
Group D
30. A class teacher wants to keep record of 10 students in the class along with the names and
marks obtained in 5 subjects. Write a C program with function that displays-
a) Name of the student with highest marks in a particular subject
b) Overall percentage result of the class
c) Total number of passing students in the class
d) Total number of students failing in one subject
e) Total number of distinctions in the class
30 Write a C program to carry out following operations on strings using library functions-
a) To concatenate a string S2 to string S1
b) To find the length of a given string
c) To compare two strings S1 and S2
d) To copy a string S2 to another string S1
31 Write a C program to compute the factorial of the given positive integer using function
32 Write a C program with functions to compute addition and subtraction of two matrices
33 Write a C program that stores 12 city names in a single dimensional array. Write function
to display only those words that begin with a consonant and end with a vowel example-
Begaluru, Mumbai
34 A mall has 5 stores and 3 departments. Write a C program with function to find the
monthly sale of a particular store or department and the total monthly sale of each store
and each department.
35 Write a C program that declares and initializes a double, an int and a char variable and a
pointer to each of the three variables and one double pointer to store pointer address. Your
program should print the address of, and value stored in, and the memory size (in bytes) of
each of seven variables.
36 Write a C program with function to swap values of two elements ( call by reference)
Course Objectives:
To develop competency for the logic, design, coding and debugging
To acquire fundamental knowledge of Object Oriented Programming
To get familiar with the fundamentals of World Wide Web and HTML
To get familiar with fundamentals of Embedded C programming
Course Outcomes:
On completion of the course, learner will be able to–
Develop programs using object oriented concepts
Design and develop web pages using HTML
Design and develop mobile application using Android SDK
Design and develop simple application using Embedded Programming
Course Contents
Unit I (03 Hrs)
Structure and Union in C: Introduction to structure and enumeration, declaration of structure,
initialization, declaration of structure variables and accessing members, declaration of union and
accessing members, array of structure, typedef.
Books:
Text:
1. Bjarne Stroustrup, “The C++ Programming Language”, Pearson Education, ISBN
8131705218, third Edition
2. HTML5: The Black Book, DT Editorial Services, Paraglyph Press, USA, ISBN13:
9789350040959 (Indian Edition by DreamTech Publishers)
3. Android Wireless Application Development, Shane Conder, Lauren Darcey, Pearson
Education, ISBN:0321813839
4. Michael Pont, “Embedded C”, Pearson Education, ISBN 0-201-79523-X, ISBN
8131715892
Reference:
1. Robert Lafore, “Object-Oriented Programming in C++”, Sams Publishing,
ISBN:0672323087 (ISBN 13: 9780672323089)
2. Walter Savitch, “Problem Solving with C++”, Addison Wesley- Pearson Education, ISBN
0201703904, third Edition
3. Wendy Willard, “HTML: A Beginner's Guide”, McGraw Hill, ISBN 0072263784, third
Edition
4. Chuck Hellebuyck, “Beginner's Guide to Embedded C Programming”, Electronics
Products, USA
5. Sumit Mittu, “A Workbook on C++”, Cengage Learning India, ISBN 10: 8131520668 /
ISBN 13: 9788131520666
Guidelines for Instructor's Manual
The instructor’s manual is to be developed as a hands-on resource and reference. The instructor's
manual need to include prologue (about University/program/ institute/ department/foreword/
preface etc), University syllabus, conduction & Assessment guidelines, topics under consideration-
concept, objectives, outcomes, set of typical applications/assignments/ guidelines, references etc.
The feedback seeking sheet for enhancement of instructor's manual may be added as annexure.
Sr.
Group A (Any 3 - one of which is based on use of Union)
No.
1. Write a program in C to define a structure for Customer bank account that holds
Information like Account Number, Name of account holder, balance, Internet banking
facility availed(Yes or No), Pin code ( 422001 to 422013) , Account type(saving,
recurring, deposit).
a) Read account details for N customers
b) Identify the golden, silver and general customers.
Golden customers: Balance> 10,00000
Silver Customers: Balance >500000 and <10,00000
General customers: Balance <500000
c) Display the list of customers availing the Internet banking facility
d) Display the customers belonging to a particular geographical location depending on
postal code
e) Display the customer list as per their account type.
2. Write a program in C to define a structure that holds Information of items like- Item
Number, Item Names, Item Category( Electronics, Food, Cosmetics etc), Available stock.
Display the available items.
3. Write a Menu driven program in C for a cricket player’s display board. The information of
the cricketer can be (not limited to) Name, Age, Country, Category ( Batsman, Bowler,
Wicket keeper, All rounder), Number of ODI’s played, Number of International 20-20’s
played, Average batting score, Total number of wickets taken, etc. (Optional- Use pointer
to structure to read and display information of a player.)
Perform following queries-
a) Number of batsman of a particular country
b) Batsman with highest average score
c) Number of bowlers of a particular country
d) Bowler that has taken maximum no of wickets
e) Show a particular players entire “ Display board information”
Group B
6. Write a C++ program to define a class to represent a Matrix. Write constructor to initialize
all matrix values to 0. Include member functions to perform the following tasks:
7. The customers of the Maharashtra State Electricity Board are charged depending on the
number of units consumed. The electricity tariff is calculated as follows
In addition to above every person has to pay Rs75 as service charge per month. Write a
program in C++ using control structures to calculate the Electricity bill.
8. Diwali festival discounts are announced by a showroom. Based on the total cost of the
purchase, the following discounts are offered
Write a program in C++ to compute and display the amount to be paid by the customer
after availing the discounts. The total cost can be taken as input.
9. “ XYZ transport company” charges the parcels from Nashik to Pune and vice versa as per
the given tariff
Taking the weight of the parcel as input, Write a program in C++ to calculate the charges.
Group C
10. Design webpage for personal information (personal information, photo, qualification,
experience, etc) using images, tables and hyperlinks
11. Design web page for promoting city as a tourist destination using images, tables,
hyperlinks etc.
12. Design web page for builder to showcase the various projects with various specifications
using images, tables, hyperlinks etc.
16. Write an embedded C program to generate rolling display of your institutes name using
LED/LCD display connected to PC.
17. Installation of Android SDK for Eclipse and Write a program to read user name and
display the message with user name such as “ Welcome dear XYZ to the world of Android”
18. Write a program to implement simple calculator using Android programming
19. Write a program to develop mobile app using Android programming for collecting opinion
showing numerical calculator for particular issue such as “whether Net neutrality should
be permitted or not”