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 2017-2018 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) 2017-2018 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


Firstranker's choice

Printed pages: 2

Paper Id: 1001

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

FirstRanker.com

Sub Code: RCS-101

Roll No.

Time: 3 Hours

B.TECH.

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

(SEM 1) THEORY EXAMINATION 2017-18

COMPUTER SYSTEM & PROGRAMMING IN C

Total Marks: 70

Note: 1. Attempt all Sections. If require any missing data; then choose suitably.

SECTION A

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

1. Attempt all questions in brief. 2 x 7 = 14

  1. Distinguish between actual arguments and formal arguments with the help of example.
  2. Explain function declaration and definition of a function with example.
  3. Draw a flow chart to find the greatest number among three numbers
  4. Write a function to interchange the two values of two variables without using third variable.
  5. --- Content provided by FirstRanker.com ---

  6. Differentiate complier and interpreter.
  7. Why we use do-while loop in c? Also tell any properties which you know?

  8. #define PRODUCT(n) n*n
    void main()

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

    {
    int j;
    j=64/PRODUCT(4);
    printf("%d",j);
    }

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

    What will be the output of the above program?

SECTION B

2. Attempt any three of the following: 7 x 3 = 21

  1. What is Operating System? Explain various types of functions performed by an operating system.
  2. Discuss various data types used in c with suitable examples
  3. --- Content provided by FirstRanker.com ---

  4. Write a C program to add first seven terms of the following series using for loop.
    1/1! +2/2! +3/3! +-------
  5. Define the concept of pointer? Also define the dynamic memory allocation and various functions for dynamic memory allocation, with suitable examples.
  6. Write a C program to sort set of integers in ascending order by using bubble sort technique.

SECTION C

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

3. Attempt any one part of the following: 7x1=7

  1. Write a program to check the number is palindrome or not. The program should accept any arbitrary number typed by user
  2. Write a program to check if a number is prime number or not

4. Attempt any one part of the following: 7x1=7

  1. What is recursion? Write a program to print the Fibonacci series using recursion.
  2. --- Content provided by FirstRanker.com ---

  3. Explain the difference between parameter passing mechanism call by value and call by reference. Which is more efficient and why?

5. Attempt any one part of the following: 7x1=7

  1. Write a program to multiply two matrices (read size and number of element of matrices from the keyboard).
  2. Define structure with syntax. Also write a program that compares two given dates. To store date use structure say date that contains three members namely date, month and year. If the dates are equal then display message as "Equal" otherwise "Unequal".

6. Attempt any one part of the following: 7x1=7

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

  1. What are the different file opening modes in C. Write a program to copy the contents of one file into other file?
  2. What is Macros? How is it substituted? Also explain macro act as a variable and macro act as a function with the help of example.

7. Attempt any one part of the following: 7x1=7

  1. What is digital computer? Draw block diagram of digital computer and explain each components of it
  2. What is meant by storage classes of a variable? Define all types of storage classes with example
  3. --- Content provided by FirstRanker.com ---

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 ---