0% found this document useful (0 votes)
36 views1 page

Index Page

This document contains a list of 29 programming topics covered by a UNIX shell and C programming course, organized under headings like "BASIS SHELL PROGRAMS", "TESTING STATEMENTS", and "C PROGRAMMING ON UNIX". Each topic includes a brief description and is numbered in the first column. Staff signatures are recorded in the third column next to each topic, likely to indicate the topics were completed.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
36 views1 page

Index Page

This document contains a list of 29 programming topics covered by a UNIX shell and C programming course, organized under headings like "BASIS SHELL PROGRAMS", "TESTING STATEMENTS", and "C PROGRAMMING ON UNIX". Each topic includes a brief description and is numbered in the first column. Staff signatures are recorded in the third column next to each topic, likely to indicate the topics were completed.
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 1

SI.

NO DATE Title of the Program Staff Signature


1 Study of UNIX OS
2 Basic UNIX Commands
3 Study of UNIX VI Editor
BASIS SHELL PROGRAMS
4 Simple Interest Calculation
5 Conversion of Uppercase to Lowercase
Letter
6 Length of a String
7 Sum of Two Numbers
TESTING STATEMENTS
8 Greatest of Two Numbers
9 String Comparison
10 Check how many users are working
CONDITIONAL STATEMENTS
If-then else
11 Odd or even number
12 Leap year or not
Nested-if statements
13 Greatest of three numbers
14 Student grade calculation
Case-esac statement
15 Arithmetic operation
16 Menu Driven Program
LOOPING STATEMENTS
While loop
17 Sum of five digit number
18 Fibonacci series
19 Sum of N numbers
Until loop
20 Sum and Average
21 Sum and Reverse
22 Armstrong number
For loop
23 Combination of 1,2,3
C PROGRAMMING ON UNIX
24 Linear search of a number
25 Recursion-Factorial of a number
26 Swapping of Two number
27 Copy the content of one string to another
28 Implementation of cp command
29 Implementation of cat command

You might also like