Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
23 views3 pages

POP Module - Wise Question Bank

The document outlines important questions for a Computer Science course, organized into five modules covering topics such as C programming structure, memory types, input/output functions, typecasting, recursion, arrays, pointers, and structures. Each module contains specific questions that require explanations, program demonstrations, and examples. It emphasizes the need for students to review both theoretical concepts and practical lab programs in preparation for assessments.

Uploaded by

Mithuna H.R
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

POP Module - Wise Question Bank

The document outlines important questions for a Computer Science course, organized into five modules covering topics such as C programming structure, memory types, input/output functions, typecasting, recursion, arrays, pointers, and structures. Each module contains specific questions that require explanations, program demonstrations, and examples. It emphasizes the need for students to review both theoretical concepts and practical lab programs in preparation for assessments.

Uploaded by

Mithuna H.R
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Department of Information science & Engineering

POP Important Questions.

MODULE-I
1. Explain the structure of C program in detail. Write a sample program to
demonstrate the components in the structure of C program.

2. Explain the characteristics of C.

3. Write a C program to demonstrate the use of printf and scanf statements to read and
print values of variables of different data types.
a. OR What are formatted and unformatted I/O functions? Explain them with an
syntax.

4. How primary memory is different from secondary memory? Explain

5. List any three input and three output devices of a computer and explain any one
each.

6. Describe the evolution of Computers by mentioning how computers in one generation


are better than their predecessors.
7. Write a C Program to perform addition and subtraction and multiplication of
two numbers.
MODULE-II
1. What is typecasting and type conversion? Mention its use with a suitable example

2. Demonstrate the working of break and continue statement with a suitable


example

3. Explain iterative statements with suitable example

4. Write a C Program To Check the Given Character is Lowercase or Uppercase or


Special Character.

5. Explain looping statements with suitable examples.


6. Describe conditional branching statements in C with suitable examples.

7. Write a c program to print the triangle of numbers as a result .


1
1 2
1 2 3
1 2 3 4

8. Write a c program to print the pattern “PROGRAM” in the following manner


P
P R

Dept. Of ISE, AIT, Bangalore


Department of Information science & Engineering
POP Important Questions.

P R O
P R O G
P R O G R
P R O G R A
P R O G R A M

MODULE-III

1. Explain function declaration and function definition with suitable example?


2. Explain Declaration and initialization of 1D Arrays with an example.
3. What is recursion? Write a C program to computer factorial using recursion
4. Write a C program to find factorial of a given number using iterative
statements and recursive functions.
5. Write a C program to implement binary search on integers.
6. Define storage class explain the different storage classes supported by c
7. Write a C program to sort the given set of N numbers using Bubble sort
8. Write a C program to find the transpose of a given matrix
9. What is array explain how to pass array to functions with a suitable example?

MODULE-IV

1. With an Example Explain 2D arrays declaration and initialization with


example.
2. Implement Matrix multiplication and validate the rules of multiplication
3. Explain the concept of Suppressing Input using a Scanset with suitable example?
4. Develop a C program to concatenate two strings without using built-in function.
5. Explain applications of arrays in detail?
6. Write functions to implement string operations such as compare, concatenate,
string length,copy Convince the parameter passing techniques(without using
built-in).

7. What is pointer? Explain how the pointer variable declared and initialized
with example program?

8. Develop a program using pointers to compute the sum, mean and


standard,deviation of all elements stored in an array of N real numbers.

Dept. Of ISE, AIT, Bangalore


Department of Information science & Engineering
POP Important Questions.

9. Explain Pass by Value and Pass by Reference with example program. Explain
the difference between array and structures
10. Explain with syntax and example, the different string manipulation
(strcat,strcmp,strlen,strcpy,strstr) library functions with example

MODULE-V
1. What is structure? Explain the C syntax of structure declaration with
example
2. Explain any 4 Miscellaneous character function available in c.
3. Implement structures to read, write and compute average- marks and the
students Scoring above and below the average marks for a class of N students.
4. Write a C program to implement the concepts of Nested Structures.
5. Differentiate between structure and union in c.

NOTE: These are sample expected questions, with all these questions read all lab
programs don’t skip any of the lab programs. They may ask other sample programs
that we discussed during class lecture.

*********************ALL THE VERY BEST **************************

Dept. Of ISE, AIT, Bangalore

You might also like