Sunday, August 22, 2021

Kerala University CA Programming In C 2017 Question Paper

  Kerala University Previous Years Question Papers  

                                            


                                   UNIVERSITY OF KERALA

        First   Semester  C.A    Degree   Examination,  2017  

               First Degree Programme in Computer Applications

                                    Model Question Paper

                                                Semester I

                   Course Code - CP 1141 Programming In C 
                                     



Time: 3 Hours                                                                                                  Maximum Marks: 80

                           


Attachments:

PDF Download: Click Here to download Kerala University  CA  Programming In C  2017   Question Paper  in PDF

Scanned Copies Image Download :                   






Tuesday, December 1, 2015

Punjab Technical University BCA 1st Sem Programming in C Model Question Paper

Punjab Technical University BCA 1st Sem Programming in C Model Question Paper
Are you looking for old question papers / model question papers of Punjab Technical University ? You can see here Punjab Technical University BCA first semester model question paper here under. The subject of this question paper is Programming in C. Read more details below and download the contents of the question paper in text format.

Punjab Technical University
Paper ID [A0204]
(Please fill this Paper ID in OMR Sheet)
BCA (104) (S05 / Old)
First Semester
PROGRAMMING IN C
Time : 03 Hours
Maximum Marks : 75

Instruction to Candidates:
1) Section - A is Compulsory.
2) Attempt any Nine questions from Section - B.

Section - A (15 × 2 = 30)

Q1)

a) What are self -referential structures?

b) What are 2 searching techniques?

c) What are user defined data types?

d) What are the applications of C programming?

e) What are pointers?

f) What do you mean by identifier and keywords.

g) What are library functions?

h) What is the purpose of gets & puts functions?

i) What is the difference between pre increment and post increment operators?

j) What are different data types in C?

k) What are nested loops?

l) What is the difference between while and do-while?

m) Can we pass function to other functions. If yes how.

n) How can we pass pointers to a function?

o) What are static variables?

Section - B (9 × 5 = 45)

Q2) ‘C is a middle level language’, comment on this statement.

Q3) Explain various C operators.

Q4) Describe various control statement. Also write their syntax.

Q5) Explain recursion with the help of a C program.

Q6) What are different storage classes in C?

Q7) How can you pass parameters to a function?

Q8) What are different input and output functions in C?

Q9) What is interactive programming?

Q10) What is difference between structure and union?

Q11) How can we create a data file in C?

Q12) What are different sorting methods? Explain any one with the help of a C program.

Q13) Write a C program for Binary search.

Thursday, November 5, 2015

B.C.A Computer Application Programming in C Kurukshetra University 2013 Question Paper

Do you search of B.C.A Computer Application Programming in C Previous Years Question Papers / Exam Papers ? Kurukshetra University Old Question Paper is attached herewith. The attachment is 2013 scanned version of the question paper B.C.A Computer Application Programming in C.

Question Paper University : Kurukshetra University
Degree of QP : B.C.A Computer Application
Year of the degree course: First Years / I Year / 01st Year
Subject : Programming in C
Exam Year of the Question Paper : 2013
Question Paper Type; Old Question Papers / Previous Years Exam Papers
Study Material Description : B.C.A Computer Application Programming in C Kurukshetra University 2013 Scanned Copies of Original Question Paper





Saturday, October 10, 2015

University of Culcutta A0402 Programming in C M.Sc IT 2010 Question Paper

Searching for University of Culcutta Old Previous and Model Question Papers? Get 2010 year question paper for one of the subjects called Programming in C. This is coded as A0402 of first semester examinations. Download here the copies of all pages of this question paper.

Institute Name : University of Calcutta
Department : M.Sc Information Technology
Question Paper Semester : I
Subject Code of Question Paper : A0402 (Paper ID)
Subject Name of Question Paper : PROGRAMMING IN C
Question Paper Description : 2010 University of Calcutta M.Sc Information Technology M.Sc (IT-102) (O) (Semester - 1st) PROGRAMMING IN C Paped ID [A0402] University Question paper



Monday, June 1, 2015

Sathyabama University BE common to all branches 4ET115/5ET115/6C0007/5ET206 (2006/07/08/09) Programming in C Dec 2010

Sathyabama University BE common to all branches 4ET115/5ET115/6C0007/5ET206 (2006/07/08/09) Programming in C Dec 2010
Register Number







                               
SATHYABAMA UNIVERSITY
(Established under section 3 of UGC Act, 1956)

