Assignment
Assignment
1. Name the major components of computer system and give their function.
2. What is software and hardware? Explain different types of software.
3. Give the comparison between high-level language and low-level language.
4. Give the comparison between compiler and interpreter.
5. Compare algorithm and flowchart.
6. What is algorithm? Explain its advantages and disadvantages.
7. What is flowchart? Explain different symbols of flowchart.
8. Write algorithm and draw a flowchart to find area of a triangle.
9. Write algorithm and draw a flowchart to find whether the number is odd or even.
10. Write algorithm and draw a flowchart to find factorial of given number.
11. Write algorithm and draw a flowchart to print first N Fibonacci snumber.
Unit : 2 : Fundamentals of C
1
PPS (3110003) Semester - II
Unit : 7 : Pointers
2
PPS (3110003) Semester - II
3. Give an example for nested structure and explain how the structure members are accessed in a
nested structure with suitable example.