Class XI Practical Record Book
Class XI Practical Record Book
Class XI Practical Record Book
CLASS XI
COMPUTER SCIENCE (083)
Q5. Write a program that asks a number from the user and check if
it is a prime or composite number.
Q7. Write a program that gets two numbers from the user and
compute their L.C.M. and H.C.F
Q8. Write a program that counts and display the number of vowels,
consonants, uppercase, lowercase characters, digits, spaces and
special characters in string.
Q10. Write a program that finds the largest and smallest number in
a list without built – in function max() and min().
1 ****** *
1 2 **** ***
1 23 *** *****
1 234 ** *******
1 2345 * *********
Q 17. Write a program using loop to print atleast 6 alphabets
created with the help of “*”.