You are on page 1of 1

INSTITUTE OF ENGINEERING AND TECHNOLOGY

MOHANLAL SUKHADIA UNIVERSITY


UDAIPUR (Raj.) 313001

Programming for Problem Solving - ASSIGNMENT


Module-1– CO1
Semester: Odd, 2021-2022
FIRST Year – 2021 (A Section)
Topic – Fundamental of Computer
Date of Assignment given: 11/01/2022(Sec-A) Date of Submission: 25/01/2022(Sec-A)

Sr. No. Assignment Question CO/Marks


1. Write an algorithm for 1+x+x2/2!+x3/3!....+xn/n! where n is given by the (CO1)
user. [Marks 2]
2. Write an algorithm for 1+x2/2!+x4/4!....+xn/n! where n is given by the user. (CO1)
[Marks 2]
3. Write an algorithm for x-x3/3!+x5/5!-x7/7!....+xn/n! where n is given by the (CO1)
user. [Marks 2]
4. Draw a flowchart and write an algorithm to compute the sum of square of (CO1)
integers from 1 to 50. [Marks 2]
5. Draw a flowchart and write an algorithm to find the sum of Odd numbers (CO1)
given [Marks 2]
6. Draw a flowchart and write an algorithm to read a number N and print all (CO1)
its divisors. [Marks 2]
7. Draw a flowchart and write an algorithm to find the prime factors of a (CO1)
number given by the user. [Marks 2]
8. Draw a flowchart and write an algorithm to print the second largest number (CO1)
of a list of numbers given by the user. [Marks 2]
9. Write an algorithm and draw flow chart for Student attendance. (CO1)
[Marks 2]
10. Write an algorithm and draw flow chart for Shopping the Item. (CO1)
[Marks 2]

Dr. Preeti Narooka


(Subject Incharge)

You might also like