POP passing package
POP passing package
MODULE-1
1.Define computer. Describe the various types of computers
based on the speed, memory and cost.
2.Define a computer. Explain the characteristics of a digital
computer.
3.Explain the basic structure of a C program with a neat diagram
and example program.
4.Explain the basic organization of computers with a neat
diagram.
5.Develop an algorithm to find the area and perimeter of a circle.
6.Summarize the formatted input and output statements with
suitable syntax and example.
7.Define identifiers and explain its rules. State whether the
following identifiers are valid or invalid with justification
a) $roll number b) _name c)1q2rr d) If e) Name__123
8.Explain the generations of a computer.
9.Explain briefly input and output devices.
10.Explain the SDLC Life Cycle for efficient design of Program.
11.Expalin basic data types in C.
12.With a neat diagram explain the steps in the execution of C
program.
TECH WITH HIMU
MODULE-2
1.Explain the various operators in C.
2.Explain the following statements and loops in C with suitable
example for each: a) Simple if.
b) if-else.
c) Nested if.
d) else-if ladder.
e) switch
f) break
g) continue
h) for loop.
i) while loop.
j) do-while loop
k) goto statement
3. Distinguish between while and do-while loop in C.
4. Explain type conversion and type casting with example
program.
5.Explain unconditional statements with example.
6.Write a C program to simulate a simple calculator that
performs arithmetical operations using switch statement.
7.Write a program to compute the roots of quadratic equation
by accepting coefficients.
8.Write a C program to print whether a given number is
palindrome or not.
9.Write a C program to print the pattern
1
1 2 1
1 2 3 2 1
MODULE-3
1.Briefly explain Function Declaration and Function Definition
with syntax and example.
2.Describe different types of storage classes with example.
3.Discuss various scope of variables.
4.Define recursion. Illustrate the concept of recursive function
with example.
5.Discuss the implementation of user-defined function with
suitable example.
6.Differntiate between call by value and call by reference using
suitable example.
7.Define array. Explain the declaration and initialization of 1-D
array and 2-D array.
8.Explain any 4 operation performed on Array.
9.Write a C program to implement Bubble sort technique.
10.Write a C program to swap two integers using call by value
and call by reference.
11.Write a C program to implement the Binary search on
integers.
12.Write a C program to implement the matrix multiplication.
13.Write a C program to add two matrices A and B and store sum
in C.
14.Write a C program to find the transpose of 3x3 matrix.
MODULE-4
1.Define string. Explain the string operations with example.
2.Explain the character manipulation function with example.
3.Explain the string manipulation function with example.
4.Write functions to implement string operations such as
compare, concatenate and string length. Convince the parameter
passing techniques.
5.Develop a program using pointers to compute, sum, mean,
standard deviation of all the elements stored in an array.
6.Explain the array of strings.
7.what are pointers? Explain the initialization and declaration of
pointers.
MODULE-5
1.Define structure. Explain the types of structure declaration
with example for each.
2.Implement structure to read, write and compute average
marks and the students scoring below and above average in a
class of ‘N’ students.
3.Differentiate between structures and unions.
4.What is structure. Explain the declaration and initialization of
structure. Write C program to store and print name, USN,
Subject and IA marks of students using structures.
5.Explain the various modes in which files can be opened for
processing.
6.Write a short note on the following:
a) Read data from file
b) Write data to a file
7.Explain the two methods to detect the EOF. Write a C program
to copy a text file to another, read both the input file name and
target file name.
8.Explain any 4 file operations in C with suitable example
program.
9.Define enumerated data types. Explain the declaration and
access of enumerated data type with a example program.
THANK YOU