Computer Project For ISC

January 23, 2017 | Author: yourtabish | Category: N/A
Share Embed Donate


Short Description

Download Computer Project For ISC...

Description

Qwertyuiopasdfghjklzxcvbnmqwe rtyuiopasdfghjklzxcvbnmqwertyui opasdfghjklzxcvbnmqwertyuiopa sdfghjklzxcvbnmqwertyuiopasdfg hjklzxcvbnmqwertyuiopasdfghjklz xcvbnmqwertyuiopasdfghjklzxcv COMPUTER bnmqwertyuiopasdfghjklzxcvbnm SCEIENCE qwertyuiopasdfghjklzxcvbnmqwe rtyuiopasdfghjklzxcvbnmqwertyui PROJECT opasdfghjklzxcvbnmqwertyuiopa sdfghjklzxcvbnmqwertyuiopasdfg hjklzxcvbnmqwertyuiopasdfghjklz xcvbnmqwertyuiop asdfghjklzxcvbnmqwertyuiopasdf ghjklzxcv bnmqwertyuiopasdfghjklzxcvbnm qwertyuiopasdfghjklzxcvbnmrtyui opasdfghjklzxcvbnmqwertyuiopa sdfghjklzxcvbnmqwertyuiopasdfg COMPUTER SCEIENCE 1

NAME

:

CLASS

:

TABISH HAIDER RIZVI XII B

ROLL NO

:

25

SCHOOL

:

LA MARTINIERE COLLEGE

ACKNOWLEDGEMENT I would like to thank my Computer Science Teacher , Mr. J.V. Nagendra Rao, who guided me in making this project by giving some valuable points. I would also like to thank my parents who helped me in making this project more presentable.

TABLE OF CONTENTS S.No. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

PROGRAM TO create Pascal’s triangle To display entered number in words To display A.P. series and its sum To display calendar of any month of any year To calculate factorial using recursion To display Fibonacci series using recursion To calculate GCD using recursion To display spiral matrix To display magical square To search an array using Linear Search To search an array using Binary Search To sort an array using Selection sort To sort an array using Bubble sort To convert a decimal no into it binary equivalent To display date from entered day no. To create a pattern from entered string To check if entered string is palindrome or not To display a frequency of each character in entered string To find a word in entered string To decode the entered string To display the entered string in alphabetical order. To create a string and count number of vowels and consonants. To create a string and count number of words To create a string and replace all vowels with * To create a double-dimensional array of 4*4 subscripts. To generate sum of all elements of a double dimensional array of 5*5 subscripts To generate product of two arrays of 5 subscripts as a third array To find sum of each column of a double dimensional array To find sum of diagonal of a double dimensional array of 4*4 subscripts To calculate the commission of a salesman

PAGE No. 4 5 6 8 10 11 12 13 15 17 20 22 24 27 28 30 31 32 34 36 38 40 41 42 43 44 46 47 49 51

PROGRAM 1 - TO create Pascal’s triangle Algorithm: STEP STEP STEP STEP STEP STEP STEP STEP STEP STEP STEP

1 - START 2 - pas[0] = 1 3 - IF i=0 THEN GOTO STEP 4 4 - IF j=0 THEN GOTO STEP 5 5 - PRINT pas[j]+" " 6 - i++& IF i
View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF