Question 1
A bank intends to design a program to display the denomination of an input amount, upto 5 digits. The available denomination with the bank are of rupees 1000,500,100,50,20,10,5,2 and 1.Design a program to accept the amount from the user and display the break-up in descending order of denominations. (i,e preference should be given to the highest denomination available) along with the total number of notes. [Note: only the denomination used should be displayed]. Also print the amount in words according to the...
Saturday, 14 February 2015
2014 ISC COMPUTER SCIENCE PRACTICAL SOLVED PAPER
Question 1
A composite Magic number is a positive integer which is composite as well as a magic number. Composite number: A composite number is a number which has more than two factors. For example: 10 Factors are: 1,2,5,10 Magic number: A Magic number is a number in which the eventual sum of the digitd is equal to 1. For example: 28 = 2+8=10= 1+0=1 Accept two positive integers m and n, where m is less than n as user input. Display the number of composite magic integers that are in the range between m and n (both inclusive)...
Tuesday, 25 November 2014
ISC COMPUTER PROJECT
CONTENTS
1.Conversion
of
decimal number to its octal equivalent.
2.
To
print the length of the sentence measured in words and the frequency
of vowels in each sentence.
3.
Check
whether happy number or not.
4.To
print a given pattern.
5.Removal
of vowels from the string.
6.Twin
primes of a given range.
7.
Denomination.
8.Least
common multiple.
9.To find
the kaprekar number within the two given limits.
10. Check
whether palprime number or not.
11. Check
whether smith number or not.
12.To
demonstrate Stack operations.
13.Check...