List out types of software with Examples.
[3 marks]Distinguish the data types provided by Cprogramming language.
[4 marks]Implement a C Program to convert temperature from Fahrenheit to Celsius and vice versa.
[7 marks]Define break and continue statement with example.
[3 marks]Categorize the major components of computer system and give their function.
[4 marks]List all symbols used in flowchart and draw flowchart to find factorial number.
[7 marks]Construct ‘C’ program to print the following pattern using loop statement.1
[7 marks]Explain different types of constants.
[3 marks]Define algorithm and explain different symbols used in flowchart.
[4 marks]Demonstrate a Cprogram to input an integer number and check last digit of number is even or odd.
[7 marks]Explain getch(), getchar(), gets().
[3 marks]List out the operators used in Clanguage and explain any three with example
[4 marks]Write a program to find sum of first Nodd numbers. Ex. 1+3+5+7+………..+N
[7 marks]Show the important of stdio.h header file.
[3 marks]Describe file management. And List the various file management functions.
[4 marks]Build a function to check number is prime or not. If number is prime then function return value 1 otherwise return 0.
[7 marks]Distinguish between Structure and Union.
[3 marks]Develop an algorithm to print first N Fibonacci numbers.
[4 marks]Write a Cprogram to read 10 numbers from user and store them in an array. Display Sum, Minimum and Average of the numbers
[7 marks]Write a program to illustrate the use of fputc ( ) and fputs( )
[3 marks]Categorize User defined function’s components (elements).
[4 marks]Explain the function definition, function prototype and function call with relative example.
[7 marks]List the advantages of recursion.
[3 marks]Explain for loop with example.
[4 marks]Explain call by value (pass by value) and call by reference (pass by reference) with examples in brief.
[7 marks]