Course & Branch: B.E/B.Tech – Common to ALL Branches
Title of the Paper: Programming in C                    Max. Marks: 80
Sub. Code: 4ET115/5ET115/6C0007/5ET206 (2006/07/08/09)    Time: 3 Hours
Date: 08/12/2010                                                    Session: FN
______________________________________________________________________________________________________________________

PART - A                (10 X 2 = 20)
Answer ALL the Questions
1.     Write the characteristics of Structured Programming Languages.

2.     How do constants differ from variables?

3.     char s[20] =” Programming in C”;
        scanf(“%s”,s);
        gets(s);
        What will be the output of this program segment?

4.     When can break and continue be used?

5.     What is an index and why does it have to be unique?

6.     Define recursion.

7.     What is the use of ‘*’ and ‘->’ operators in pointers?

8.     How is a structure different from an array?

9.     What is a file?

10.   Mention the use of fprintf and fscanf.

PART – B                       (5 x 12 = 60)
Answer All the Questions
1.     (a)    What is meant by flowchart? Explain the symbols used for
        drawing a flowchart.
        (b)   Write the structure of a C program. Explain it with an 
        example program.
(or)
12.   Explain the various types of operators available with a sample program for each type.
       
13.   (a)    Give the syntax of scanf ( ) and printf ( ) and explain their
        usage in C language.
        (b)   Write a C program to accept numbers from the user until
        their sum exceeds 50.
(or)
14.   Write a C program to find the roots of a quadratic equation. Use switch case.

15.   (a)    Write a C program to find the transpose of a matrix.
        (b)   Assume s1 =” Welcome” s2=”hai”.
                Write a C program to     (i)    find the length of s1.
                                                        (ii)   copy to another string s3
                                                        (iii)  compare s1 with s2
(or)
16.   List the different storage classes available in C. Explain each of them in detail.

17.   (a)    Write a C program to swap two numbers using pointers and
        without using pointers.
        (b)   How can an array of pointers be accessed? With an example
        program, explain in detail.
(or)
18.   Write a structure with following members: student name, student roll no, three subjects marks, total, percentage. Find the sum and percentage of marks for 10 students.

19.   Explain the steps that are followed while accessing a file.
(or)
20.   Explain how random access is done in a file.



Sunday, May 31, 2015

Dec 2010 BE SCSX1002 Programming in C Sathyabama University

Dec 2010 BE SCSX1002 Programming in C Sathyabama University
Register Number







                               
SATHYABAMA UNIVERSITY
(Established under section 3 of UGC Act, 1956)

Course & Branch: B.E/B.Tech- Common to ALL Branches (Except E&C)
Title of the Paper: Programming in C                    Max. Marks: 80
Sub. Code: SCSX1002                                           Time: 3 Hours
Date: 16/12/2010                                                    Session: FN
______________________________________________________________________________________________________________________

PART - A                (10 X 2 = 20)
Answer ALL the Questions
1.     Define variable. Give Example.

2.     List any four math functions.

3.     Write a code segment using while statement to print the numbers from 10 down to 1.

4.     What is the need of command line argument?

5.     What are the advantages of union over structure?

6.     Write a C program to reverse the given string.

7.     What is meant by malloc() function? Give example.

8.     Differentiate pointers with arrays.

9.     What is meant by preprocessor directives?

10.   Give the importance of graphics packages.



   PART – B                    (5 x 12 = 60)
Answer All the Questions

11.   What are the different operators available in C? Explain with examples.
(or)
12.   Explain the input/output functions of ‘C’ with suitable example.
       
13.   Explain the following conditional statements.
        (a) nested if-else statement
        (b) switch-case statement
(or)
14.   (a) Write a C program that reads a number and display whether the number is prime or not using function.
        (b) Write short notes on storage class specifiers.

15.   Write a C program that gets and displays the report of n students with their personal and academic details using structures.
(or)
16.   Write a C program to perform the multiplication of two matrices.

17.   Differentiate pass by value and pass by address in C. Give example.
(or)
18.   Explain the different types of memory allocation functions with examples.

19.   Discuss the file handling functions of C in detail with suitable example.
(or)
20.   Discuss the C functions used in graphics in detail with suitable example.


Search Everything Here