index for project design, Study Guides, Projects, Research of Software Project Management

index for files to design project and write the subject of experiments and time

Typology: Study Guides, Projects, Research

2019/2020

Uploaded on 02/19/2020

krishna-2
krishna-2 🇮🇳

1 document

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
INDEX
SHELL PROGRAMMING
DATE SL.NO TOPIC SIGNATURE
1. Write a shell script to find whether a number
is odd or even.
2. Write a shell script to check whether a
number is prime or not.
3. Write a shell script to reverse a given digit.
4. Write a shell script to the find factorial of a
given no.
5. Write a shell script to find the sum of odd
numbers within a given range
6. Write a shell script to find the sum of a given
digit.
7. Write a shell script to generate FIBONACCI
SERIES upto a certain number.
8. Write a shell script to find the Armstrong
numbers within a given range.
9. Write a shell script to print the following
pattern.
*
**
***
****
*****
10. Write a shell script to print the following
pattern.
*
***
*****
*******
11. Write a shell script to find an element from an
array using Linear search.
12. Write a shell script to find an element from an
array using Binary search.
pf2

Partial preview of the text

Download index for project design and more Study Guides, Projects, Research Software Project Management in PDF only on Docsity!

INDEX

SHELL PROGRAMMING

DATE SL.NO TOPIC SIGNATURE

  1. Write a shell script to find whether a number is odd or even.
  2. Write a shell script to check whether a number is prime or not.
  3. Write a shell script to reverse a given digit.
  4. Write a shell script to the find factorial of a given no.
  5. Write a shell script to find the sum of odd numbers within a given range
  6. Write a shell script to find the sum of a given digit.
  7. Write a shell script to generate FIBONACCI SERIES upto a certain number.
  8. Write a shell script to find the Armstrong numbers within a given range.
  9. Write a shell script to print the following pattern.
    **


  10. Write a shell script to print the following pattern.



  1. Write a shell script to find an element from an array using Linear search.
  2. Write a shell script to find an element from an array using Binary search.
  1. Write a shell script to perform Bubble Sort.
  2. Write a program to implement Stack using Array.