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

C Programming Module 1 Questions

This document is a question bank for a module focused on C programming and computer fundamentals. It includes questions on defining computers, explaining C program structure, input/output statements, data types, variables, algorithms, flowcharts, and specific programming tasks. The questions aim to assess understanding and application of C programming concepts and techniques.

Uploaded by

djcharan690
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)
21 views1 page

C Programming Module 1 Questions

This document is a question bank for a module focused on C programming and computer fundamentals. It includes questions on defining computers, explaining C program structure, input/output statements, data types, variables, algorithms, flowcharts, and specific programming tasks. The questions aim to assess understanding and application of C programming concepts and techniques.

Uploaded by

djcharan690
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

MODULE 1

Question Bank
1. Define Computer. Explain Characteristic of Digital Computer.
2. Explain Basic Structure of C Program with a suitable example.
3. Explain the steps involved in Execution of C Program with a neat diagram.
4. Explain Input and Output statements with an example of Each.
5. Explain the types of Input and Output Devices.
6. Explain the basic datatypes in C.
7. Define Variable. Explain the rules to declare the variables in C.
8. Define Keywords. List the different types of keywords in C.
9. Develop an algorithm to find the area and perimeter of a circle. Also define an
algorithm.
10. Draw a flowchart and C program which takes as input p,t,r. Compute the simple interest
and display the result.
11. Develop a C program that takes three coefficients (a, b, and c) of a quadratic equation;
(ax2 + bx + c) as input and compute all possible roots and print them with appropriate
messages.
12. Develop an Algorithm and draw a flowchart to find the area of a triangle using three
side.
13. Develop an algorithm and C Program to convert the Celsius to Fahrenheit.
14. Develop a flowchart and write a c program to swap the two numbers.
15. Write a C Program to perform the basic arithmetic operation and print the size of each
variable.

You might also like