Wednesday, December 17, 2014

Last 05+ years question papers of GE 6151 Computer Programming for B.E first year

Last 05+ years question papers of GE 6151 Computer Programming for B.E first year
University: Anna University Chennai
Subject: GE 6151 Computer Programming
Question paper type: Last 05+ years Question Papers

1. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - January 2009 Question Paper
2. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - April May 2011 Question Paper
3. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - January 2012 Question Paper
4. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - May June 2012 Question Paper

5. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - January 2013 Question Paper
6. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - January 2014 Question Paper
7. GE 6151 Computer Programming for B.E B.Tech Engineering and Technology - May June 2014 Question Paper


Want Nov GE 6151 Computer Programming Question Paper to be held on 19th December 2014 - Nov Dec 2014 GE 6151 Computer Programming Question Paper * [Coming Soon]

GE 6151 Fundamentals of Computer Programming 01st Semester [OLD CODE: GE 2112]: Anna University B.E B.Tech January 2013 Question Paper

GE 6151 Fundamentals of Computer Programming 01st Semester [OLD CODE: GE 2112]: Anna University B.E B.Tech January 2013 Question Paper
Anna University Chennai
Question Paper Code : 11432
B.E/B.Tech DEGREE EXAMINATION, JANUARY 2013.
First Semester
GE 2112 - FUNDAMENTALS OF COMPUTING AND PROGRAMMING
 {New code: GE 6151]
(Regulation 2008/2010)
Time:Three hours Maximum: 100 marks
Answer ALL questions
PART - A (10 X 2 = 20 marks)


1.Give the Classification of Computer.
2.Convert the (756)10 to Octal and Hexa decimal.
3.What are the Various types of Software?
4.What is a Protocol?
5.What is a pseudocode?
6.Define Algorithm.
7.Write any four escape sequences in ‘C’.
8.Distinguish between While.....and do....While statement.
9.What is a Pointer?
10.Write any four features of Arrays.

Part B - (5 X 16 = 80 marks)
11. (a) (i) Explain the Characteristics of Computers. (8)
 (ii) Discuss the evolution of Computers. (8)
OR
 (b) Explain the basic organisation of Computer with suitable block diagram.(16)

12. (a) Explain the steps of software developments with suitable examples. (16)
OR
 (b) (i) Discuss the following Internet terminologies
(1) Band width
(2) FTP
(3) IP Address
(4) Modem (8)
 (ii) Write some of the Internet applications. (8)

13. (a) (i) Draw the Flowchart for finding the roots of a quadratic equation. (8)
 (ii) Write an algorithm to find the largest of three numbers. (8)
OR
(b) Discuss in detail about the features of Office Packages. (16)

14. (a) (i) Explain the different data types in ‘C’ with examples. (8)
 (ii) Discuss about bitwise operators and logical operators in ‘C’. (8)
OR
(b) (i) Explain any four format string with examples. (4)
 (ii) Write the syntax of “for construct” in C.Give an example. (4)
 (iii) Write a C program to count the letters in a sequence of characters. (8)

15. (a) (i) Write a C program to sort the given set of numbers in ascending order. (8)
 (ii) Discuss about any eight built-in functions. (8)
OR
(b) (i) Write the syntax of structure declaration in ’C’ program. Give an example. (4)
 (ii) Distinguish between structure and union. (4)
 (iii) Write a C program to find the addition of two matrices. (8)

GE 6151 Computer Programming 01st Semester [OLD CODE: GE 2112]: Anna University B.E B.Tech May June 2012 Question Paper

Anna University Chennai
Question Paper Code : 10371
B.E./B.Tech. DEGREE EXAMINATION, May June 2012
First Semester
(Common to ALL branches)
GE 2112, 186102, CS 16, 08023001 - FUNDAMENTALS OF COMPUTING AND PROGRAMMING
(Regulation 2008)
Time : Three hours Maximum : 100 marks
Answer ALL questions.
PART A ­ (10 x 2 = 20 marks)





GE 6151 Computer Programming 01st Semester [OLD CODE: GE 2112]: Anna University B.E B.Tech January 2012 Question Paper

 Anna University Chennai
Question Paper Code : 37319
B.E./B.Tech. DEGREE EXAMINATION, January 2012
First Semester
Civil Engineering
GE 2112 - FUNDAMENTALS OF­ COMPUTING AND PROGRAMMING
(Common to all branches)
(Regulation 2008)
Time : Three hours Maximum : 100 marks
Answer ALL questions.
PART A ­ (10 x 2 = 20 marks)






GE 2112 - Fundamentals of Computer Programming [New code: GE 6151]: Anna University B.E B.Tech 01st Semester April May 2011 Question Paper

Anna University Chennai
Question Paper Code : 22117
B.E./B.Tech. DEGREE EXAMINATION, April May 2011
Regulation 2008
First Semester
Common to ALL branches
GE 2112 - Fundamentals of Computer Programming
Time : Three hours Maximum : 100 marks
Answer ALL questions.
PART A ­ (10 x 2 = 20 marks)


Note: Now this subject is currently coded as GE 6151 - Computer Programming in Regulation 2013 for Anna University Chennai and its affiliated colleges




GE 6151 [Old code: GE 2112] Fundamentals of Computer Programming B.E/B.Tech: Anna University 01st Semester January 2009 Question Paper

GE 6151 [Old code: GE 2112] Fundamentals of Computer Programming B.E/B.Tech: Anna University 01st Semester January 2009 Question Paper
Anna University Chennai
B.E. / B.Tech DEGREE EXAMINATION, JANUARY 2009
First Semester
GE 2112 – FUNDAMENTALS OF COMPUTER PROGRAMMING
Time: Three hours Maximum: 100 Marks
Answer ALL questions
PART – A (10 X 2 = 20 marks)


1. State the characteristics of computers.
2. How will you classify computer systems?
3. Differentiate Application software and System software?
4. Name any two Internet applications.
5. Draw a flowchart to find the maximum among the three numbers.
6. Name any four Application Software Packages.
7. Write the following conditions using “?” operator.
4x+100 for x<40
 Salary = 300 for x=40
4.5x+150 for x>40
8. Write the limitations of using getchar() and scanf() functions for reading strings.
9. Define a C function to exchange the content of two variables.
10. Write the format of the following functions: (a) fseek (b) fopen.

PART –B (5 x 16 = 80marks)
11. a) i) Explain the evolution of computers. (8)
 ii) With suitable diagram explain about computer organization. (8)
(OR)
 b) With suitable example, explain about Number Systems. (16)

12. a) Explain the various types of software with suitable examples. (16)
(OR)
 b) Explain in detail about the software development steps. (16)

13. a) i) Draw a flowchart to multiply two matrices. (8)
 ii) Write the pseudo code to multiply two matrices. (8)
(OR)
 b) i) What is an algorithm? Write an algorithm to print even numbers from 2 to 100. (8)
 ii) Explain any 8 Formatting features of an Application packages. (8)

14. a) i) Explain the various looping constructs. Give an example for each and explain the Working f the construct. (8)
 ii) Write a C program to find the sum of the series:  S = 1+x+x2+x3+…+xn (8)
(OR)
 b) i) write a C program to print the given numbers in reverse order. (8)
 ii) Explain any 2 constructs used for decision making. Given an example for each and Explain the working of the construct. (8)

15. a) i) Explain about the different parameter passing methods with examples. (8)
 ii) Write notes on storage classes in C. (8)
(OR)
 b) i) Explain about structures and unions suitable examples. (8)
ii) Write notes on Pointers. (8)

Search Everything Here