|
10H213/10G113/10G213 PROGRAMMING
LABORATORY
0 0 3 1.5
|
1. OFFICE AUTOMATION
A) WORD PROCESSING
- Document
creation, Text Manipulation with Notations and protecting
- Table
creation, formatting and conversion.
- Mail
merge.
- Drawing
tools.
B) SPREADSHEET
- Sheet
preparation with Formula and calculations.
- Sorting
and inclusion of picture, protecting the sheet.
- Chart-Line-Bar-Pie.
C) PRESENTATION SOFTWARE
- Preparation
of slides with animations.
D) DATABASE
- Database creation using Access.
- Report Generation.
|
|
2.
C PROGRAMMING
- Write
a C program to prepare simple calculator using switch case.
- Write
a C program to perform string manipulation functions like string
concatenations, comparison, find the length and string copy without using
library functions.
- Write
a C program to arrange Names / Numbers.
- Write
a C program to perform linear search.
- Write
a C program to calculate the mean, variance and standard deviation using
functions.
- Write
a C program for the Fibonacci series and the factorial of the given number
using recursive function.
- Write
a C program to print the mark sheet of n students using structures.
- Write
a C program to add and swap two numbers using pointers.
- Write
a C program for student mark sheet processing using files.
- Write a C
program to display the names using command line arguments.
|
|