About Me

Computer Programming GE6151 Jan2014 1st Semester Question Paper

Sponsored Ads:

Quick Links
University Papers University Syllabus Entrance Exam
PSU Papers Bank Papers Placement Papers
VTU Anna Univerity Syllabus Anna Univerity Papers
Question Paper Code : 37007
B.E./B.Tech. DEGREE EXAMINATION, JANUARY 2014.
First Semester
Civil Engineering
GE6151 COMPUTER PROGRAMMING
(Common to all branches)
(Regulation 2013)

University Papers | Syllabus | Entrance Exam | Govt & PSU Papers | Bank Papers

Programming Questions  |  Travel Tips | Mobile Review | Placement Papers

ANNA UNIVERSITY SYLLABUS: CLICK HERE

OTHER DEPARTMENT PAPERS: CLICK HERE

Download PDF File - CLICK HERE



PART A (10 x 2 = 20 marks)

1. List some important hardware and software technologies of fifth generation computers.
2. Write two characteristics of pseudocode.
3. What are various types of C operators?
4. Write a for loop statement to print numbers from 10 to 1.
5. Define array.
6. Name any two library functions used for string handling.
7. What is the need for functions?
8. What is the uses of pointers?
9. Write any two preprocessor directives in C.
10. Differentiate between structure and union.





PART B (5 x 16 = 80 marks)

11.(a) Write in detail about the evolution and the various generations of computers.
OR
11.(b) Explain the basic computer organisation using a neat diagram. (16)

12.(a) Write about the need and types of looping statements in C language and discuss with examples. (16)
OR
12.(b) Write about the need and types of branching statements in C language and discuss with examples. (16)

13.(a)(i) Write a C program to reverse a string. (8)
(ii) Write a C program to print the Fibonacci series of a given number. (8)
OR
13.(b) Write a C program to print the sum of two matrices. (16)

14.(a) Explain the following with suitable examples.
(i) Function declaration (8)
(ii) Call by reference, call by value. (8)
OR
14.(b)(i)Explain function with and without arguments with examples for each.(10)
(ii) What is recursion? Give an example. (6)

15.(a)(i) What is storage class? List and explain with example. (8)
(ii) Define and declare a structure to store date, which including day, month and year. (8)
OR
15.(b) Write a C program to create a mark sheet for students using structure.(16)

Post a Comment

0 Comments