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

Unit-1: Test-1 Questions

This document provides a list of 10 questions for a test on basic concepts in computer programming and the C language. The questions cover topics like system and application software, program development steps, algorithms and flowcharts, C program structure, data types and constants, operators and precedence, conditional operators, input/output statements, and type conversions. Students will need to explain these fundamental programming concepts and provide examples in their answers.

Uploaded by

S.s. Akhil
Copyright
© Attribution Non-Commercial (BY-NC)
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)
27 views1 page

Unit-1: Test-1 Questions

This document provides a list of 10 questions for a test on basic concepts in computer programming and the C language. The questions cover topics like system and application software, program development steps, algorithms and flowcharts, C program structure, data types and constants, operators and precedence, conditional operators, input/output statements, and type conversions. Students will need to explain these fundamental programming concepts and provide examples in their answers.

Uploaded by

S.s. Akhil
Copyright
© Attribution Non-Commercial (BY-NC)
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

Unit-1

Test-1 Questions
1. What is system software and application software? Explain. 2. Write about program development steps. 3. Define algorithm and flowchart with necessary examples and state their advantage. 4. Write about structure of a C program. 5. What are various data types and their ranges? Explain them with example. 6. What are constants? Write about floating point constants with example. 7. Write about various operations in C with examples and their precedence. 8. Write an example for conditional operator and explain. 9. Write short notes on formatted I/O statements. 10.Explain implicit and explicit type conversions along with an example.

You might also like