FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download AKTU B-Tech 1st Sem 2016-2017 RCS 101 Computer System Programming In C Question Paper

Download AKTU (Dr. A.P.J. Abdul Kalam Technical University (AKTU), formerly Uttar Pradesh Technical University (UPTU)) B-Tech 1st Semester (First Semester) 2016-2017 RCS 101 Computer System Programming In C Question Paper

This post was last modified on 29 January 2020

This download link is referred from the post: AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University


Printed Pages: 4

(Following Paper ID and Roll No. to be filled in your Answer Books)

Paper ID: 2012297

--- Content provided by FirstRanker.com ---

Roll No.

RCS - 101

B.TECH.

Regular Theory Examination (Odd Semester - I), 2016-17

COMPUTER SYSTEM & PROGRAMMING IN 'C'

--- Content provided by FirstRanker.com ---

Time: 3 Hours

Max. Marks: 100

Section - A

  1. Attempt all parts. All parts carry equal marks. Write answer of each part in short. (10×2=20)
    1. Explain the basic structure of a C program.
    2. What do you mean by Algorithm? Explain the characteristics of algorithm.
    3. --- Content provided by FirstRanker.com ---

    4. What are functions? What is the advantage of using multiple functions in a program?
    5. Distinguish between - int main () and void main ()?
    6. What is the difference between pseudo code and flow chart?
    7. Draw the memory hierarchical structure of a computer system.
    8. What will be the output of following code?
       

      --- Content provided by FirstRanker.com ---

      Void main ()
      { int a = 5, b = 6; printf("%d\t", a = b); printf("%d\t",a==b); printf("%d\t%d", a, b);
      }
    9. Write short notes on High level and low level languages.
    10. Write short notes on Union and enumerated data type.
    11. --- Content provided by FirstRanker.com ---

    12. Write the five commands of LINUX with its architecture?

Section - B

  1. Attempt any five questions from this section. (5×10=50)
    1. i) What do you mean by parameter passing? Discuss various types of parameter passing mechanism in C with examples.
    2. i) What is the role of SWITCH statement in C programming language. Explain with example.
    3. --- Content provided by FirstRanker.com ---

    4. i) What is recursion? Write a program in C to generate the Fibonacci series.
    5. Define data types in C. Discuss primitive data types in terms of memory occupied, format specifier and range.
    6. i) What do you mean by dynamic memory allocation? Explain the malloc() and calloc() function in detail.
    7. i) Write a program to print all prime numbers from 1 to 300.
    8. What do you mean by parameter passing? Discuss various types of parameter passing mechanism in C with examples.
    9. --- Content provided by FirstRanker.com ---

    10. List out various file operations and modes in C. Write a program to copy the content from one file to another file.
    1. ii) Any year is input through the keyboard. Write a program to determine whether the year is a leap year or not.
    2. ii) Describe about the basic components of a computer with a neat block diagram.
    3. Differentiate between -
      1. actual and formal arguments.
      2. global and extern variables.
      3. --- Content provided by FirstRanker.com ---

    4. ii) Write a program to print the following pattern:
       
      A
      AB
      ABC

      --- Content provided by FirstRanker.com ---

      ABCD
      ABCDE
      ABCDEF
    5. ii) Write a program to multiply two matrices of dimension 3*3 and store the result in another matrix.
    6. ii) Any year is input through the keyboard. Write a program to determine whether the year is a leap year or not.
    7. --- Content provided by FirstRanker.com ---

    1. Convert the following number into :
      1. (10101011101.011)2 = (?)16
      2. (916.125)10 = (?)4
      3. (123)10 = (?)2
      4. (574.32)8 = (?)2
      5. (1011.10)2 = (?)10
      6. --- Content provided by FirstRanker.com ---

Section - C

  1. Attempt any two questions from this section. (2×15=30)
    1. What do you mean by sorting. Write a program in C to sort the given n positive integers. Also give the flow chart for the same.
    2. Write a program to check whether a given number is Armstrong or not. Like 153 = 13 + 53 + 33.
    3. --- Content provided by FirstRanker.com ---

    1. Define a structure? Write a program in C to create a data base of fifty students to store personal details such as roll no., name and marks. Print all the details of students whose name is entered by the user.
    2. What do you mean by macro? Explain types of macro with its example.
    1. What do you mean by pointers? How pointer variables are initialized? Write a program to sort a given numbers using pointers.
    2. --- Content provided by FirstRanker.com ---

    3. A five digit positive integer is entered through the keyboard. Write a C function to calculate sum of digits of the 5-digit number :
      1. Without using recursion.
      2. Using recursion.

Visit FirstRanker.com for more question papers.

--- Content provided by FirstRanker.com ---



This download link is referred from the post: AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University

--- Content provided by FirstRanker.com ---