[go: up one dir, main page]

0% found this document useful (0 votes)
13 views1 page

Module - 1

This document outlines a series of tasks related to computer components, programming in C, and algorithm design. It covers topics such as input and output devices, program structure, data types, and specific C programming exercises. The document serves as a comprehensive guide for understanding fundamental computer science concepts and practical programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Module - 1

This document outlines a series of tasks related to computer components, programming in C, and algorithm design. It covers topics such as input and output devices, program structure, data types, and specific C programming exercises. The document serves as a comprehensive guide for understanding fundamental computer science concepts and practical programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like