0% found this document useful (0 votes)
12 views4 pages

PPS Suggestions

Uploaded by

Rambha Gorain
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)
12 views4 pages

PPS Suggestions

Uploaded by

Rambha Gorain
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/ 4

Examplan-B

Programming for Problem Solving Suggestions


Unit 1: Introduction to Programming:
1) Flowchart to find largest/smallest among 3 numbers.
2) Flowchart to print Fibonacci Series
3) Flowchart to check if a year is leap year
4) Flowchart to print Factorial of a number
5) Short notes on:
i. RAM
ii. ROM
iii. Buffer
iv. Cache memory
6) All MCQ and SAQ from organizer.

Unit 2: Arithmetic expressions and precedence:


1) Conversion of a number from Decimal number system to binary,
octal, hexa-decimal number system.
2) Conversion of binary number system to Decimal number
system.
3) Deep knowledge of all operators in C programming
4) C program to swap to numbers using third variable and nit using
third variable.
5) C program to perform mathematical operations like: Addition,
Subtraction, Multiplication, Division.
6) All MCQ and SAQ from organizer.
Unit 3: Conditional Branching and Loops:
1) Difference between Entry control loop and Exit control loop.
2) Out-put based questions(from Organizer):
i. Q-3)1. Pg- PPS-47
ii. Q-3)2. Pg-PPS-48
iii. Q-6) Pg-PPS-50
iv. Q-9&10 Pg-PPS-52
3) C Program to find largest among 3 numbers
4) C program to check if a number is even or odd.
5) Q-4, Ps-PPS-55(Organizer)
6) C program to display multiplication table of an integer.
7) C Program to check if a number is prime
8) C program to print the roots of a quadratic equation
9) C program to check palindrome number
10) C program to check Armstrong number
11) C program to print factors of a number
12) C program to print lcm and hcf of a number’
13) C program to print Fibonacci series
14) C program to find sum of following series:
i. ½+3/4+5/6+…..
ii. 11+22+33+44+…..
15) C program to count the frequency of a digit in a number.
16) C program to generate Pascal’s triangle.
17) Some pattern printing programs.
18) All MCQ and SAQ from organizer.

Unit 4: Arrays & String


1) C program to read and print a string.
2) C program to multiply two matrices
3) C program to find transpose of a matrix
4) C program to check symmetric matrix.
5) C program to perform the functions of strlen(),strcpy(),strcat() without
using them.
6) C program to find out the frequency of each character in a string
7) C program to find out the number of vowels in a string.
8) Programs related to traversing an array:
I. Print/find Sum of array elements
II. Print/ find Sum of even/odd elements
9) All MCQ and SAQ from organizer.

Unit 5: Basic Algorithms


1) Detailed knowledge of Linear Search and Binary Search
2) C program to find an element using Linear/ Binary Search.
3) C program to sort an array using Bubble sort technique and Selection
sort technique.
4) All MCQ and SAQ from organizer.

Unit 6: Function
1) Knowledge of scope of variable: Local and Global.
2) Knowledge of static and non-static variable.
3) C program to add, subtract, multiply and divide 2 numbers using
recursion.
4) C program to find gcd of two numbers using function. (Do using recursive
function too).
5) C program to find nCr.
6) C program to print Armstrong number in an range.
7) C program to print Fibonacci Series using Function.(Do using recursion
too).
8) C program to nr using recursion.
9) C program to find factorial of a number using recursive function.
10) Concept of call by value and call by reference and program related
to that.
11) All MCQ and SAQ from Organizer.

Unit 7: Recursion
All MCQ and SAQ from Organizer.

Unit 8: Structure
1) Difference between Array and Structure.
2) Programs from Organizer:
i. Q-2,3 Pg-PPS-174
ii. Q-5,Pg-PPS-177
3) C program to add two imaginary numbers using structure.
4) C program using structure to take 10 students name, roll, marks and
print the records with average marks.
5) All MCQ and SAQ from organizer.

Unit 9: Pointers
1) Concept of pointer.
2) C program to swap two numbers using a third pointer.
3) C program to copy one array to another. (Apply for integer array as well
as string).
4) All MCQ and SAQ from organizer.

Unit 10: File handling


1) Various modes of a file in C.
2) Methods used for file handling in C.
3) C program to number of words, characters, vowels and digits in a file.
4) C program to merge two files and write them in a new file.
5) All MCQ and SAQ from organizer.

You might also like