0
2.3kviews
Computer Programming : Question Paper May 2014 - First Year Engineering (Semester 1) | Anna University (AU)
1 Answer
0
6views

Computer Programming - May 2014

First Year Engineering (Semester 1)

TOTAL MARKS:
TOTAL TIME: HOURS

1 Convert the binary number 110 100 111 101 to octal.(2 marks) 10 What is the use of preprocessor directives?(2 marks) 11. (a) (i) Discuss about Generation of digital computer.(10 marks) 11. (a) (ii Draw a flow chart to find factorial of a number.(6 marks) 11. (b) (i) Explain the basic organization of a computer.(10 marks) 11. (b) (ii Draw a flow chart to find sum first 100 natural numbers.(6 marks) 12. (a) (i) Write a program to check whether a given number is prime or not .(8 marks) 12. (a) (ii Write a C program to find sum of digits of an integer.(8 marks) 12. (b) (i) Write a C program to find roots of a quadratic equation(8 marks) 12. (b) (ii Differentiate entry and exit checked conditional constructs with an example.(8 marks) 13. (a) (i) Explain the concept of pass by reference with suitable example.(8 marks) 13. (a) (ii Write a C program to find factorial of a number using recursion.(8 marks) 13. (b) (i) Write a C program to swap the content of two variables using pointers.(8 marks) 13. (b) (ii Explain the use of pointers in arrays with suitable example (8 marks) 14. (a) Write a C program to arrange the numbers in ascending order.(16 marks) 14. (b) Write a C program to subtract two matrices and display the resultant matrix.(16 marks) 15. (a) Explain the concept of storage classes with suitable example (16 marks) 15. (b) Write a C program to store the employee information using structure and search a particular employee using Employee number.(16 marks) 2 Draw a flow chart to find biggest of two number.(2 marks) 3 List different data types available in c.(2 marks) 4 Write a C program to find factorial of a given number using iteration.(2 marks) 5 Write example code to declare two dimensional array(2 marks) 6 List any four string handling functions .(2 marks) 7 Define Recursion.(2 marks) 8 What is the difference between pass by value and pass by reference(2 marks) 9 What is the purpose of Unions in C?(2 marks)

Please log in to add an answer.