MODULE - 1
1. Explain the components of computer with a neat diagram.
2. Discuss the generations of computer in detail.
3. Explain the input and output devices with three examples for each in detail.
4. Illustrate the files used in c program with a neat diagram.
5. Explain each phase in designing and implementing the efficient program with a neat diagram
6. Define pseudocode. Write a pseudocode to find sum and average of given 3 numbers.
7. Define algorithm and flowchart. Write an algorithm to perform area of circle and draw the
flowchart for area of circle.
8. What is an identifier? What are the rules to construct identifiers? With example.
9. Define token. Illustrate the different tokens used in C program.
10. Explain the structure of C program with example.
11. List the data types with examples.
12. Explain the coding constants with example.
13. Define a variable. Explain how it is declared, defined and initialized with syntax and example.
14. Define program. a) Write a C program to find area of rectangle? b) With a c program to calculate
simple interest.
15. Explain printf() scanf() function with example.
16. Write a C program in C to find the area and perimeter of a circle
17. Write a program in C to print the numbers from 4 to 9 and their squares
18. Write a C program in C to find the area and perimeter of a rectangle
19. Write a C program to swap two numbers without using temp variable.
20. Write C Program to read and display a character using unformatted input and output