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 2nd Sem 2017-2018 RCS201 Computer System And Programming In C Question Paper

Download AKTU (Dr. A.P.J. Abdul Kalam Technical University (AKTU), formerly Uttar Pradesh Technical University (UPTU)) B-Tech 2nd Semester (Second Semester) 2017-2018 RCS201 Computer System And 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: 02

Paper Id: 110231

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

FirstRanker.com

Sub Code: RCS201

Roll No.

B.Tech.

(SEM-II) THEORY EXAMINATION 2017-18

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

COMPUTER SYSTEM & PROGRAMMING IN C

Time: 3 Hours

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. What is token in 'C' language?
    2. What do you mean by formatted output in C language? Explain with example.
    3. What is the use of fseek( ) function in files. Write its syntax?
    4. --- Content provided by FirstRanker.com ---

    5. Write down the output of the following.


      main()
      { int i=1; for(;;) { printf("%d",i); if(i==7) break; }
      }
    6. --- Content provided by FirstRanker.com ---

    7. Explain function prototype? Why is it required?
    8. What are subscripts? How are they specified?
    9. Write the use of putchar() and getchar()

SECTION B

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

  1. Attempt any three of the following,

    7 x 3 = 21

    1. Write a program in C to find the largest number of elements in 4*4 matrix.
    2. Explain the syntax and use of the following directives with examples:

      1. #ifdef
      2. --- Content provided by FirstRanker.com ---

      3. #undef
      4. #pragma
      5. #include
    3. Write short note on:

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

      1. Top down program development approach.
      2. Differentiate Structure and Array.
    4. Write a Recursive program in ā€œCā€ language to print Fibonacci series.
    5. What is algorithm? What are the main steps followed in the development of an algorithm? Write an algorithm for sum of digits in a given number.

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

SECTION C

  1. Attempt any one part of the following:

    7x1=7

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

    1. Describe Compiler, interpreter, assembler? Write the names of compiler that are used in c programming.
    2. Convert the following:

      1. (0110110.1100)2 = ()8
      2. (74.67)10 = ()16
      3. (AB.CD)16 = ()8
      4. --- Content provided by FirstRanker.com ---

      5. (EFE.45)16 = ()2
      6. (576.4)10 = ()6
      7. (1234.7)8 = ()16
      8. (334.43)8 = ()2
    3. --- Content provided by FirstRanker.com ---

  2. Attempt any one part of the following:

    7 x1=7

    1. Explain different bitwise operators available in C with examples.
    2. What is meant by type conversion? Why is it necessary? Explain about implicit and explicit type conversion with examples.
    3. --- Content provided by FirstRanker.com ---

  3. Attempt any one part of the following:

    7x1=7

    1. Write a program to find the Armstrong number from 1 to 100.
    2. Write a program to generate a following numbers structure:

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


      12345
      1234
      123
      12

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

      1
  4. Attempt any one part of the following:

    7x1=7

    1. Write a program to add two matrices of dimension 3*3 and store the result in another matrix.
    2. --- Content provided by FirstRanker.com ---

    3. Write a program in C to create a database of fifty students to store personal details such as roll no, name and marks. Print all the details of student whose name is entered by user.
  5. Attempt any one part of the following:

    7x1=7

    1. Write a program in C to reverse a string by using pointer.
    2. --- Content provided by FirstRanker.com ---

    3. Explain the following functions in file operations

      1. getw()
      2. putw()
      3. fscanf()
      4. fprintf()
      5. --- Content provided by FirstRanker.com ---

FirstRanker.com


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